Click 2.2 DTD does not allow a custom Format class
--------------------------------------------------
Key: CLK-717
URL: https://issues.apache.org/jira/browse/CLK-717
Project: Click
Issue Type: Bug
Components: core
Affects Versions: 2.2.0
Environment: Java 1.6, Jetty, Mac OS X
Reporter: Ryan Holmes
Priority: Minor
The DTD for Click 2.2 has a fixed value for the format classname. This results
in an XML validation error when attempting to specify a custom Format class.
<!-- Page template formatter class. An new format object added to
the Velocity context under the key: "format". -->
<!ELEMENT format (#PCDATA)>
<!ATTLIST format classname CDATA #FIXED "org.apache.click.util.Format">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.