Usage of DatePicker widget

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 09:07 AM
I have a abc.get.html.ftl file , which contains a form for user input . I have added a datepicker control to it (as shown in the code below), but it does not display .
Is it not supported on free marker templates ?
Is it not supported on free marker templates ?
<form action="${url.serviceContext}${url.match}" method="post"> <tr><td>Date:<td><input name="txtSomething"> <tr><td>Enter From date<a:inputDatePicker id="fdt" startYear="2006" yearCount="5"/> <!–<tr><td>Title:<td><input name="title"> <tr><td>Description:<td><input name="desc"> –> <tr><td><td> <tr><td><td><input type="submit" name="submit" value="Search">
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2008 10:14 AM
Hi there,
Yes, that's correct. The date picker is part of a JSP tag library, which can only be used in a JSP file.
Thanks,
-Brian
Yes, that's correct. The date picker is part of a JSP tag library, which can only be used in a JSP file.
Thanks,
-Brian
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2008 09:18 AM
And, how did you resolve it? I didn't find any ressources to find out how to implement forms in webscripts.
Thanks
Thanks

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 03:58 AM
Actually I am using the mootools based javascript calender widget .. It does give a lot of choices to work on.
