tr:panelLabelAndMessage ... facet="help" generates two help strings
-------------------------------------------------------------------

                 Key: TRINIDAD-999
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-999
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.6-core
         Environment: facelets
            Reporter: Mark Dopheide



<tr:panelLabelAndMessage label="Birth Date" styleClass="labelForm"
        showRequired="true" for="dobCal">
        <f:facet name="help">
                <tr:outputText value="(mm/dd/yy)" />
        </f:facet>

        <t:inputCalendar required="true" id="dobCal" renderAsPopup="true"
        renderPopupButtonAsImage="true" value="#{signupForm.DOB}" />

</tr:panelLabelAndMessage>

---------- The relevant part of the page gets rendered with this code 
------------- <tr>
<td colspan="1" class="af_panelLabelAndMessage_help-facet">
(mm/dd/yy)
</td>
</tr>
</tbody>
</table>
<div class="x52">
(mm/dd/yy)
  <br>
</div>
</td>
</tr>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to