On 6/27/06, mosho <[EMAIL PROTECTED]> wrote:
Thanks David and Wendy for your help but it doesn't seem to work. I added manually validate in my execute method. It still validates if I directly enter the url.
...
--Struts config part-- <action path="/selState" type="com.sami.view.SelStateAction" name="selStateForm" scope="session" input=".selectState"> <forward name="success" path=".indianLandInfo"/> </action>
You need to set validate="false" in the action mapping. The default is true, which is the behavior you're seeing. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]