Hi,
To perform validation we can use , and tags in JSF but how to reach validation messages
for appropriate form objects with EL (jboss-el), eg.:
this is the one of the common ways:
<h:inputText id="textId" value="#{text}" />
| <h:message for="textId" />
I'd like to have something like this:
<h:inputText id="textId" value="#{text}" />
| <h:graphicImage alt="#{validation_message_for_textId}"
url="img/pic.gif" />
Is it possible in any way?
Slawek
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057694#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...