From what I can see the following lines don't do anything.

// Get action
String servletPath = (String) aRequest.getAttribute("javax.servlet.include.servlet_path");
if (servletPath == null)
servletPath = aRequest.getServletPath();

// Path is always original path, even if it is included in page with another path
String actionPath = aRequest.getServletPath();
--------------------------------------------------------------------
actionPath = actionPath.substring(0, actionPath.lastIndexOf("/") + 1);
--------------------------------------------------------------------
String actionName = getActionName(servletPath);

actionPath is never used.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to