RE: Struts Validation for just current page

2004-05-18 Thread Morowitz, Michael
Rick, I would suggest having that page submit to another action path that maps to the same Action and Form you need, but with the validate option set to false. This is the tactic that I normally use. It allows you to keep your code base intact, but submit to a customized path. Michael -Ori

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