Hi, I tried today the last nightly build of struts and test it on Weblogic 6.0
Everything seems to work fine now, except one last problem with the "RedirectTag", actually the code put in the ActionServlet class
 
  path = request.getContextPath() + path;
  response.sendRedirect(response.encodeRedirectURL(path));
 
works fine because of the "request.getContextPath()" call, but this is not implemented in the Redirect tag and make Weblogic fails when using this tag.
 
Could you please solve this last problem, so that Struts could work without any changes in Weblogic 6.0
 
Thanks,
Thierry
 

Thierry Cools
 
Senior Java Developer
S1 Brussels
Kleine Kloosterstraat, 23
1932 st. Stevens-Woluwe
Belgium
Tel : +32 2 200 43 82
Email : [EMAIL PROTECTED]

Reply via email to