views:

231

answers:

0

Hi all,

We are migrating our web applications which use struts 1.2 and running on Weblogic 8.1 to Weblogic 10.3.

Some action classes in our applications extend LookUpDispatchAction class.

For these action classes if the redirect attribute in 'struts-config.xml' is set to true they are giving problem in Weblogic 10.

I understood that as redirect is set to true, request information is getting lost and method information as well. These are working fine in Weblogic 8.1.

How can we solve this without changing the redirect attribute.

Any help? Thanks in advance.