[richfaces-issues] [JBoss JIRA] Created: (RF-6579) colorPicker: default controls are not loaded if there are no child nodes in facets

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Mon Mar 23 09:35:22 EDT 2009


colorPicker: default controls are not loaded if there are no child nodes in facets
----------------------------------------------------------------------------------

                 Key: RF-6579
                 URL: https://jira.jboss.org/jira/browse/RF-6579
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.BETA1
            Reporter: Tsikhon Kuprevich
            Assignee: Nick Belaevski


In the code example below it's expecte that default controls for icon and arrow are loaded. But there are no any icon or arrow in this case at all. 


		<colorPicker:colorPicker value="#{bean.color2}" flat="true"
			colorMode="rgb">
			<f:facet name="icon">
				<f:verbatim>
					<h:graphicImage rendered="false" value="/pages/colorPicker_ico.png"
						width="18px" height="18px" />
				</f:verbatim>
			</f:facet>
			<f:facet name="arrows">
				<f:verbatim>
					<h:graphicImage rendered="false" value="/pages/colorPicker_ico.png"
						width="30px" height="5px" />
				</f:verbatim>
			</f:facet>
		</colorPicker:colorPicker>
	</h:form>

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