Re: portlet with a servlet

2007-12-14 Thread Brian Relph
Thank you for the response. After more investigation, and looking over the WSRP specification, it appears that the remote portlet producer is responsible for maintaining a users session with a portlet. The particular producer i am using is from ibm, and it seems that its interpretation (or maybe

Re: portlet with a servlet

2007-12-14 Thread Nils-Helge Garli Hegvik
Sorry I can't be of much help, as I have never tried a scenario like this. I assume this happens because the WSRP-container request and the servlet request acts as two different "clients". I did find an interesting thread [1] that's not really the same as your problem, but might contain some intere

portlet with a servlet

2007-12-12 Thread Brian Relph
Hello, I have a struts2 portlet with a registration page that contains a captcha. The captcha i generate from a servlet that i declare in my web.xml and map to /captcha. The captcha's are identified by the session id of the request, and then are validated in my action using the ServletRequestAwar