[
https://issues.apache.org/jira/browse/TRINIDAD-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cagatay Civici resolved TRINIDAD-999.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.8-core
1.0.8-core
> 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
> Assignee: Cagatay Civici
> Fix For: 1.0.8-core, 1.2.8-core
>
>
> <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.