[jboss-user] [JBoss Seam] - loosing conversation id
nemya
do-not-reply at jboss.com
Wed Oct 17 10:48:00 EDT 2007
Hi,
I have a page with a commandlink :
<h:commandLink value="" id="cl1" action="#{bean.method}">
| <h:graphicImage value="img/arrow_left.png" />
| </h:commandLink>
When I click on it for the first time I have a cid on the link(which is different from the cid I have when I click on any other s:link on the same page) but it works fine. When I click again I have no cid on the link and I have a # instead.
In fact is more general. I want to use a filter that parses the xhtml page. When the filter starts to analyse the response, I always analyzes the initial page(it doesn't take care of the updates due to clicks on my commandlink)
I didn't specify a scope on the Bean. And I'm using Jboss Seam 2.0.0.CR1 + JBoss AS 4.2.1.GA
thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096123#4096123
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096123
More information about the jboss-user
mailing list