You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Met @ Uber" <me...@uberstats.com> on 2003/05/04 23:21:36 UTC

Dynamic Redirect

I would like to have mysterious links page that when you click on the
link the following action looks up the link associated with the query
string id and forwards the user there.  The query string would look
something like this.

   /FowardLink?id=5

What do I make use of in my action to make this happen?

Thanks in advance,

~ Matthew
-- 
Met @ Uber <me...@uberstats.com>
Uberstats


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


Re: Dynamic Redirect

Posted by "Met @ Uber" <me...@uberstats.com>.
Nope.  I'm trying to figure out what I need to do within my action class
to redirect the browser to another site.

On Sun, 2003-05-04 at 17:50, Dan Tran wrote:
> Are you asking on how to build  html <a> tag with dynamic query strings?
> 
> -D
> 
> ----- Original Message ----- 
> From: "Met @ Uber" <me...@uberstats.com>
> To: "Struts Users" <st...@jakarta.apache.org>
> Sent: Sunday, May 04, 2003 2:21 PM
> Subject: Dynamic Redirect
> 
> 
> > I would like to have mysterious links page that when you click on the
> > link the following action looks up the link associated with the query
> > string id and forwards the user there.  The query string would look
> > something like this.
> > 
> >    /FowardLink?id=5
> > 
> > What do I make use of in my action to make this happen?
> > 
> > Thanks in advance,
> > 
> > ~ Matthew
> > -- 
> > Met @ Uber <me...@uberstats.com>
> > Uberstats
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
-- 
Met @ Uber <me...@uberstats.com>
Uberstats


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


Re: Dynamic Redirect

Posted by Dan Tran <da...@hotmail.com>.
Are you asking on how to build  html <a> tag with dynamic query strings?

-D

----- Original Message ----- 
From: "Met @ Uber" <me...@uberstats.com>
To: "Struts Users" <st...@jakarta.apache.org>
Sent: Sunday, May 04, 2003 2:21 PM
Subject: Dynamic Redirect


> I would like to have mysterious links page that when you click on the
> link the following action looks up the link associated with the query
> string id and forwards the user there.  The query string would look
> something like this.
> 
>    /FowardLink?id=5
> 
> What do I make use of in my action to make this happen?
> 
> Thanks in advance,
> 
> ~ Matthew
> -- 
> Met @ Uber <me...@uberstats.com>
> Uberstats
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 

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