Re: action alias / redirect

2009-02-10 Thread Jack Qu
may be the action chain result type can help to do this ! -- From: "Leonidas Papadakis" Sent: Tuesday, February 10, 2009 1:39 AM To: "Struts Users Mailing List" Subject: action alias / redirect Greetings to all, in my st

Re: SV: action alias / redirect

2009-02-09 Thread Leonidas Papadakis
ction alias / redirect Greetings to all, in my struts2 actions file i have the following entry for an action : ... (interceptors, results) ... i would like to have another action with "shortname" ie ssa that will redirect to the above action (sending all the url parameters) What is

SV: action alias / redirect

2009-02-09 Thread Christer Gjerstad
question. Kind regards Christer! -Opprinnelig melding- Fra: Leonidas Papadakis [mailto:l...@bluecore.gr] Sendt: 9. februar 2009 18:39 Til: Struts Users Mailing List Emne: action alias / redirect Greetings to all, in my struts2 actions file i have the following entry for an action

action alias / redirect

2009-02-09 Thread Leonidas Papadakis
Greetings to all, in my struts2 actions file i have the following entry for an action : ... (interceptors, results) ... i would like to have another action with "shortname" ie ssa that will redirect to the above action (sending all the url parameters) What is the best way to do this ? Tha