s:link Enhanced EL support issue
--------------------------------
Key: JBSEAM-2391
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2391
Project: JBoss Seam
Issue Type: Bug
Components: EL
Reporter: Samuel Mendenhall
Using:
<h:commandLink id="someId" value="Some Action"
action="#{someBean.execute(thisObject)}" /> and
<s:link id="someId" value="Some Action"
action="#{someBean.execute(thisObject)}" />
s:link always passes null to the execute method instead of the thisObject value while
h:commandLink always has the correct non-null value of the object. My testing was done
with s:link and h:commandLink in a column in a dataTable with the thisObject being the var
and the execute method being on the backing bean that also hosted the dataTable
information.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira