You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by krg9263 <kr...@yahoo.com> on 2004/01/29 20:52:51 UTC

Validation PlugIn

When using the ValidationPlugIn where should the 
ApplicationResource.properties page be placed? Is anywhere on the 
classpath sufficient?

-K


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Validation PlugIn

Posted by Matthias Wessendorf <ma...@matthias-wessendorf.de>.
store it in 
/WEB-INF/classes
when in config is:
<message-resources parameter="ApplicationResources" /> 

or in
/WEB-INF/classes/com/foo/bar/
when in config is:
<message-resources parameter="com.foo.bar.ApplicationResources" /> 




-----Original Message-----
From: news [mailto:news@sea.gmane.org] On Behalf Of krg9263
Sent: Thursday, January 29, 2004 8:53 PM
To: struts-user@jakarta.apache.org
Subject: Validation PlugIn


When using the ValidationPlugIn where should the 
ApplicationResource.properties page be placed? Is anywhere on the 
classpath sufficient?

-K


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org