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...