Hrm, this should work. Guess we need a JIRA issue...
-- Adam
On 12/15/06, Counsell, Keith M. <[EMAIL PROTECTED]> wrote:
Are EL labels not supported by <tr:messages/> when required inputs are
not populated? For example:
<f:loadBundle basename="ApplicationMessages" var="messages"/>
<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.
I've tested this with the 2006-12-04 and 2006-12-14 builds.
Thanks,
Keith