Re: Action as Welcome File

2008-08-21 Thread Felipe Lorenz
Hi.. Did you try change in web.xml file? Change from index.jsp to your_action.action!! i dont know if it work... Felipe. On Thu, Aug 21, 2008 at 7:24 AM, Roger <[EMAIL PROTECTED]> wrote: > Sorry, I know that I've read about this here before, but I can't find the > thread. Can someone point me to

Re: Action as Welcome File

2008-08-21 Thread James Neff
Felipe Lorenz wrote: Hi.. Did you try change in web.xml file? Change from index.jsp to your_action.action!! i dont know if it work... Felipe. On Thu, Aug 21, 2008 at 7:24 AM, Roger <[EMAIL PROTECTED]> wrote: Sorry, I know that I've read about this here before, but I can't find the thread.

RE: Action as Welcome File

2008-08-21 Thread Ramez Hassan
/* REQUEST FORWARD INCLUDE ERROR -Original Message- From: James Neff [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2008 4:42 PM To: Struts Users Mailing List Subject: Re: Action as Welcome File Felipe Lorenz wrote: > Hi.. > >

Re: Action as Welcome File

2008-08-21 Thread Randy Burgess
mez Hassan <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Thu, 21 Aug 2008 17:43:10 +0200 > To: 'Struts Users Mailing List' > Subject: RE: Action as Welcome File > > Hi, > I guess you can do that by specifying the following in web.xml: >

Re: Action as Welcome File

2008-08-22 Thread Ylva Degerfeldt
Hello James, I had the same problem and another Struts 2 developer showed me one way to do it. (I didn't get it to work to specify the action as a welcome-file.) The solution is almost like you did. The only difference is how you call the action from index.jsp. I don't know if it's more elegant bu

Re: RE: Action as Welcome File

2008-08-21 Thread Stephan Schröder
> > struts2 > /* > REQUEST > FORWARD > INCLUDE > ERROR > this result in an xml-error: The content of element type "filter-mapping" must match "(filter-name,(url-pattern|servlet-name))". > In my web.xml I have: > > > index.jsp > >