Hi,

I am trying to pass 2 parameters with html:link. Since it is not legal to use the same 
attribute name more than once in the same tag, I created another reference 'tempId'  
to my 'submitQuotesForm' bean using  <bean:define> tag but I am only getting the last 
param 'supplier_seq'  added to my link.

Here's my JSP code:

      <bean:define id="tempId"  name="submitQuotesForm" 
type="com.motorola.mms.msqc.beans.SubmitQuotesForm" />
      <html:link href="part.do" 
          paramId="motorola_part" paramName="submitQuotesForm" paramProperty="partNbr"
          paramId="supplier_seq" paramName="tempId" paramProperty="supplierSeq" >
          <bean:write name="submitQuotesForm" property= "partNbr"  />
      </html:link>


What am I doing wrong?

-Nimmi

Reply via email to