Hi

I have a very simple question,  I want pass a variable to a page, I have

<html:link forward="bbs" paramId="page" paramPropery="next">   -(1)

and want this to expand to

http://localhost:8180/testproject/bbs.do;jsessionid=EB98798BC98658698989879878&page=next
 
-(2)


   I do not want this value to be placed in a bean.ie....I just want to 
pass the value of page=next to this action servlet.  But (1) is not 
doing what I want it to do.
How can I write a link like (2) using the

<html:link>

tag?

Cheers

Tony


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to