[richfaces-issues] [JBoss JIRA] Created: (RF-10228) Component rich:inplaceInput not get facet "controls"

Antonio Parisi (JIRA) jira-events at lists.jboss.org
Sun Jan 16 19:11:49 EST 2011


Component rich:inplaceInput not get facet "controls"
----------------------------------------------------

                 Key: RF-10228
                 URL: https://issues.jboss.org/browse/RF-10228
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone5
         Environment: Mac OSX 10.6.6 - Glassfish v3.0.1 - Richfaces 4.0 M5
            Reporter: Antonio Parisi
             Fix For: 4.0.0.CR1


The component rich:inplaceInput, don't get facet "controls".
Example:
            <rich:inplaceInput defaultLabel="Click here to edit" showControls="true"
                controlsHorizontalPosition="left" controlsVerticalPosition="bottom"
                id="inplaceInput">
        
                <f:facet name="controls">
                    <button onmousedown="#{rich:component('inplaceInput')}.save();"
                        type="button">Save</button>
                    <button onmousedown="#{rich:component('inplaceInput')}.cancel();"
                        type="button">Cancel</button>
                </f:facet>
                
            </rich:inplaceInput>

Him don't get my Save and Cancel button, but show always default's "V" and "X" icon.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list