You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tomas Cerny (JIRA)" <de...@myfaces.apache.org> on 2007/11/15 22:43:43 UTC

[jira] Created: (TOMAHAWK-1151) passwordStrenght - Elementr End name:tr does not match start name:TR - Trinidad

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


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.


[jira] Updated: (TOMAHAWK-1151) passwordStrenght - Elementr End name:tr does not match start name:TR - Trinidad

Posted by "Hazem Saleh (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hazem Saleh updated TOMAHAWK-1151:
----------------------------------

    Status: Patch Available  (was: Open)

> 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.


[jira] Updated: (TOMAHAWK-1151) passwordStrenght - Elementr End name:tr does not match start name:TR - Trinidad

Posted by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cagatay Civici updated TOMAHAWK-1151:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> 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
>            Assignee: Cagatay Civici
>             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.


[jira] Commented: (TOMAHAWK-1151) passwordStrenght - Elementr End name:tr does not match start name:TR - Trinidad

Posted by "Hazem Saleh (JIRA)" <de...@myfaces.apache.org>.
    [ 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.