Re: html:select example

2003-12-30 Thread Carl
some working examples, but I'm not expert ;-) normal gras italique gras-italique For the second one, It seems that there is other way to do the same, using html:options or html:optioncollection, but I'v

RE: html:select example

2003-12-30 Thread Steve Raeburn
nal Message- > From: Otavio Augusto [mailto:[EMAIL PROTECTED] > Sent: December 30, 2003 8:41 AM > To: [EMAIL PROTECTED] > Subject: html:select example > > > Would someone show me a very simple example of the use of an > html:select tag? I did not understand its use. > >

RE: html:select example

2003-12-30 Thread Daniel Lipofsky
> Would someone show me a very simple example of the use of an > html:select tag? I did not understand its use. > > I'd appreciate any simple example. The select tag can contain a list of option tags, or an options or optionsCollection tag or any combination. Here I use 1 option tag to

html:select example

2003-12-30 Thread Otávio Augusto
Would someone show me a very simple example of the use of an html:select tag? I did not understand its use. I'd appreciate any simple example. Thanks a lot. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

DynaActionForm - html:select example?

2003-03-15 Thread Becky Norum
Does anyone have an example of how to use a DynaActionForm form-property with a in the associated form? I'm a little confused - do I have to use a Map to represent the options? So I can't just hard-code them in the page? Thanks! Becky Norum [EMAIL PROTECTED] ---