Yes, I 'have reported the same issue on the mailing-list, but nobody
answer to me, so I don't know if there is something to do to allow el
label to be evaluated in tr:messages
Arnaud
Counsell, Keith M. a écrit :
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