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

Vladimir Ralev (JIRA) jira-events at lists.jboss.org
Thu May 17 06:18:52 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-666?page=all ]

Vladimir Ralev updated JBSEAM-666:
----------------------------------

    Attachment: JBSEAM-666.patch

Here is a fix. I had to hack into the facelets classes with reflection, couldn't find another way to resolve the strings. The API seems only to allow methodinfo and invoke. It works with JSF 1.2 RI, it should work with myfaces too, but I haven't tested it. I tried to avoid introducing dependency on facelets, but I am not sure if that was successful either. In any case it's better than nothing.

> 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: JBoss Seam
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 1.1.0.GA
>            Reporter: Guy Veraghtert
>         Attachments: JBSEAM-666.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