Struts Global Action Forward passing Parameter

I am new to struts and I need to pass paramter with the global action forward.

SImply I need to pass parameters like http://xxx:9080/yy/a.jsp?disp=1

I have defined a global forward for a.jsp as follows:

<html:link forward="ABC">Click Me</html:link>

In struts-config.xml, I have defined ABC

<forward name="ABC" path="/a.jsp">

Now as I mentioned I need to pass a paratmeter disp with some value....

How do we do this in Struts. Please help.

[497 byte] By [jain_rajana] at [2007-11-27 10:38:31]
# 1

hello,

I think you have the solution if you look the taglib of html:link

http://struts.apache.org/1.3.8/struts-taglib/tagreference.html#link

I think you have to look paramProperty attribute

vergereaua at 2007-7-28 18:55:02 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...