[richfaces-issues] [JBoss JIRA] Reopened: (RF-3357) h:commandLink does not work at first click in simpleTogglePanel
Dmytro Lisnichenko (JIRA)
jira-events at lists.jboss.org
Tue Feb 9 15:32:06 EST 2010
[ https://jira.jboss.org/jira/browse/RF-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmytro Lisnichenko reopened RF-3357:
------------------------------------
> h:commandLink does not work at first click in simpleTogglePanel
> ---------------------------------------------------------------
>
> Key: RF-3357
> URL: https://jira.jboss.org/jira/browse/RF-3357
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.2.1
> Environment: Jboss 4.2.2.GA, Seam 2.0.1.GA, Ubuntu Linux 8.04
> Reporter: Alex Peelman
> Assignee: Tsikhon Kuprevich
> Priority: Minor
> Fix For: 3.2.2
>
>
> When I open a simpleTogglePanel that is initially closed and click a h:commandButton inside this panel nothing happens the first time. When I press the same h:commandButton a second time the action is triggered.
> <h:form styleClass="form">
> <rich:simpleTogglePanel label="#{messages['search']}" switchType="client" opened="false">
> ...
> <div class="buttons">
> <h:commandButton action="#{artifactCrud.search}" value="Search" /> </div>
> </rich:simpleTogglePanel>
> </h:form>
>
> remark : the switchType is set to "client" if it is changed to "ajax" the button works after the first click
> Gr. Alex
--
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