Re: Struts welcome-file-list problem

2002-06-27 Thread Kris Schneider
I'd try something like this: index.jsp: %@ page language=java % %@ taglib uri=/tags/struts-logic prefix=logic % logic:forward name=welcome/ web.xml ... welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list ... struts-config.xml ... global-forwards forward name=welcome

Struts welcome-file-list problem

2002-06-26 Thread Pete . Gabriel
We have all of our jsp's under Web-Inf. Therefore, you must call the action class to get to a web page. This all works great except for our welcome page called welcome.jsp that was built with Struts Tiles. If we go to the browser and just type

Re: Struts welcome-file-list problem

2002-06-26 Thread Kevin . Bedell
: [EMAIL PROTECTED], [EMAIL PROTECTED] (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Struts welcome-file-list problem We have all of our jsp's under Web-Inf. Therefore, you must call the action class to get to a web page. This all works great except for our welcome page called