Re: Welcome Page Not Working

2006-03-10 Thread Oshima Tlholoe
Hi Troy, What you need to is have an index.jsp, specify the index,jsp in your web.xmllike tihs index.jsp > after that you need to code your index.jsp like this <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> In this case "kicker" will be the logical name of your g

RE: Welcome Page Not Working

2006-03-09 Thread Juan M. Tula
You should put it in the root directory of your application, in the directory containing your WEB-INF directory. -Mensaje original- De: Troy Bull [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 09 de Marzo de 2006 16:13 p.m. Para: Struts Users Mailing List Asunto: Re: Welcome Page Not

Re: Welcome Page Not Working

2006-03-09 Thread Troy Bull
When I created kicker.do (in the same directory with my jsp's) I get a null pointer exception... Is that the right directory? thanks troy Juan M. Tula said the following on 3/9/2006 11:56 AM: You must create a file named kicker.do too in the application root. The contents does not matter,

RE: Welcome Page Not Working

2006-03-09 Thread Juan M. Tula
You must create a file named kicker.do too in the application root. The contents does not matter, may be zero-lenght, but the specification requires that what you specify in welcome-file-list must be physical files. The request will be handled correctly by struts. -Mensaje original- De