Hello,
I have a custom servlet that serves custom generated graphs (many of them per page). I
notice that every time there is a request to the servlet a new conversation is created,
even though I am passing the conversationId to the servlet.
My page code looks like:
| <h:graphicImage
value="/media/wggraph?gsMan=wgGraphs&ugid=#{graph.id}&conversationId=#{conversation.id}"
/>
|
Am I doing something wrong? Or will there always be a new conversation created everytime a
servlet is accessed?
thanks,
Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039474#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...