Re: obtaining action forwards in jsps

2001-08-30 Thread Troy Hart
look at html:link forward=someGlobalForward Troy On Wednesday 29 August 2001 04:24 am, you wrote: Hi, Is there any way to obtain the action forward urls in jsps using their logical 'struts-config' name? I'd like to code links etc point to certain action forward urls found in struts config

Re: obtaining action forwards in jsps

2001-08-29 Thread JEWeaver
I can partially respond.. You can create links that will navigate based on global struts forwards by using the html:link tag; html:link forward=mainWidgetMenu/ I don't know of a way to access the local forwards within actions, but my impression is that these are intended to be related to the