[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-30 Thread toni
Thanks ... I might have found another bug, even though I'm not sure. See: http://www.jboss.com/index.html?module=bbop=viewtopict=96021 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3990117#3990117 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-29 Thread [EMAIL PROTECTED]
Sorry for the delay. I reported the only Seam issue I could identify here: http://jira.jboss.com/jira/browse/JBSEAM-541 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989927#3989927 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-28 Thread toni
Hi Norman, I checked all my xml descriptors. Everything looks ok. What version of seam and jboss are you using? Could you do me a favour and try to reproduce the error: 1. Create 10 nested conversations by clicking 10 times on the Nested link. 2. Switch to converstion with counter id 5 3. End

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-28 Thread [EMAIL PROTECTED]
Try replacing the conversation description with the conversation id, and I think you'll see a very different story. I just noticed that there IS a seam bug here in reporting the conversation description (for the current conversation only) when ending a conversation. I'll open a JIRA issue for

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread ellenzhao
have you tried changing the s:link to h:commandButton or h:commandLink? I had experienced similar odds, but after changing the s:link to h:commandButton, my conversation state got updated correctly without an extra reload of the page. View the original post :

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread ellenzhao
And have you installed the seam redirect filter in the web.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988783#3988783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988783

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread toni
Hi Ellenzhao, thanks for the feedback. I don't have it installed, but I'm not using any redirects in the example. The part in the jsp file, which displays the conversations was taken from the issues example, which also does not use the redirect filter either.. I think. Why don't you try the

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread ellenzhao
are you sure the pages.xml above is not missing something? The page tag is not closed and what is My Counter: #{counter.text} ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988958#3988958 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread toni
This was a copy and paste error. The #{counter.text} will call the following function in the Counter JavaBean. public String getText() { return Counter ID: + thisCountersId + Value: + value; } It is needed in order for the conversationsList object to work. I think it said somewhere, that

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread [EMAIL PROTECTED]
That is the name of the page to be displayed in the conversationList. Without it, the page won't show up in the conversationList. Everything in this example looks fine. As a sanity check, I copied the java code into one of my apps and it worked exactly as expected. I recommend comparing

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread toni
Sorry I don't know why this happens. Even though I copy the whole pages.xml in, when I click on preview the lower half gets cut off. But trust me the closing tags exist. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988987#3988987 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-27 Thread toni
Hi Norman, thanks a lot for trying it out. That's why I asked - it all seems right. However, I have to reload the page, before the table actually reflects the state of the actual context. I cloned the registration app and copied all the important stuff from the issues app into it. I will

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-26 Thread toni
Hi, since I haven't gotten any replies to my post I was wondering, if somebody could help me and try out the example above? I don't know why the conversation list is not being updated correctly or only after a reload of the page. I copied the code to display it from the issues example, so I