Hey All,

I'm attempting to perform ajax validation in a tabbedPanel and I'm getting
the following JS error:

validate is not defined

The validation works fine outside of the tabbedPanel.   My jsp looks like
this, any help is appreciated:

<%@ taglib prefix="s" uri="/struts-tags" %>

<head>
    <s:head theme="ajax" debug="true"/>
</head>

<body>
<s:form name="password_form" action="accountSettings!save.action"
method="POST" theme="ajax" validate="true" >
    <s:password label="Password" name="password1" />
    <s:fielderror/>
    <s:password label="Password (Again)" name="password2"/>
   <s:submit theme="ajax" targets="wrap"/>
</s:form>
</body>
-- 
View this message in context: 
http://www.nabble.com/TabbedPanel-and-Ajax-Validation-tf3800156.html#a10751497
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to