| 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
|
 |
 |
|
|
subject: problem passing parameter in html:link
|
|
|