Hi!
I've set in web.xml the welcome file:
<welcome-file-list>
<welcome-file>Default.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 correct to set the welcome action?


------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to