Using 2 date fields and 2 date pickers create 2 inline javascript
-----------------------------------------------------------------
Key: WICKET-2331
URL: https://issues.apache.org/jira/browse/WICKET-2331
Project: Wicket
Issue Type: Bug
Components: wicket-datetime
Affects Versions: 1.4-RC4
Reporter: Pierre Wargnier
You create 2 DateTextField in the same page and add one new DatePicker to each
of them.
It will create twice the same inline javascript: of about 2 786 bytes with the
licence in it. If you want X field, you will get a payload of X * 2786 bytes.
If you add the same DatePicker object to the 2 DateTextField, you have only one
javascript but the second DatePicker does not work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.