You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Renato Romano <r....@set-network.com> on 2003/05/05 12:18:07 UTC

Dynamic html link...

I'd want to define an <html:link> using the forward attribute to define
the value of the rendered href, but the name of the forward is a request
parameter (the schema is: passing a page the path to which return
control...)
Any ideas ??
Thanks a lot
Renato

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: r.romano@set-network.com
Tel.:   010 2712603
_____________________________________




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


Re: Dynamic html link...

Posted by Kris Schneider <kr...@dotech.com>.
Maybe:

<bean:parameter id="forwardName" name="reqParamName" value="defaultValue"/>

<html:link forward="<%= forwardName %>" ...>
</html:link>

Quoting Renato Romano <r....@set-network.com>:

> Ineed to define an <html:link> using the forward attribute to define the
> value of the rendered href, but the name of the forward is a request
> parameter (the schema is: passing a page the path to which return
> control...)
> Any ideas ??
> Thanks a lot
> Renato
> 
> ____________________________________
> Renato Romano
> Sistemi e Telematica S.p.A.
> Calata Grazie - Vial Al Molo Giano
> 16127 - GENOVA
> 
> e-mail: r.romano@set-network.com
> Tel.:   010 2712603
> _____________________________________


-- 
Kris Schneider <ma...@dotech.com>
D.O.Tech       <http://www.dotech.com/>

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


Dynamic html link...

Posted by Renato Romano <r....@set-network.com>.
Ineed to define an <html:link> using the forward attribute to define the
value of the rendered href, but the name of the forward is a request
parameter (the schema is: passing a page the path to which return
control...)
Any ideas ??
Thanks a lot
Renato

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: r.romano@set-network.com
Tel.:   010 2712603
_____________________________________





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