|
Home > Archive > WebSphere Portal Server > November 2006 > Problem when invoking servlet
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem when invoking servlet
|
|
|
| Hello, i'm having a problem whenever i invoke servlets from my Portal, because only the firts request is processed normally, all subsequent requests return the same results as the first. I tried to put some System.out on doPost, doGet, doHead, ..., but it
never reaches that point. It looks like it's doing some sort of caching. Does anyone know how to solve this?
Thanks for any help you can give me,
Carlos Ferreira
| |
|
| How are you invoking the servlet?
I had to invoke a servlet within the ActionResponse method (jsr168), via a response.SendRedirect. The problem with that is the response gets processed in the Servelt and the doView never executes....meaning the portlet isn't redrawn. This, in effect, mak
es only the first, third, fifth, etc. user-click process-able (reaching the portlet code). Haven't found away around that.
| |
|
| Sam,
I am having the same problem.
Did you find any workaround for this? please post it here if you find any.
Thanks
|
|
|
|
|