Re: Where should database select go for select dropdown

2003-02-04 Thread Eric C. Hein
In yourAction class. - Original Message - From: "Huw Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 10:22 AM Subject: Where should database select go for select dropdown > Sorry if this is trivial - but I'm new to the framework and I'm finding the > d

Re: how to use two combo-box which depend one on the other ?

2003-01-31 Thread Eric C. Hein
request. > Is it true ? > > Sandra > > -Original Message- > From: Eric C. Hein [mailto:[EMAIL PROTECTED]] > Sent: 30 January 2003 19:08 > To: Struts Users Mailing List > Subject: Re: how to use two combo-box which depend one on the other ? > > > Sandra, &g

Re: how to use two combo-box which depend one on the other ?

2003-01-30 Thread Eric C. Hein
Sandra, This works with the javascript code Chris pointed you to. The communityIssue is the parent field and there are two dependent fields (targetAudience & activityType). - Eric Here is the javascript and STRUTS code to write the array into the page: audiences = new Array(

Re: Struts Job

2003-01-22 Thread Eric C. Hein
Want to move to Toronto? - Original Message - From: "Max Kremer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 1:37 PM Subject: Struts Job Hi, I've been developing a struts application (http://www.datastay.com) for several mont

Re: [OT] Not spam...I swear--

2003-01-21 Thread Eric C. Hein
Mark, HashTables should never be worn after Labor day. - Original Message - From: "NoSect" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 9:30 AM Subject: RE: [OT] Not spam...I swear-- > Vectors are also serializedhashtables not. > > From: Mark Galbrea

Re: [OT] Not spam...I swear--

2003-01-21 Thread Eric C. Hein
I think "NoSect" may have meant "synchronized". Unlike the new collection implementations, Vector is *synchronized*. - Original Message - From: "Attila Szegedi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 9:4

Re: JList

2003-01-10 Thread Eric C. Hein
a Collection as suppose of a String? > > Eric C. Hein wrote: > > > > > >labelProperty="label"/> > > > > > >- Original Message - > >From: "Gus Delgado" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List&q

Re: JList

2003-01-10 Thread Eric C. Hein
- Original Message - From: "Gus Delgado" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 12:31 PM Subject: JList > On Struts and jsp tags, what is the alternative to a JList. Where a user > can select multiple items from tha

Re: bean:write html stuff, how

2002-12-29 Thread Eric C. Hein
Sash, - Eric - Original Message - From: "Sash Sash" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 29, 2002 11:04 AM Subject: bean:write html stuff, how > > Hello and Happy Holidays to you all!!! > > Got a quick question. I'm trying to use to output HTML code.

Re: setting my own font

2002-12-27 Thread Eric C. Hein
This should work. - Eric - Original Message - From: "Dinesh Samson J" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Cc: <'Eddie Bush '> Sent: Friday, December 27, 2002 10:08 AM Subject: RE: setting my own font > Greetings, > > i tried using

Iterate Tag Implementation

2002-12-22 Thread Eric C. Hein
I have a form "myForm" with a property "myProperty" that is a String array. I want to set a javascript array to the contents of a myProperty. I think I need to use an iterate tag in combination with the tag but I cannot figure out from the javadocs how to do this. Can anyone post some sampl

Re: javascript and STRUTS

2002-12-20 Thread Eric C. Hein
Rick, Thanks. The problem with setting a hidden field was that after the form is created the bean property was already overwritten. What I needed to do was set a javascript variable: theCity = new String(); This gets done before the form is created. Rgds, Eric - Original Message -

javascript and STRUTS

2002-12-20 Thread Eric C. Hein
Background: In my form I have a field "city" that the user selects from a drop down list. The city dropdown is initially setup to have one option that cues the user to select a county first (-1, select county first). After the user selects a county the options list for city is then set to a ja

Re: RE:

2002-12-09 Thread Eric C. Hein
Here is some sample code: - Eric - Original Message - From: "pramod parnati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 3:41 PM Subject: RE: > > How to retrieve the values from > > > > I Tried > > > > > > > > > > I did some javascript prog

Re: Struts with javascript

2002-12-06 Thread Eric C. Hein
Prarmod, Here is a link to an example of the javascript you might use. http://javascript.internet.com/forms/items-popup-list.html - Eric - Original Message - From: "pramod parnati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 8:01 AM Subject: Struts with j

OT: Locale Management tool

2002-12-06 Thread Eric C. Hein
I am doing some volunteer work for a non-profit and they have asked me to develop a locale resource management tool that would identify changes to their default resource bundle and flag them for translation. After the keys come back from translation the tool would merge them into the rest of th

Re: generate from javascript locally

2002-11-28 Thread Eric C. Hein
Sven, I am curious about your last statement. I am doing some volunteer work for a non-profit and I have a case where the user will select a "parent" from a dropdown box, and based on that selection I will need to load only the associated "children" to the next dropdown. I was planning to create