2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23813162.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
gt; From: rc...@i-tao.com > To: user@struts.apache.org > Subject: 2.1.6 convention plugin problem > > > in StrutsPrepareAndExecuteFilter in 2.1 > > doFilter contains > ActionMapping mapping = prepare.findActionMapping(request, response); >

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
where it is falling over. At the moment I have hacked in a piece of code to the filter to say when the action name is empty string make the mapping null. Thanks Ron -- View this message in context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23814119.html Sent from the S

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
empty string usually, including in all the struts2 examples, you want this to go to index.jsp or equivalent and do a redirect from there -- View this message in context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23814732.html Sent from the Struts - User mailing list

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
pour le contenu fourni. > Date: Mon, 1 Jun 2009 06:11:22 -0700 > From: rc...@i-tao.com > To: user@struts.apache.org > Subject: RE: 2.1.6 convention plugin problem > > > just to clarify > > this works > http://myserver/myapp/whatever.action > and to maps to >

Re: 2.1.6 convention plugin problem

2009-06-01 Thread Musachy Barroso
uding in all the struts2 examples, you want this to go to > index.jsp or equivalent and do a redirect from there > > > -- > View this message in context: > http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p238

Re: 2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
this message in context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23818024.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For addit

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
s à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 1 Jun 2009 09:42:06 -0700 > From: rc...@i-tao.com > To: user@struts.apache.org > Subject: Re: 2.1.6 convention plugin problem > > > that kind of worked, I had to make

RE: 2.1.6 convention plugin problem

2009-06-02 Thread Ron Chan
tation in my action just to do this workaround I believe there should be a setting that will allow "/" return null mapping so that request is passed through to the static resource method, at least then we have a choice Ron -- View this message in context: http://www.nabble.com/2.1.6-conve

Re: 2.1.6 convention plugin problem

2009-06-02 Thread Musachy Barroso
l allow "/" return null mapping > so that request is passed through to the static resource method, at least > then we have a choice > > Ron > > -- > View this message in context: > http://www.nabble.com/2.1.6-