I have the same probem.
Glauco P. Gomes
md10024 escreveu:
For the record, the problem seems to be identified with the use of the
"facet=help" component. I generated a workaround for this problem by doing
something like this instead of using the help facet.
<tr:panelLabelAndMessage label="Birth Date" styleClass="labelForm"
showRequired="true" for="dobCal" inlineStyle="margin-top:2em"
labelStyle="color: #2F4F4F; font-weight: bold; text-align:
right">
<t:inputCalendar required="true" id="dobCal"
renderAsPopup="true"
renderPopupButtonAsImage="true" value="#{signupForm.DOB}"
/>
<tr:outputText value="(mm/dd/yy)"
inlineStyle="font-family:arial;font-size:8pt;color:#669966;float:left" />
</tr:panelLabelAndMessage>