[jboss-user] [JBoss Seam] - How to reach validation messages with EL
superfis
do-not-reply at jboss.com
Tue Jun 26 08:37:19 EDT 2007
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#4057694
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057694
More information about the jboss-user
mailing list