in messages.properties I want to do this:
booking_no_hours_range_provided=No range of hours was provided for <$1> on resource
<$2>
given the params from :
facesMessages.addToControlFromResourceBundle(
| "bookingResourceAttempt", FacesMessage.SEVERITY_ERROR,
| "booking_no_hours_range_provided", eachBookingDay.getDayNumberAsInl8(),
| eachBookingResource.getResource().getKind().getInlLabel());
Whats the VOODOO for the params?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126421#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...