Hi Kees

thanks, I was hoping for something in java - whereby I could dynamically set
the parameter name - ie "parameter" + i, or even request[i] and parse out
the instance from the name ( eg. parameterName2 ).  There may be hundreds of
parameters and they will be different instances of the same set of
parameters - ie. product1, qty1, product2, qty2, etc.

If this is a lousy way of doing this, I'd be very interested in suggestions.
I'm using innerhtml to dynamically create the client-side form which is then
posted with an unknown set of hidden variables.

Regards
Emile

----- Original Message -----
From: "Kees Jongenburger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 29, 2004 5:54 AM
Subject: RE: importing n parameters


Hi

this migth help

<mm:import id="optionalParams"
vartype="list">width,align,hspace,border,class,style,alt</mm:import>

<mm:stringlist referid="optionalParams" id="current">
  <mm:notpresent referid="$current"><mm:import
externid="$current"/></mm:notpresent>
  <mm:present referid="$current"><mm:write/>="<mm:write
referid="$current"/>" </mm:present>
</mm:stringlist>





Reply via email to