Label EL not suppoted for required validation messages
------------------------------------------------------
Key: ADFFACES-333
URL: http://issues.apache.org/jira/browse/ADFFACES-333
Project: MyFaces ADF-Faces
Issue Type: Bug
Environment: Nightly build for 2006-12-14, Sun RI 1.2_03-b05-FCS
Reporter: Keith Counsell
EL labels are not supported by <tr:messages/> when required inputs are not
populated. For example:
<f:loadBundle basename="Labels" var="labels"/>
<tr:messages/>
<tr:inputText label="#{labels['foo']}" required="true"/>
<tr:commandButton text="Submit"/>
The messages tag shows only "- Value Required." if the inputText is not filled
in.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira