The prefix used to declare clay template namespaces can not be overridden 
--------------------------------------------------------------------------

                 Key: SHALE-279
                 URL: http://issues.apache.org/struts/browse/SHALE-279
             Project: Shale
          Issue Type: Bug
          Components: Clay
    Affects Versions: 1.0.3
            Reporter: Gary VanMatre
         Assigned To: Gary VanMatre
            Priority: Minor


The prefix used to declare namespace binding could not differ from the clay 
component definitions.  For example, when using a tomahawk component, the 
prefix in the template has to correspond to the prefix used in defining the 
component in clay's XML metadata.

Example:
<span jsfid="void" xmlns:t="http://myfaces.apache.org/tomahawk";

<component jsfid="t:commandLink"
        componentType="org.apache.myfaces.HtmlCommandLink"
        extends="baseAction">



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to