[jboss-user] [JBoss Seam] - faces messages not displayed

kgoedert do-not-reply at jboss.com
Wed Sep 12 07:29:27 EDT 2007


Hi,

I´m having a problems showing faces messages on the screen. My messages.properties file is in my WEB-INF/classes and all my messages are displayed on the console. In my page, I have this:

<h:form id="formEntity">
	
		<h:messages/>
	
	
		
			
				
					
						Name:
						
							<h:inputText value="#{company.alias}" id="alias" styleClass="large-input" required="true">
								<s:validate />

							</h:inputText>
.....

</h:form>

Why my messages are not displayed?

Thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083378#4083378

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083378




More information about the jboss-user mailing list