Re: html:error in tiles

2004-05-07 Thread Susan Bradeen
Dave Hallam <[EMAIL PROTECTED]> wrote on 05/06/2004 11:16:17 AM: > Hi, > > I've got a page which uses tiles to load another jsp as part of the > page body. In the tiled jsp there is a form that I validate. If I > create ActionErrors in the form validation, I can render the > correctly in the m

Re: html:error in tiles

2004-05-06 Thread Curtis Taylor
Hi Dave, Tiles seem(s) to have particularly needy scoping issues. Try setting attributes for the particular Tile you're inserting in your .jsp, then do a You may also want to consider using messages as opposed to errors, AFAIK, errors are or will be deprecated. HTH (& I'm not too off-base),

html:error in tiles

2004-05-06 Thread Dave Hallam
Hi, I've got a page which uses tiles to load another jsp as part of the page body. In the tiled jsp there is a form that I validate. If I create ActionErrors in the form validation, I can render the correctly in the main jsp page but nothing appears in the tiled jsp (which is where I actually w