Hi,
Can anybody tell me how to pass  multiple parameters
in <html:link>
I tried the following snippet,
<bean:define  id="cmdExec" value= "CmdExec" />
<tr>
<td>
 <bean:define  id="deviceType" value= "ACU" />

<html:link  action="/dispatchBrowser.do"  paramId="DeviceType"   paramName
="deviceType"
   paramId="Module"   paramName="cmdExec"  target="showframe" >cmd</
html:link>
</td>
</tr> 
:
but it don't work..
It is only giving value of "Module"
and not the "DeviceType"

Regards,
Sheetal

Reply via email to