0 Replies Latest reply on Jan 7, 2009 12:05 PM by tony.herstell1

    Bug in Seam Text

    tony.herstell1

      given:



      <s:formattedText value="#{messages.entity_user_dressage_judge_hint}" />



      and in messages.properties:



      entity_user_dressage_judge_hint=Press if you are a qualified dressage judge.<br/>/commensurate payment and a meal is usually provided./



      The only way to break the line is to add  br


      ...



      what I get displayed is:



      Press if you are a qualified dressage judge.

      /commensurate payment and a meal is usually provided./


      Is the br closing slash being counted in error?