The document for datetimepicker has not been updated
----------------------------------------------------
Key: WW-1732
URL: https://issues.apache.org/struts/browse/WW-1732
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.0.5
Reporter: Zheng Shuai
Priority: Minor
The new tag datetimepicker is a great job and much better than previous
datepicker, but the document in the package has not been updated.
The only thing I can refer is the showcase app. But of course the sample is not
enough when need advanced feature.
This will stop the new users to start using struts 2.
Sample in the document is not correct:
Example 2:
<s:datetimepicker name="delivery.date" label="Delivery Date"
format="#yyyy-#MM-#dd" />
actually should be
<s:datetimepicker name="delivery.date" label="Delivery Date"
displayFormat="yyyy-MM-dd" />
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.