You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Erik jan de Wit <er...@finalist.com> on 2001/07/26 14:39:47 UTC

dynamic forward

How can I make a dynamic link? I've got a page test.jsp and I call it with 

test.jsp?forward=other

Then i want to do a 
<html:link forward="forward">

so that i can call test from diffrent pages and it will forward me to
diffrend locations. Does anyone know a answer for this?