--- On Wed, 12/10/08, Faraz Ali wrote:
> i mean when i access my application's main page. when i
> hit http://localhost:8080/mywebapp.

If you hit an action that has validations then this is correct behavior.

There are a few ways to handle this, including defining an action that runs the 
action's input() method, thus bypassing validation, or by using dynamic method 
invocation to avoid the extra action definition, and so on.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to