| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
1 comments so far (post your own) View All Comments Latest 10 Comments:Hello!
How does ist works with the different messages which is shown. I also want to show the different messages at different positions.
My label in the property File:
lst_su_login_users=ErrorText
in the Request Bean:
ctx.addMessage("LoginForm:lst_su_login_users",
new FacesMessage(FacesMessage.SEVERITY_ERROR, mf.getMessage("lst_su_login_users"), null));
and in the JSP: ( <webuijsf:form id="loginForm">)
<h:message for="lst_su_login_users" styleClass="errors" />
But the message never shows in the Web.
Have you any idea?
Thanks
Posted by Julia on Saturday, 01.31.09 @ 04:35am | #84351