Re: tile definition as welcome file?

2002-06-27 Thread Cedric Dumoulin
The welcome file should denote a valid URL. So I think you can put any struts action URL forwarding to a tile definition. Also, you can put a jsp page URL inserting the definition. What you can't do is to put a definition name as welcome file ;-) . Hope this help, Cedric

tile definition as welcome file?

2002-06-26 Thread Jerry Jalenak
By using the in web.xml, it is possible to have a different HTML or JSP page displayed when a user accesses a specific URL. Is it possible to specify a tiles definition? something like the following? myFirstPage where myFirstPage is defined in struts-config.xml as