hi guys,

i need help from you

i want to know how to use localizableError in actionbean.
 i am using the statement like this

errors.add("username", new
LocalizableError("login.username.errorMessage"));  in actionbean.

where as "login.username.errorMessage" is an entry in my properties file
with some text assined to it.

but when i run my application with this validation error i am getting
following exception


*exception*

org.apache.jasper.JasperException: java.util.MissingResourceException:
Could not find an error message with key: login.username.errorMessage

*root cause*

java.util.MissingResourceException: Could not find an error message
with key: login.username.errorMessage

plz help me by giving some solutions.

its very urgent.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to