[jboss-user] [JBoss Seam] - Params in a message
tony.herstell@gmail.com
do-not-reply at jboss.com
Mon Feb 4 22:56:12 EST 2008
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
More information about the jboss-user
mailing list