[
https://issues.jboss.org/browse/SEAMFACES-133?page=com.atlassian.jira.plu...
]
José Freitas commented on SEAMFACES-133:
----------------------------------------
It seems to be a Mojarra bug. For some reason, it is not filling the UIComponentBase
Attribute Map with "label" key if label attr has an EL value.
I believe the issue below is related:
http://java.net/jira/browse/JAVASERVERFACES-1782
I've made a workaround and it's working, but I'll first make sure that
it's a mojarra bug before pulling a request.
UIInputContainer should accept ValueExpression for the label
attribute.
-----------------------------------------------------------------------
Key: SEAMFACES-133
URL:
https://issues.jboss.org/browse/SEAMFACES-133
Project: Seam Faces
Issue Type: Bug
Components: UI Components
Affects Versions: 3.0.0.Final
Environment: Ubuntu 10.10 64bit, JBoss 6
Reporter: Alt Avatar
Assignee: José Freitas
UIInputContainer should evaluate ValueExpressions for the "label" attribute.
This is especially useful for internationalization, where the component could be included
as: <x:inputcontainer label="#{msg.foo}/><h:inputText...
Currently, ValueExpressions are ignored and only String literals work.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira