[jboss-user] [JBoss Seam] - Re: Params in a message - SOLVED
tony.herstell@gmail.com
do-not-reply at jboss.com
Mon Feb 4 23:13:18 EST 2008
I found it in an example... could not find this in the doco or Google!
booking_no_hours_range_provided=No range of hours was provided on #0 for resource #1.
facesMessages.addToControlFromResourceBundle(
| "bookingResourceAttempt",
| FacesMessage.SEVERITY_ERROR,
| "booking_no_hours_range_provided",
| messages.get(eachBookingDay.getDayNumberAsInlLabel()),
| messages.get(eachBookingResource.getResource().getKind().getInlLabel()));
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126428#4126428
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126428
More information about the jboss-user
mailing list