ATM, in a deploiement under jBoss server,
@NotNull(message="#{messages['booking.credit.card.not.null']}")
works with messages_loc.properties under {booking_home}/resources/WEB-INF/classes
and
@NotNull(message="{booking.credit.card.not.null}")
doesn't work even with ValidatorMessages_loc.properties under
{booking_home}/resources/WEB-INF/classes.
I don't see what is wrong!
Pierre
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971649#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...