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#4118041
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118041
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user