Re: question about acton path

2008-07-08 Thread Lukasz Lenart
Maybe this will help, inside execute() request.getRequestURI() or request.getContextPath() + "/" + mapping.getModuleConfig().getPrefix() + "/" + mapping.getPath()); Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscrib

Re: question about acton path

2008-07-08 Thread shrimpywu
and i forgot to say that i am useing struts 1 shrimpywu wrote: > > hi guys, > if i can get the actionform, > how can i get the action path > > u know, for the page, we have to specify a path for the page in the > struts-config > > so that we can use that path > /mywebsit/mymodule/myform.do >