[jboss-user] [JBoss Seam] - Redirect and Message

DiegoCoronel do-not-reply at jboss.com
Thu Dec 20 10:37:24 EST 2007


Hi, im trying to show a message in my xhtml using redirect on page.xml, but no message is showing.


  |    	<navigation from-action="#{cadastroFornecedoresBean.merge}">
  |    		<rule if-outcome="sucesso">
  |    			<end-conversation before-redirect="true"/>
  | 			<redirect view-id="/face/almoxarifado/cadastro_fornecedores/pesquisar.seam">
  | 				<message severity="INFO">#{msg.sucesso}</message>
  | 			</redirect>
  | 			
  | 		</rule>
  | 	</navigation>
  | 

and my xhtml:

  | 		<h:messages globalOnly="true" fatalClass="faltalMessage" 
  | 		errorClass="errorMessage" warnClass="warningMessage" infoClass="infoMessage" id="generalMessages" />
  | 

anyone know why ?

ty, sry about english


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

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



More information about the jboss-user mailing list