On Fri, 24 Sep 2004 11:38:56 +0530, babloosony <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> How do I do client side validation(using struts) in jsf+struts
> integrated application which uses jsf-struts libary provided by
> CraigMc. ?

You enable client side validation with Struts+JSF the same way you do
in a standalone Struts based application -- by adding an onsubmit
hander to the form tag, and an appropriate JavaScript tag to include
the actual validation methods.

Both of the examples included with the Struts+JSF library have client
side JavaScript enabled.

> 
> Thanks & Regards,
> Kumar.

Craig

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

Reply via email to