1 Reply Latest reply on Jul 16, 2009 5:00 PM by mhinten

    s:message as el expression

    wachtda.scsi.gmx.ch

      hello


      i'm searching a possibility to get the message of s:messages with an el expression.
      this i need, because i want to display the error message of a component as a title of a image.


      for example:


      <s:validateAll>
      <f:facet name="aroundInvalidField">
        <s:span styleClass="errors"/>
      </f:facet>
      <f:facet name="afterInvalidField">
        <s:div styleClass="errors">
          <h:graphicImage value="./img/validationError.png" title="#{mySeamMessage from s:messages}" />
        </s:div>
      </f:facet>



      thank you for helping...