Re: struts bridge submits twice

2004-12-14 Thread Jeff Sheets
Here are the debug statements showing the progression through the struts bridge. Sorry to reply to my own message, but I wanted to relay this extra information. It looks like the action is processed once for requestType ACTION and another time for requestType VIEW, but the action should really

Re: struts bridge submits twice

2004-12-14 Thread Ate Douma
This has been solved by Jeff himself, he mailed me directly. The solution is to define the PortletRequestProcessor as controller in the struts-config file: controller pagePattern=$M$P inputForward=true

struts bridge submits twice

2004-12-13 Thread Jeff Sheets
We are having an issue with the struts portals bridge, where a submit is trying to go through the action class twice. As soon as the action is completed and the forward happens, the action is invoked again. Has anyone else seen this? Does anyone have any tips? Thanks, -- Jeff