De rien. Par contre pour sortir d'un sub pageflow et revenir a la page appelante du main, propagation="none" ne fonctionne pas => reste sur la meme page avec terminaison de ladite conversation.
En clair la navigation est terminee, mais tu restes sur la page de ton lien. Dans ce cas, propagation="end" est a privilegier (ca fonctionne). Translation: in a sub-pageflow, to come back to the main pageflow with a s:link, propagation="none" doesn't work, i.e. doesn't bring back to the main pageflow but end the conversation. propagation="end" does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109258#4109258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109258 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
