[Stripes-users] How to set default action (not a jsp) in web.xml?

2009-03-10 Thread Vadim
Hi! I've set in web.xml the welcome file: welcome-file-list welcome-fileDefault.action/welcome-file /welcome-file-list So, i have a Default class in default package that has a @defaulthandler which forwards to my .jsp, but something goes wrong an server gives me 404 error code. How actually is

[Stripes-users] welcome page

2009-03-10 Thread Vadim Vararu
Hi everybody! How could i set the welcome page to be not a .jsp, but an action, dispatched by the stripes dispatcher. I tried to do this: welcome-file-list welcome-file/Default.action/welcome-file /welcome-file-list so, i have in default package a Default class that implements ActionBean