| Author |
does html link provide
|
lee anthony
Ranch Hand
Joined: Jan 23, 2004
Posts: 35
|
|
I was trying to pass multiple parameter using html link .. can anybody help with some piece of code Thanks in advance
|
 |
Sheetal Sachdev
Greenhorn
Joined: Mar 26, 2004
Posts: 6
|
|
Hi I did this using some script in my jsp, here is a snippet of my code... <td> <bean efine id="moduleId" name="moduleBean" property="moduleId" /> <bean efine id="username" name="moduleBean" property="studentUsername" /> <% java.util.HashMap params = new java.util.HashMap(); params.put("moduleId", moduleId); params.put("username", username); pageContext.setAttribute("paramsMap", params%> <html:link page="/question.do?action=Question1" name="paramsMap"> <bean:message key="studentList.evaluate"/> </html:link> </td> hope this helps thanks Sheetal
|
 |
 |
|
|
subject: does html link provide
|
|
|