Here is what I am trying to achieve: http://myserver/Login.do --> (maps to) LoginAction http://myserver/Logout.do --> (maps to) LogoutAction http://myserver/user/blahblah --> UserPageAction (notice that there is no .do in this case. blahblah can be replaced by anything at runtime)
http://myserver/pages/blahblah.jsp --> not handled by ActionServlet (obviously) I am trying various combinations in web.xml and struts-config.xml (including configuring /user as a module) but havent yet found a decent solution. Any thoughts? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]