html:select / html:options

2004-03-23 Thread Christian Schlaefcke
Hi Folks! for several days I mess around with html:select and html:options. I want to access a collection with names or numbers (just java.lang.String). This collection is available in the session. For testing I generated my own collection in the jsp % java.util.Collection list = new

RE: html:select / html:options

2004-03-23 Thread Lokanath
: Tuesday, March 23, 2004 2:45 AM To: Struts Users Mailing List Subject: html:select / html:options Hi Folks! for several days I mess around with html:select and html:options. I want to access a collection with names or numbers (just java.lang.String). This collection is available in the session

RE: html:select / html:options

2004-03-23 Thread Sanoj, Antony (IE10)
] Sent: Tuesday, March 23, 2004 4:15 PM To: Struts Users Mailing List Subject: html:select / html:options Hi Folks! for several days I mess around with html:select and html:options. I want to access a collection with names or numbers (just java.lang.String). This collection is available

Re: html:select / html:options

2004-03-23 Thread Mark Lowe
it to some collection.then use that collection for populating the select lokee -Original Message- From: Christian Schlaefcke [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 2:45 AM To: Struts Users Mailing List Subject: html:select / html:options Hi Folks

RE: html:select / html:options

2003-05-27 Thread Abhinav (Cognizant)
To: Struts Users Mailing List Subject: RE: html:select / html:options I used the following with vectors of unsafeValues and unsafeLabels in my incidentForm bean. html:select name=incidentForm property=selectedUnsafe html:option value=nbsp/html:option html:options name=incidentForm property

Re: html:select / html:options

2003-05-27 Thread Denis Avdic
if these two are kept encapsulated in an object. -Original Message- From: Kandi Potter [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 9:06 PM To: Struts Users Mailing List Subject: RE: html:select / html:options I used the following with vectors of unsafeValues and unsafeLabels in my

RE: html:select / html:options

2003-05-27 Thread Kandi Potter
: Tuesday, May 27, 2003 11:49 AM To: Struts Users Mailing List Subject: RE: html:select / html:options That means we are keeping unsafeValues and unsafeLabels separately in our form-bean. (Though they are related -- i think so) What if these two are kept encapsulated in an object. -Original

DyanActionForm and html:select, html:options tags

2003-02-20 Thread Anand M S
Hi, If I use DyanActionForm, how should I populate dropdown box using html:options tag? we would declare all the form attributes in struts-config.xml, how should I initialize the collection and where? Thanks, Anand - To

RE: DyanActionForm and html:select, html:options tags

2003-02-20 Thread Jarnot Voytek Contr AU HQ/SC
Jarnot Quidquid latine dictum sit, altum viditur. -Original Message- From: Anand M S [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 9:14 AM To: Struts Users Mailing List Subject: DyanActionForm and html:select, html:options tags Hi, If I use DyanActionForm, how

Re: DyanActionForm and html:select, html:options tags

2003-02-20 Thread Anand M S
, 2003 10:20 AM Subject: RE: DyanActionForm and html:select, html:options tags html:select deals with populating a form property (a String - typically - for single-select, and array for multi-select); html:options needs a collection placed into some scope which is commonly done in the Action

Re: DyanActionForm and html:select, html:options tags

2003-02-20 Thread Anand M S
10:35 AM Subject: Re: DyanActionForm and html:select, html:options tags Thanks for reply. But how can we do this using DynaActionForm, I'm not sure, please can u provide some code sample? Thanks in advance. - Original Message - From: Jarnot Voytek Contr AU HQ/SC [EMAIL PROTECTED

html:select,html:options ,DynaValidatorForm

2003-01-27 Thread Vinay
I am using DynaValidatorForm, I need help in using html:select ,html:options property for html:select is defined in struts-config.xml in a form-bean property Help appreciated Thanks Vinay

Re: html:select,html:options ,DynaValidatorForm

2003-01-27 Thread Vinay
: Vinay To: Struts Users Mailing List Sent: Monday, January 27, 2003 11:59 AM Subject: html:select,html:options ,DynaValidatorForm I am using DynaValidatorForm, I need help in using html:select ,html:options property for html:select is defined in struts-config.xml in a form-bean

Re: html:select,html:options ,DynaValidatorForm

2003-01-27 Thread Ashish Kulkarni
- From: Vinay To: Struts Users Mailing List Sent: Monday, January 27, 2003 11:59 AM Subject: html:select,html:options ,DynaValidatorForm I am using DynaValidatorForm, I need help in using html:select ,html:options property for html:select is defined in struts

html:select + html:options question

2002-04-29 Thread Adolfo Miguelez
Hi All, We would appreciate any guidance since we are a little stuck with this issue in Struts 1.0. We have a JSP, which contains an undetermined number of select components, known at runtime. AFAIK, a Struts html:select REQUIRES to be embedded in an html:form tag, which, in turn, CLAIMS

RE: html:select + html:options question

2002-04-29 Thread Ramin, Arash
] Subject: html:select + html:options question Hi All, We would appreciate any guidance since we are a little stuck with this issue in Struts 1.0. We have a JSP, which contains an undetermined number of select components, known at runtime. AFAIK, a Struts html:select REQUIRES

html:select, html:options related query

2002-01-17 Thread hemant
Hello, I get a javax.servlet.jsp.JspException with the description being No getter method available for property selectSeasons for bean under name org.apache.struts.taglib.html.BEAN I have the following questions 1) Why is it looking at org.apache.struts.taglib.html.BEAN in the first

Re: html:select, html:options related query

2002-01-17 Thread Mark Galbreath
Have you looked at the Struts API? You could probably answer your own question. Cheers! Mark - Original Message - From: hemant [EMAIL PROTECTED] To: struts [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 7:55 PM Subject: html:select, html:options related query Hello, I get

Re: html:select html:options tags

2001-08-29 Thread chiji nwankwo
Hi,Depending on what you are trying to do or the scale of the applicationyou are building, you can declare the collection within your jsp pageand put it within the pageContext or you can declare it in your Action subclass and put it in the session. I found the last option to be a neater and

RE: html:select html:options tags

2001-08-29 Thread Nandini Agarwal
Thanks so much. This makes thing so much clearer for me. -Original Message-From: chiji nwankwo [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 29, 2001 2:47 AMTo: [EMAIL PROTECTED]Subject: Re: html:select html:options tags Hi,Depending on what you are trying to do

html:select html:options tags

2001-08-28 Thread Nandini Agarwal
Hi, I am new to java, struts, jsp and EJB. And guess what, I need help. What, I need to do is substitute the following with the html:options collection ... tag. tdhtml:select property=liquidNetWorth option value=10Less than $5,000 option value=11Greater than $5,000 option