Adam Winer fixed this. I just verified that EL interpolation works in the latest snapshot.
Adam noted that the bug only exists when client validation is disabled, which applied in my case because I am attempting to use PPR (about which I will probably ask a stupid question soon) on some pages and prefer to have consistent behavior across the application. Keith > -----Original Message----- > From: Arnaud MERGEY [mailto:[EMAIL PROTECTED] > Sent: Monday, December 18, 2006 3:28 AM > To: [email protected] > Subject: Re: Label EL not supported for required validation failures? > > 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 > > > > > > >
