Re: dynamically setting the html:select property

2001-08-13 Thread dhay
If you use the nightly build, you can do this using the indexed=true property, without using scriptlets. Dave [EMAIL PROTECTED] on 08/08/2001 08:30:56 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: dynamically setting the

RE: RE: RE: dynamically setting the html:select property

2001-08-09 Thread JRender
te: Thu, 9 Aug 2001 14:28:42 +0200 To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> From: =?us-ascii?Q?Heritier_Arnaud?= <[EMAIL PROTECTED]> Subject: RE: RE: dynamically setting the html:select property Message-Id: <[EMAIL PROTECTED]> Hello ! 1st problem : You

RE: RE: dynamically setting the html:select property

2001-08-09 Thread Heritier Arnaud
MTP:[EMAIL PROTECTED]] Date: jeudi 9 aout 2001 12:26 A: [EMAIL PROTECTED] Objet: RE: RE: dynamically setting the html:select property thanks arnaud, still having problems with the property attribute of the select tag. I tried " />" > but it seems to need to be pointing at an

RE: RE: dynamically setting the html:select property

2001-08-09 Thread JRender
ECTED]> From: =?us-ascii?Q?Heritier_Arnaud?= <[EMAIL PROTECTED]> Subject: RE: dynamically setting the html:select property Message-Id: <[EMAIL PROTECTED]> When you use a parameter of a tag, it should be a text or a regexp. if you write the tag interpretor will see the string "

RE: dynamically setting the html:select property

2001-08-08 Thread Heritier Arnaud
[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: mercredi 8 aout 2001 14:31 A: [EMAIL PROTECTED] Objet: dynamically setting the html:select property Hi there, inside an iterate tag I'm creating multiple textboxes and selects. to unqiuely identify each item I am appending the inde

dynamically setting the html:select property

2001-08-08 Thread JRender
Hi there, inside an iterate tag I'm creating multiple textboxes and selects. to unqiuely identify each item I am appending the index from the iteration (idx) to the name; e.g. " maxlength="10" value=""> I also need to do this for drop down selections. However I'm having some problems with nami