[richfaces-issues] [JBoss JIRA] Created: (RF-8989) togglePanel: null values in html output

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Jul 29 07:02:33 EDT 2010


togglePanel: null values in html output
---------------------------------------

                 Key: RF-8989
                 URL: https://jira.jboss.org/browse/RF-8989
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-panels-layout-themes
    Affects Versions: 4.0.0.Milestone1
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


		<rich:togglePanel switchType="client" activeItem="item1" id="panel1">
			<rich:togglePanelItem name="item1">
				<h:outputText value="Item1"/>
			</rich:togglePanelItem>
			<rich:togglePanelItem name="item2">
				<h:outputText value="Item2"/>
			</rich:togglePanelItem>			
		</rich:togglePanel>
		<h:commandButton>
			<rich:toggleControl forPanel="panel1" targetItem="item2"/>
		</h:commandButton>

output:
<div lang="null" dir="null" styleclass="null" style="" title="null" onmouseup="null" onmouseover="null" onmouseout="null" onmousemove="null" onmousedown="null" ondblclick="null" onclick="null" id="panel1"><input type="hidden" name="panel1-value" id="panel1-value" value="item2"><div lang="null" dir="null" styleclass="null" style="display: none;" title="null" onmouseup="null" onmouseover="null" onmouseout="null" onmousemove="null" onmousedown="null" ondblclick="null" onclick="null" id="j_idt63">Item1</div><div lang="null" dir="null" styleclass="null" style="display: block;" title="null" onmouseup="null" onmouseover="null" onmouseout="null" onmousemove="null" onmousedown="null" ondblclick="null" onclick="null" id="j_idt65">Item2</div>

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

        


More information about the richfaces-issues mailing list