You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by an...@claire.co.jp on 2001/12/07 03:11:29 UTC

using to pass parameter to action servlet

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>