2013/7/9 Alireza Fattahi <afatt...@yahoo.com>: > I do not use any configuration. > > There is an index.jsp: > <% response.sendRedirect("index.action"); %>
Try to use <% response.sendRedirect("/namespace/"); %> > and the index.action is has a execute and simple return SUCCESS and redirects > to a jsp. As I said it is the struts 2 jquery showcase sample! > > I am new, please let me know if I should describe any thing else !! If you redirects to action directly, the action will be called. If you redirect to "/namespace/", action Index in that namespace will be used. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org