great thx so much

I'm gonna try it right now....
that's a pity that a great mvc like struts does not provide that kind of 
service... :-(



Francois Rouxel
____________________________________________



----- Message d'origine ----
De : Aner Perez <a...@ncstech.com>
À : user@struts.apache.org
Envoyé le : Ven 11 mars 2011, 9h 32min 38s
Objet : Re: url question

In the past I've found that UrlRewriteFilter 
(http://www.tuckey.org/urlrewrite/) is a very simple and flexible way 
to achieve this no matter what MVC framework you are using.

    - Aner

On 03/10/2011 08:59 PM, fr Rouxel wrote:
>
> Hi guys,
> I need your help, at least your expertise...
> My site generates permaLinks dynamic like
> www.mysite.com/abusiness.html
> and struts2 makes a mapping (in struts.xml file) that redirect on an action
> that takes params
> ex:
> <struts>
>     <package name='catchall' extends="struts-default">        
>         <action name='*' class="com.rdvcentral.mvc.ParsePermaLinkAction"
>             method="redirectToParseUrl">
>             <result name='success' type="redirectAction">
>                 /
>                 parseUrl
>                 {1}
>             </result>                        
>         </action>        
>         <action name='parseUrl' 
class="com.rdvcentral.mvc.ParsePermaLinkAction"
>             method="parseUrl">
>             <result name='businessFound' type="redirectAction">
>                 /business
>                 showDetailBusinessWithRefresh
>                 ${idLocation}
>                 true
>             </result>            
>             <result name='error404'>/error/struts-error404.jsp</result>
>         </action>        
>
> my pb : the browser show the redirection.
> my question is : is it possible to tell struts to not show the redirection ?
>
> thx a lot
>
> fr/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to