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-----------------------

<script>
function passToDatePicker ()
{
        document.getElementById("form1");
}
</script>

<html:form action="postFrom.do" styleId="form1">

-------------------jsp page segment-----------------------

Can anyone recommend a javascript calendar that works with 1.2 or suggest a
more
efficient way to pass a form name in 1.2. I am a struts newbie so forgive me
if I am
overlooking something simple.

Thanks for the help,
Jeff


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

Reply via email to