[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543047
 ] 

Hazem Saleh commented on TOMAHAWK-1151:
---------------------------------------

Hi Tomas;
Please try to check you logs again after applying the patch.
Thanks.

> passwordStrenght - Elementr End name:tr does not match start name:TR - 
> Trinidad 
> --------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1151
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1151
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.7-SNAPSHOT
>         Environment: Trinidad + JSF 1.2 RI  + facelets
> -----
> <trinidadVersion>1.2.1</trinidadVersion>
> <myFacesVersion>1.2.0</myFacesVersion>
> <riVersion>1.2_04-p02</riVersion>
>            Reporter: Tomas Cerny
>             Fix For: 1.1.7-SNAPSHOT
>
>         Attachments: tr_defect_fixing.patch
>
>
> Hey,
> it is confusing where to note this bug, there is not sandbox project?  
> I plugged in my project passwordStrength component 
> -------------
> facelets taglib:
> -------------
>  <tag>
>       <tag-name>passwordStrength</tag-name>
>       <component>  
>           <component-type>org.apache.myfaces.PasswordStrength</component-type>
>           <renderer-type>org.apache.myfaces.PasswordStrength</renderer-type>
>       </component>
>    </tag>
> -------------
> my server log writes:
> -------------
> Nov 15, 2007 3:28:28 PM 
> org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter endElement
> SEVERE: Element End name:tr does not match start name:TR
> ------------
> Seems like that you have somewhere "TR" instead of "tr"  and trinidad does 
> not like it
> ---------
> View code
> ---------
> <ui:composition>
>       <h:form id="userForm" styleClass="boxForm">
>               <s:passwordStrength id="pass" value="#{value}"
>                       preferredPasswordLength="8" prefixText="Strength : "
>                       textStrengthDescriptions="Very 
> Poor;Weak;Average;Strong;Excellent"
>                       strengthIndicatorType="text" />
>       </h:form>
> </ui:composition>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to