[richfaces-issues] [JBoss JIRA] Created: (RF-3999) beanValidator: tag generated twice in tld.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Jul 24 03:41:45 EDT 2008


beanValidator: tag generated twice in tld.
------------------------------------------

                 Key: RF-3999
                 URL: https://jira.jboss.org/jira/browse/RF-3999
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
            Assignee: Ilya Shaikovsky
             Fix For: 3.2.2


in richfaces.tld:
<tag>
	  	  <description>Validate Input by the Bean/Hibernate validator annotations</description>
	  	  	  		  <name>beanValidator</name>
	  	  <tag-class>org.richfaces.taglib.BeanValidatorTag</tag-class>
	  <body-content>JSP</body-content>
	  
	    	  
	</tag>
<tag>
	  	  <description/>
	  	  	  		  <name>beanValidator</name>
	  	  <tag-class>org.richfaces.ui.taglib.BeanValidatorTag</tag-class>
	  <body-content>JSP</body-content>
	  
	    		  <attribute>
	   <description>The attribute takes a value-binding expression for a component property of
a backing bean</description>
	   <name>binding</name>
	   	   	   					   	<deferred-value>
					<type>javax.faces.component.UIComponent</type>
				</deferred-value>
				   	  </attribute>
		  	  		  <attribute>
	   <description>Every component may have a unique id that is automatically created if omitted</description>
	   <name>id</name>
	   	   	   		<rtexprvalue>false</rtexprvalue>
	   		<type>java.lang.String</type>
	   	  </attribute>
		  		  <attribute>
	   <description>If "false", this component is not rendered</description>
	   <name>rendered</name>
	   	   	   					   	<deferred-value>
					<type>boolean</type>
				</deferred-value>
				   	  </attribute>
		  	  
	</tag>

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

        



More information about the richfaces-issues mailing list