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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user