[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-666) s:link and s:button don't work in a parameterized facelets source tag

Sheng Gu (Gus) (JIRA) jira-events at lists.jboss.org
Tue Apr 22 13:27:44 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-666?page=comments#action_12410079 ] 
            
Sheng Gu (Gus) commented on JBSEAM-666:
---------------------------------------

Hi Seam team,

Is it possible to fix this bug in a recent release? I think that this bug is very critical when using facelets in Seam. Due to this bug, it is very hard to use facelets with s:link. For example:

<ui:include src="subjectList.xhml">
  <ui:param name="actionBean" value="#{myActionBean}"/>
</ui:include>

subjectList.xhml
......
<s:link value="Action" action="#{actionBean.action}"/>

I think that it is very common use, but due to this bug, we have to hard-code s:link or change s:link to h:commandLink. We really appreciate the great Seam Framework. Thanks a lot.

> s:link and s:button don't work in a parameterized facelets source tag
> ---------------------------------------------------------------------
>
>                 Key: JBSEAM-666
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-666
>             Project: Seam
>          Issue Type: Bug
>          Components: JSF Controls
>    Affects Versions: 1.1.0.GA
>            Reporter: Guy Veraghtert
>         Attachments: JBSEAM-666-mindiff.patch, seam-bug.zip
>
>
> When you add <s:link> or <s:button> in a facelets source tag and you add an action attribute to these tags with a target bean passed in as a parameter to the source tag, the action isn't executed. (However, when using h:commandButton or h:commandLink the action is executed)

-- 
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