[jboss-user] [JBoss Seam] - Problem with app based on issues example

Holy Joe do-not-reply at jboss.com
Wed Aug 2 14:52:37 EDT 2006


I've got an application that is structurally similar to the issues example, so I modeled my code and pages on those (where 'modeled' should be read 'copied and pasted').  Of course, I made numerous name changes and whatnot, but I believe that the relevant annotated methods are the same, as are the JSF pages that use them.  Unfortunately, I must be wrong, since my app does not work. 

After I edit an issue, for example, click Update and then Done, I am returned to the editProject page, but the changes I made are not persisted (of course, the names are not 'issue' and 'project' in my app, but the roles are the same).  Also, the URL on the editIssue page has a conversationId parameter, and when I return to the editProject page, the conversationId is still there in the editProject URL, and it has the same number (i.e., it appears that the conversation is not ending).  More specifically, when I click "View Issue", I'm taken to the editIssue page with, say, conversationId=4.  After clicking Update and Done, I'm returned to the editProject page, and the URL now also says conversationId=4.  If I repeat the process, the conversationId keeps incrementing.  In the original example app, no conversationId ever appears on the URL.

I clearly have a serious gap in my understanding of this stuff.  Does anyone have pointers for where I should look for what might be different between my app and the example that could cause this sort of behavior?


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

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



More information about the jboss-user mailing list