You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Koci (JIRA)" <de...@myfaces.apache.org> on 2010/02/03 22:21:28 UTC

[jira] Updated: (MYFACES-2531) Support for name/library attributes with h:commandButton

     [ https://issues.apache.org/jira/browse/MYFACES-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Koci updated MYFACES-2531:
---------------------------------

    Status: Patch Available  (was: Open)

> Support for name/library attributes with h:commandButton
> --------------------------------------------------------
>
>                 Key: MYFACES-2531
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2531
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>         Environment: myfaces core trunk
>            Reporter: Martin Koci
>            Priority: Minor
>
> JSF 2.0 specify new name/library attributes for h:graphicImage, h:outputStylesheet and h:outputScript. But current JSF RI implementation supports name/library even on h:commandButton (and maybe others - h:button for example ?). That is very useful feature which allows complex EL like:
>  <h:commandButton name="#{resourceBean.fileName}.#{extensions.extension}" library="#{otherBean.libraryName}/foo/bar/#{randomLibraryName}".
> Supporting this hidden feature enables easy migration from RI to myfaces too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.