RE: Portlet plugin renderDirect location transfer via session may has concurrent issue

2011-05-22 Thread huang.mi...@gmail.com
Hi Pyerson, I'm also using portlet2 plugin, which seems derived from struts portlet plugin, brings same method to handle directRender from action phase. Thus it has same problems :). But since the source is from struts bundled portlet plugin, I'd better discuss this issue here. First let me cle

RE: Portlet plugin renderDirect location transfer via session may has concurrent issue

2011-05-22 Thread Jason Pyeron
It acctually might be pretty easy to test it base on your flow below. lets make a helper class following the singlton pattern give it a private volatile int myPhase=0; now define a method void wait(int phase) { while (myPhasehttp://www.pdinc.us - - Principal Consul

Re: Portlet plugin renderDirect location transfer via session may has concurrent issue

2011-05-22 Thread Nils-Helge Garli Hegvik
Hi! It used to be a render parameter, but was changed due to this: https://issues.apache.org/jira/browse/WW-2052 Nils-H On Sun, May 22, 2011 at 8:02 PM, huang.mi...@gmail.com wrote: > Hi Pyerson, >   I'm also using portlet2 plugin, which seems derived from struts portlet > plugin, brings same m