File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes problem passing parameter in html:link Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "problem passing parameter in html:link " Watch "problem passing parameter in html:link " New topic
Author

problem passing parameter in html:link

kamesh aru
Ranch Hand

Joined: Mar 16, 2002
Posts: 150
here is the code


<html:link page="/home.do" >home</html:link></td>

with home.do i need to pass the parameter which i get from

<bean:write name="userForm" property="user"/>

how can i pass the parameter ?
can any one help me out
thanks in advance
Pranav Sharma
Ranch Hand

Joined: Oct 27, 2003
Posts: 254
<html:link page="/home.do" paramName="userForm" paramProperty="user" paramId="Name_of_parameter" >home</html:link></td>
kamesh aru
Ranch Hand

Joined: Mar 16, 2002
Posts: 150
thanks for the reply
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: problem passing parameter in html:link
 
Similar Threads
use html:link pass two param
Parameter Passing through <html:link> tag
how to use html:link to pass two different parameter
html:link
How to get parameter using struts Tag