RE: Struts Validation for just current page

2004-05-18 Thread Morowitz, Michael
-Original Message- From: Adams, Richard K [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 7:34 AM To: Struts Users Mailing List Subject: Struts Validation for just current page I am running Struts 1.1 on Tomcat 4.1.24. How can I use the validator to use just the current page, and not all

Re: Struts Validation for just current page

2004-05-18 Thread Susan Bradeen
"Adams, Richard K" <[EMAIL PROTECTED]> wrote on 05/18/2004 08:34:16 AM: > I am running Struts 1.1 on Tomcat 4.1.24. How can I use the > validator to use just the current page, and not all pages <= current > page. I am using Tiles with a tab structure so each Tile is it's > own page number. W

Struts Validation for just current page

2004-05-18 Thread Adams, Richard K
I am running Struts 1.1 on Tomcat 4.1.24. How can I use the validator to use just the current page, and not all pages <= current page. I am using Tiles with a tab structure so each Tile is it's own page number. When I select a tab, I just want the validation to work on just the current page,