[
https://issues.apache.org/struts/browse/WW-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Derik Vercueil updated WW-2087:
-------------------------------
Attachment: patch.zip
Additional files that are required to run jscalendar, shamelessly copied from
WebWork 2.2.6's datepicker and renamed to jscalendar ( so as not to be confused
with the dojo datepicker ).
Replace the Struts 2.0.9 struts-tags.tld file with the new one and add the
files to the source tree.
On a sidenote, the calendar will be blank since the correct stylesheet is not
added automatically by the <s:head/>.
This can be achieved by manually specifying the stylesheet in the <head></head>
tag as follows:
<link href="<s:url value="/struts/jscalendar/calendar-blue.css" />"
rel="stylesheet" type="text/css" media="all"/>
> JSCalendar Integration
> ----------------------
>
> Key: WW-2087
> URL: https://issues.apache.org/struts/browse/WW-2087
> Project: Struts 2
> Issue Type: New Feature
> Components: Views
> Affects Versions: 2.0.9
> Environment: Linux, Tomcat 6.0.13, Java5
> Reporter: Derik Vercueil
> Priority: Minor
> Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is
> based on jscalendar. The main reason being that the standard jojo datepicker
> cannot support both date and time at the same time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.