Re : Re : url question

2011-03-11 Thread François Rouxel
: Ven 11 mars 2011, 11h 32min 48s Objet : Re: Re : url question On Fri, Mar 11, 2011 at 11:20 AM, François Rouxel wrote: > that's a pity that a great mvc like struts does not provide that kind of >service... :-( It can; you weren't doing it right. Struts has the ability to

Re: Re : url question

2011-03-11 Thread Dave Newton
On Fri, Mar 11, 2011 at 11:20 AM, François Rouxel wrote: > that's a pity that a great mvc like struts does not provide that kind of > service... :-( It can; you weren't doing it right. Struts has the ability to dispatch to arbitrary resources, and the use of OGNL to create the dispatch target pr

Re: Re : Re : Re : url question

2011-03-10 Thread Steven Yang
_ > > > > - Message d'origine > De : Dave Newton > À : Struts Users Mailing List > Cc : François Rouxel > Envoyé le : Jeu 10 mars 2011, 21h 55min 34s > Objet : Re: Re : Re : url question > > On Thu, Mar 10, 2011 at 9:52 PM, François Rouxel > wrote: >

Re : Re : Re : url question

2011-03-10 Thread François Rouxel
ating permaLink? Francois Rouxel - Message d'origine De : Dave Newton À : Struts Users Mailing List Cc : François Rouxel Envoyé le : Jeu 10 mars 2011, 21h 55min 34s Objet : Re: Re : Re : url question On Thu, Mar 10, 2011 at 9:52 PM, François Rouxel wrote: > does struts2 h

Re: Re : Re : url question

2011-03-10 Thread Dave Newton
On Thu, Mar 10, 2011 at 9:52 PM, François Rouxel wrote: > does struts2 have a type='forward' ? > because I use type='redirectAction' Like I said--a redirect... redirects. http://struts.apache.org/2.x/docs/result-types.html http://struts.apache.org/2.x/docs/dispatcher-result.html The documentati

Re : Re : url question

2011-03-10 Thread François Rouxel
46min 08s Objet : Re: Re : url question That's kind of what a redirect *is*. Perhaps you're thinking of a forward? Dave On Thu, Mar 10, 2011 at 9:44 PM, François Rouxel wrote: > the main idea is > I generate permaLink for businesses > ex: mysite.com/abusiness.html > >

Re: Re : url question

2011-03-10 Thread Dave Newton
That's kind of what a redirect *is*. Perhaps you're thinking of a forward? Dave On Thu, Mar 10, 2011 at 9:44 PM, François Rouxel wrote: > the main idea is > I generate permaLink for businesses > ex: mysite.com/abusiness.html > > and I need to redirect on the detail business page... > so I parse