From: bkyrlach <do-...@jb...> - 2006-07-10 20:44:00
|
Gavin... Does @Begin(join=true) still invoke the code in the annotated method if you're joining an existing conversation? If not, that definitely would be a solution to my problem. Either way, what you just said pointed me to the real problem (yes, I feel pretty dumb now). When I changed folder structure inside my web app, I forgot to update faces-config.xml where I had my navigation rules defined. This is most likely what was causing the page action to fire even when form actions were executed that should have resulted in navigating to a new page. I was also misunderstanding the part of the documentation that said if you called an @Begin method where the (id="some el") "some el" expression evaluated to an already existing conversation ID to say that even if you were already in a conversation, that you'd be rejoined to that conversation. I'm now guessing that the documentation was speaking of a user who wasn't in a conversation at all, joining a still running conversation that the user had left without closing earlier during the user session. Thanks again for your patience. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956767#3956767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956767 |