OOps... Solved.
Pure Java problem.
|
| /* (non-Javadoc)
| * @see
nz.co.selwynequestriancentre.action.booking.BookingController#removeResource(nz.co.selwynequestriancentre.model.entity.Resource.ResourceKind)
| */
| public String removeResource(ResourceKind resourceKind) {
| bookingResources.remove(resourceKind);
| // for (ResourceKind eachExistingResourceKind : bookingResources) {
| // if
(resourceKind.getInlLabel().equalsIgnoreCase(eachExistingResourceKind.getInlLabel())) {
| // log.info("found it");
| // bookingResources.r
| // }
| // }
| return null;
| }
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118041#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...