Re: struts validation with tiles

2006-04-21 Thread James Savage
Wendy, That worked! Many thanks. Jim On 4/21/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 4/21/06, James Savage <[EMAIL PROTECTED]> wrote: > > However, when a validation error message is returned (because > > nothing was entered), only the form with the validation message is > > displayed

Re: struts validation with tiles

2006-04-21 Thread Wendy Smoak
On 4/21/06, James Savage <[EMAIL PROTECTED]> wrote: > However, when a validation error message is returned (because > nothing was entered), only the form with the validation message is > displayed, but not the Tiles header, footer and menu. Is there something > else I need to do to get the form wi

struts validation with tiles

2006-04-21 Thread James Savage
Hi - I'm new to Struts and Tiles. I am trying to use Struts validation in a form with Tiles. I have a simple form with a textbox. If a user fails to enter something in the textbox, on submit, a message is returned to the form. This part is working fine. I am also using Tiles with a header, foo