You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Christian Beutenmueller <fl...@web.de> on 2008/06/16 14:18:10 UTC

[Trinidad] Label is empty for required attribute?

Hi folks,

I got the following problem:
Setup:
A tr:messages component and a tr:inputText with label set as EL 
expression and required="true".
Problem:
The anchor link for the inputText doesn't render at all, if I set the 
label as EL (otherwise it renders fine).
After a short debugging I realised, that the label Attribute in the 
_attribute Map of the Component instance is set to "" and not null, and 
therefore the UIXEditable._getLabel() returns the "" value.

Versions:
Trinidad 1.0.8, Facelets 1.1.14, MyFaces 1.1.5, Java 5, Tomcat 5.5.25

Any Ideas? Should I file a bug report?

greets,
Christian