You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by shashi_struts <sh...@hotmail.com> on 2003/03/05 07:58:49 UTC

html:link and two dynamic parameter

hi

i has been work on a html:linka and want some parameter to next page.
this is my code that i am using
<html:link page="/quesEditSurvey.nbsl?action=edit&jsppage=edit_process"
     paramId="questionId" paramName="questionData" paramProperty="questID">

this runs fine 

 i want to add a one more paramater with name 'surveyId' and the value comes from the bean 'survey' 
i tried too much but not write down the proper code.

i know we could use the Map for sending multiple parameter but that's not fit on my program 'use i have a table in which multiple question but only one survey id.

i think u understand my point.


help me to find out the solution.

thanks

shashi