paramId - the name of the request parameter

paramName - the name of the bean or object to get the parameter value from -- get the value for name unless paramProperty is specified

paramProperty - the property to pull from the object specified in paramName

So if you wanted the request param name to be 'myIndex' you could try:

<html:link href="/MTProd/mtFileView.do"
        paramId="myIndex"
      paramName="idx">
  <bean:write name="audioList" property="filename"/>
</html:link>


ganesh g wrote:
Hi sir,

Here is a problem with:


<logic:iterate id="audioList" property="mtJobsList" name="mtActionForm" indexId="idx">
<html:link href="/MTProd/mtFileView.do" ><bean:write name="audioList" property="filename"/></html:link>
</logic:iterate>


i want to send indexId="idx" which is in iterate tag. with <html:link> tag as a request parameter.
I CAME TO KNOW TO USE idx.intValue() .But i didn't get how to write it in <html:link>tag and what property is supposed to be used.i mean paramName,paramId or paramProperty.
please give me the entire line code of <html:link> tag.


i worked in different ways for a week.
But i couldn't get it.
will u pls tell me the solution ?
i would be thankful to u. Bcoz it's very urgent.

Thanks & Regards
Ganesh

_________________________________________________________________
Need quick cash? http://go.msnserver.com/IN/46923.asp Click here !


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to