html:link with local forward

2001-05-15 Thread Greg Ritter
I have a template that I use to generate my pages, that includes a title bar with a close button on each page: ... html:link forward=closehtml:img border=0 page=/images/close.gif//html:link ... I would like to be able to specify a local forward for each action in struts-config.xml: ...

Re: html:link with local forward

2001-05-15 Thread Roland Huss
Greg Ritter [EMAIL PROTECTED] writes: ... html:link forward=closehtml:img border=0 page=/images/close.gif//html:link ... I would like to be able to specify a local forward for each action in struts-config.xml: How should the jsp-page know, from which action it comes from ? ...