Hi
  I have been trying to use a long running conversation and I am facing the 
following problem . Once the conversation is created Any link that I click 
always takes me to the first page that was displayed after the conversation was 
created

  This is what I did : 

   I have a method called searchItem which I have annotated with a @Begin 
(id="myconv", join=true)
public void myMethod() {
}

   I also included this method in the action parameter of the 
<page_id>.page.xml   
                                        

I can see that the action is executed . After this visiting debug.seam shows 
that a conversation named 'myconv' is created. 

But after this all the links have a [EMAIL PROTECTED] as request parameter even 
though they are not present in the s:link parameters. And the browser displays 
the first page ( i ensured that there is no browser caching etc) .

Can u let me know how I can proceed ..

Thanks
Regards
Hari

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035797
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to