RE: Struts 1.2 - problems passing form values and form name to a javascript function

2005-02-12 Thread Jason Long
: Struts 1.2 - problems passing form values and form name to a javascript function Has anyone successfully integrated a javascript date picker into a struts 1.2 app. I am having troubles getting many date pickers to work because of not being able to name a form in struts 1.2. I have tried passing the

RE: Struts 1.2 - problems passing form values and form name to a javascript function

2005-02-12 Thread Jason Long
: Struts 1.2 - problems passing form values and form name to a javascript function Has anyone successfully integrated a javascript date picker into a struts 1.2 app. I am having troubles getting many date pickers to work because of not being able to name a form in struts 1.2. I have tried passing the

Struts 1.2 - problems passing form values and form name to a javascript function

2005-02-12 Thread Jeff Thorne
Has anyone successfully integrated a javascript date picker into a struts 1.2 app. I am having troubles getting many date pickers to work because of not being able to name a form in struts 1.2. I have tried passing the styleID with no success: ---jsp page segment--