[
https://issues.apache.org/jira/browse/MYFACES-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe updated MYFACES-2531:
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0-beta-2
Assignee: Leonardo Uribe
Status: Resolved (was: Patch Available)
Thanks to Martin Koci for provide this patch
> 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
> Assignee: Leonardo Uribe
> Priority: Minor
> Fix For: 2.0.0-beta-2
>
> Attachments: MYFACES-2531.patch
>
>
> 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.