[
https://issues.jboss.org/browse/RF-12907?page=com.atlassian.jira.plugin.s...
]
Jean ANDRE edited comment on RF-12907 at 4/15/13 11:20 AM:
-----------------------------------------------------------
I've also updated the code to trigger the error (paneOne.xhtml).
{code}
<!-- -->
<!-- NEW LIST -->
<!-- -->
<a4j:commandButton id="newListCmd"
value="#{msg['common.command.new.list']}"
action="#{panelOneController.doNewList}"
render="@form"
status="ajaxStatus" /> 
<!-- render="desktopTabs,menuOpenedTabs" -->
{code}
Once you get the list (listItem.xhtml) from the search panel, clicking on the
"Open" link, trigger the behavior. Replacing the "@form" by the
commented line, it works - @form, does not work.
was (Author: jorelia64):
I've also updated the code to trigger the error (paneOne.xhtml).
{code}
<!-- -->
<!-- NEW LIST -->
<!-- -->
<a4j:commandButton id="newListCmd"
value="#{msg['common.command.new.list']}"
action="#{panelOneController.doNewList}"
render="@form"
status="ajaxStatus" /> 
<!-- render="desktopTabs,menuOpenedTabs" -->
{code}
Once you get the list (listItem.xhtml) from the search panel, clicking on the
"Open" link, trigger the behavior. Replacing the "@form" by the
commented line, does not.
render="@form" problem with a4jCommand Button / Link /
@all
-----------------------------------------------------------
Key: RF-12907
URL:
https://issues.jboss.org/browse/RF-12907
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.2.3.Final, 4.3.1
Environment: JSF Mojarra 2.1.21 or 2.1.20 - Glassfish or WAS 8.0.0.x Servlet 3.0
or 2.5
Reporter: Jean ANDRE
Priority: Blocker
Labels: waiting_on_user
Attachments: Nested-Spring-3.2.2.zip, NestedEar-CDI.zip
Please see the report at:
http://java.net/jira/browse/JAVASERVERFACES-2016
It seems that that there is a problem with a4j button and the value of @form/render
attribute.
The symptom we got is after refreshing the panel for building a list. Click on link form
the result lisk does not trigger the action.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira