0 Replies Latest reply on Aug 15, 2008 3:51 PM by earnest.dyke

    afterField facet

    earnest.dyke
      Greetings all,

      I am trying to use the afterField facet to place an image after certain fields on a page but not image is displayed. The does not seam (no pun intended) to be any html generated in reference to the facet. Here is a snipet of the code:

      <s:decorate>
        <h:inputText maxlength="3" size="2" value="#{benefitAnalysis.yearsOfFedEmp}" required="true"                    requiredMessage="#{messages['ia.yearsOfServiceRequired']}">
          <a4j:support action="#{AgentAction.retirementAgeChange}" event="onchange" reRender="yearsOfServiceAtRetirement" />                                                 <f:facet name="afterField">
            <h:graphicImage longdesc="Enter years of service to-date." url="/img/qm.gif" />
          </f:facet>
        </h:inputText>
      /s:decorate>

      Any and all help is appreciated.

      Earnie!