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

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

Reply via email to