xniit2003 wrote:
Have anybody successfully used "required" validator.

Yes.

One thing to note about validation is that it *won't* automatically short-circuit if you're not using the workflow interceptor. Without that interceptor validation can fail and your action's execute method will still get called (with that interceptor, validation failures will trigger an "INPUT" response type and your action's execute will not get called).

If that's not it, post some more detail about how you're using it.

- Gary

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

Reply via email to