I don't see the tabPanel, assuming this is the jsp without it. Compare the
generated html with/without the tabPanel, there should be a validation
function in both.

musachy

On 5/22/07, jdemic <[EMAIL PROTECTED]> wrote:


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]




--
"Hey you! Would you help me to carry the stone?" Pink Floyd

Reply via email to