Re: Iterate over ActionErrors

2004-04-05 Thread Matt Sgarlata
Thanks all, that worked :) Matt Kumar M wrote: Sorry about thatyou are right. Also, by default the tag goes after the Globals.ERROR_KEY (message="false"). [EMAIL PROTECTED] wrote: Kumar, isn't it meant to be message="false"? true=Globals.MESSAGE_KEY false=Globals.ERROR_KEY On 04/05/200

Re: Iterate over ActionErrors

2004-04-05 Thread Kumar M
Sorry about thatyou are right. Also, by default the tag goes after the Globals.ERROR_KEY (message="false"). [EMAIL PROTECTED] wrote: Kumar, isn't it meant to be message="false"? true=Globals.MESSAGE_KEY false=Globals.ERROR_KEY On 04/05/2004 07:57 PM Kumar M wrote: Use the html:message tag:

Re: Iterate over ActionErrors

2004-04-05 Thread Adam Hardy
Kumar, isn't it meant to be message="false"? true=Globals.MESSAGE_KEY false=Globals.ERROR_KEY On 04/05/2004 07:57 PM Kumar M wrote: Use the html:message tag: [EMAIL PROTECTED] wrote: Does anyone know the recommended way to iterate over all the errors automatically generated by the Valid

Re: Iterate over ActionErrors

2004-04-05 Thread Kumar M
Use the html:message tag: [EMAIL PROTECTED] wrote: Does anyone know the recommended way to iterate over all the errors automatically generated by the Validator? I am familiar with the tag, but I can't figure out what tag(s) should be used if I want to manually iterate over each of the er

Iterate over ActionErrors

2004-04-05 Thread Matt Sgarlata
Does anyone know the recommended way to iterate over all the errors automatically generated by the Validator? I am familiar with the tag, but I can't figure out what tag(s) should be used if I want to manually iterate over each of the errors and build my own custom error message. Sorry for the ba