You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/10/17 07:32:23 UTC

[jira] Resolved: (CLK-717) Click 2.2 DTD does not allow a custom Format class

     [ https://issues.apache.org/jira/browse/CLK-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-717.
-------------------------------

    Resolution: Fixed

Fixed in trunk and updated website. Should be live in an hour or so

> 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
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.3.0-M1
>
>
> 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.