Re: [S2] Struts2 portlet app on JDK 1.4.2 - problem

2007-01-15 Thread Dariusz Wojtas
Thanks for the tip Taras. It finally started to work. It is important to use the -advanced switch as you advised. At first I forgot about it and it did not work. After using the switch it started and i could run my simple portlet. Yes, Struts2 portlets do work with Websphere Portal 6.0 (WAS 6

RE: [S2] Struts2 portlet app on JDK 1.4.2 - problem

2007-01-15 Thread Dave Newton
From: Taras Puchko [mailto:[EMAIL PROTECTED] > The ThreadLocal.remove() method should work if you translate Struts by > Retrotranslator 1.2.0 with the -advanced option. Ooo! I wish someone had posted this when I asked the same question. Now I'm locked in to S1 for yet another project :( :(

Re: [S2] Struts2 portlet app on JDK 1.4.2 - problem

2007-01-15 Thread Taras Puchko
Hi Dariusz! The ThreadLocal.remove() method should work if you translate Struts by Retrotranslator 1.2.0 with the -advanced option. But ensure your jars where not previously translated by Retrotranslator 1.1.0. Regards, Taras -