
HI,
I am designing a website using "Struts" framework, but am not able to populate my html form date field using Xin's pop up calendar
My Code:
<html:form action= "/login">
<html:text name = "LoginForm" property="date" /><a href="javascript:showCal('Calendar1')">Select Date</a>
</html:form >
if I use above code its not working. I have configures js file as
addCalendar("Calendar1", "Select Date", "LoginForm", "LoginForm");
In struts the corresponding ActionForm name is taken as html form name..........but if I use simple html tag of type
<input type = text........> it works fine ........
So Please help me because i don't want to use normal html tags inside struts
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.