DateFormat pattern cannot be set from click-page.properties
-----------------------------------------------------------
Key: CLK-705
URL: https://issues.apache.org/jira/browse/CLK-705
Project: Click
Issue Type: Bug
Components: extras
Reporter: Bob Schellink
Assignee: Bob Schellink
Priority: Minor
Fix For: 2.3.0-M1
Overriding the date format pattern in an application click-page.properties
doesn't get picked up. The issue is that DateField constructor loads the
date-format-pattern before the datefield is added to the Page. Since the parent
Page has not been set at this stage, it isn't possible to find the parent page
properties.
Need to defer loading of the date-format-pattern until it is needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.