cancel
Showing results for 
Search instead for 
Did you mean: 

Usage of DatePicker widget

abirb
Champ in-the-making
Champ in-the-making
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 ?

<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">
3 REPLIES 3

brian_robinson
Champ in-the-making
Champ in-the-making
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

libman
Champ in-the-making
Champ in-the-making
And, how did you resolve it? I didn't find any ressources to find out how to implement forms in webscripts.

Thanks

abirb
Champ in-the-making
Champ in-the-making
Actually I am using the mootools based javascript calender widget .. It does give a lot of choices to work on.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.