Re: Exception - General Question

2005-06-30 Thread BHansard
06/30/2005 08:29 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: Exception - General Question Thanks for replying! And what baout the validate() method in struts form? Is it still return ActionErrors or Ac

Re: Exception - General Question

2005-06-30 Thread Martin Gainty
Gaet et al Yes with ActionMessages you will be pulling key indexed locale specific Unicode strings where locale detaults to your browsers locale e.g. (keyed information contained within ApplicationResources_fr_FR.properties will be extracted while you are using a french browser in Paris) Take

Re: Exception - General Question

2005-06-30 Thread Gaet
- From: [EMAIL PROTECTED] To: Struts Users Mailing List Cc: Mailing List Struts Sent: Thursday, June 30, 2005 2:16 PM Subject: Re: Exception - General Question In 1.2.7 you simply change the ActionErrors to ActionMessages. you still save the errors with the saveErrors method and it

Re: Exception - General Question

2005-06-30 Thread BHansard
In 1.2.7 you simply change the ActionErrors to ActionMessages. you still save the errors with the saveErrors method and it works the same in the tags. ">"Gaet" <[EMAIL PROTECTED]> "Gaet" <[EMAIL PROTECTED]> 06/30/2005 04:54 AM Please respond to "Struts Users Mailing List" To