You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by RĂ©gis Legrand <le...@gmail.com> on 2008/12/20 19:08:07 UTC

tr:panelLabelAndMessage does not render styleclass

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.