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#4126421

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126421
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to