Details
Description
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">