I filed ADFFACES-333 for this issue. Thank you for looking into it. Keith
-----Original Message----- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 11:45 AM To: [email protected] Subject: Re: Label EL not supported for required validation failures? 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 > >
