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
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>
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