Struts 2 Dynamic Validation results

2008-04-21 Thread JRD
this message in context: http://www.nabble.com/Struts-2---Dynamic-Validation-results-tp16809171p16809171.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Struts 2 Dynamic Validation results

2008-04-21 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, in an action class, just use String[] params=new String[] {/*your Parameter String*/0, /*your Parameter String*/1,...,/*your Parameter String*/n}; addFieldError(a, getText(errors.required, params)); using the methods getText(String key, String[]