3 Replies Latest reply on Jun 5, 2008 5:58 PM by kukeltje

    h:outputLink related problem

    varundoda

      I am trying to implement the following:

      <jbpm:dataform>
      <f:facet name="header">
      <h:outputText value="Permanent Address">
      <h:outputLink value="" title="Make same as present">
      <h:outputText value="(same as present)"/>
      </h:outputLink>
      </h:outputText>
      </f:facet>

      But I am getting
      (same as present)Permanent Address
      instead of
      Permanent Address(same as present)

      Typically I should get first what I write first and not its reciprocal

      Can anyone solve this problem??