Re: TabbedPanel and Ajax Validation

2007-05-22 Thread jdemic
your form, the scripts are 'stripped out' due to this bug: > https://issues.apache.org/struts/browse/WW-1766 > Your work-round to include the scripts manually should work if you > include ALL the missing embedded javascript. > > jdemic wrote: >> Thanks for the poin

Re: TabbedPanel and Ajax Validation

2007-05-22 Thread jdemic
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 perfo

TabbedPanel and Ajax Validation

2007-05-22 Thread jdemic
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" %>