[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-18 Thread [EMAIL PROTECTED]
I reviewed this and I can't confirm your conclusions. Make sure you have testes against current CVS. If it still doesn't work, I need a test case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972449#3972449 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-07 Thread texan
http://jira.jboss.org/jira/browse/JBSEAM-343 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970132#3970132 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970132 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-06 Thread sjmenden
Just to let you know, you are not alone. I am not sure if there is some special attribute to the pages.xml xml, however, I ran into the exact same problem. Lessoned learned, don't use pages.xml with a Stateful bean that uses pagination, it won't work. I had to change the way I was doing

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-06 Thread texan
My particular problem is that the from page action is getting executed when I leave the page. Very frustrating. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969748#3969748 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-06 Thread raja05
This seems to be happening in AbstractPhaseListener and looks like a bug. The code in question is |public boolean callPageActions(PhaseEvent event) |{ | Lifecycle.setPhaseId( PhaseId.INVOKE_APPLICATION ); | boolean actionsWereCalled = false; | try |

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-06 Thread texan
Thanks for tracking down the source of the problem! I've been juggling too many projects to dare digging into the Seam code. I'll have to look into submitting this via JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969800#3969800 Reply to the post :