RE: Foreach and errorRenderers problem

2005-09-02 Thread Jim McCollom
Thanks a ton Alexandr -Original Message- From: Alexandr Kundirenko [mailto:[EMAIL PROTECTED] Sent: 2. september 2005 16:19 To: Tapestry users Subject: Re: Foreach and errorRenderers problem Hello Jim, Your page has not "err" property. Just add it. JM> Hi, I am t

Re: Foreach and errorRenderers problem

2005-09-02 Thread Alexandr Kundirenko
Hello Jim, Your page has not "err" property. Just add it. JM> Hi, I am trying to hack together an error componenet to display all the JM> errors as opposed to just the first one. I have a jwc that looks like: JM> JM> JM> value="ognl:delegate.errorRenderers.size">Error JM> Count JM> JM>

Foreach and errorRenderers problem

2005-09-02 Thread Jim McCollom
Hi, I am trying to hack together an error componenet to display all the errors as opposed to just the first one. I have a jwc that looks like: Error Count Error Message This worked fine when I was just displaying the first error, so I know the delegate