[jboss-user] [JBoss Seam] - Re: i18n validation message during test

atao do-not-reply at jboss.com
Thu Sep 14 14:05:04 EDT 2006


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



More information about the jboss-user mailing list