5 Replies Latest reply on Feb 15, 2008 11:24 AM by holstead

    commandLink escaping characters in value

    holstead

       

      <a4j:commandLink value="<span>Click Me</span>" />


      Any way to stop it from escaping the characters in the value? I've tried binding the value to a String variable in the bean, but its still displaying as:

      Its showing as >span<Click Me>/span<