Dynamically redirect to a page

2007-01-28 Thread Omer Basar
Hi all, I have another problem. I want to redirect my action to a link but the link must be gathered from database and it can be chosen randomly. So I cannot staticly put a definition for this action in struts.xml . How can I do this. (Example : When I press a button I forward it to ClickAction

Re: Dynamically redirect to a page

2007-01-28 Thread Tom Schneider
http://marc.theaimsgroup.com/?l=struts-userm=116826570319911w=2, Omer Basar wrote: Hi all, I have another problem. I want to redirect my action to a link but the link must be gathered from database and it can be chosen randomly. So I cannot staticly put a definition for this action in

Re: Dynamically redirect to a page

2007-01-28 Thread Anjali
On 1/28/07, Omer Basar [EMAIL PROTECTED] wrote: Hi all, I have another problem. I want to redirect my action to a link but the link must be gathered from database and it can be chosen randomly. So I cannot staticly put a definition for this action in struts.xml . How can I do this. (Example :

Re: Dynamically redirect to a page

2007-01-28 Thread Omer Basar
Thanks for your help Tom.