[jbossseam-issues] [JBoss JIRA] Assigned: (JBSEAM-2391) s:link Enhanced EL support issue
Pete Muir (JIRA)
jira-events at lists.jboss.org
Mon Dec 17 11:32:43 EST 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-2391?page=all ]
Pete Muir reassigned JBSEAM-2391:
---------------------------------
Assignee: Pete Muir
> 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
> Assigned To: Pete Muir
> Fix For: 2.0.1.GA
>
>
> 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
More information about the seam-issues
mailing list