Hello everybody,
When I use the styleClass attribute on the panelLabelAndMessage, the class
is not rendered on the html result:
The following code
___________________________
<tr:panelLabelAndMessage
styleClass="test_stc"
for="inputname"
label="name"
>
<tr:inputText
id="inputname"
value="#{personBean.name}"
required="true"
requiredMessageDetail="ce champ ne
peut rester vide"
/>
</tr:panelLabelAndMessage>
____________________________
generates the following html
____________________________
<table id="j_id11__xc_" cellspacing="0" cellpadding="0" border="0" summary="
">
....
____________________________
Do you know what is the problem?
Thanks in advance.