indexed tags

2003-11-03 Thread eric
Is is possible to pass a multiple select box, and Array of strings to an array list or Hash Map? I am only able to get Strings to pass, it doesn't seem to pass the whole Array only one value? Eric Waite Taylor Online Java Developer 631.549.3000 X317 http://www.readingplus.com

Indexed tags

2001-07-26 Thread dhay
Just to let you know the nightly builds now include the indexed tags. Cheers, Dave

Indexed tags

2001-12-03 Thread Mike Ashamalla
Hi All! I apologize if this question has been asked before. I'm trying to implement indexed tags and I can't figure out where the values are being set (ie - where should me setters be and what should they look like). The form displays the prompts and values perfectly, but when I sub

Indexed Tags Functionality

2001-07-16 Thread DHarty
I was just reviewing the indexed tags funtionality and it looks like a valuable addittion. Before I rebuilt struts however, I had a question regarding the funtionality with ArrayLists and Vectors. Essentially, I was wondering if you could use these tags on objects like Vectors and lists given

Indexed tags problem

2001-08-06 Thread Andrew Paul Swift
I am using the indexed tags (cheers, made my life a lot easier!) but I am having a problem. When submitting a form the data in the form is not updated. I have got updates working elsewhere, but I can't get this working. Is it because I use a nested property in the iterate tag i.e. getP

Indexed tags struts 1.0

2003-11-03 Thread eric
I would like to pass the String[] array results of a select tag to an array set and in the form bean my object always seems to me an string and not a String[]? Could someone let me know if I am doing something wrong? jsp snippet: Network Product:   form snippet private ArrayLi

Re: Indexed Tags Functionality

2001-07-16 Thread dhay
Sure can! That's what I do... Dave "DHarty" <[EMAIL PROTECTED]> on 07/16/2001 10:26:11 AM Please respond to [EMAIL PROTECTED] To: "Struts User" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: Indexed Tags Functionality

Re: Indexed Tags Functionality

2001-07-16 Thread dhay
PS You obviously also need a setParameterList(ArrayList paramList). Dave "DHarty" <[EMAIL PROTECTED]> on 07/16/2001 10:26:11 AM Please respond to [EMAIL PROTECTED] To: "Struts User" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: Inde

RE: Indexed Tags Functionality

2001-07-16 Thread DHarty
t: Re: Indexed Tags Functionality PS You obviously also need a setParameterList(ArrayList paramList). Dave "DHarty" <[EMAIL PROTECTED]> on 07/16/2001 10:26:11 AM Please respond to [EMAIL PROTECTED] To: "Struts User" <[EMAIL PROTECTED]> cc:(bcc: Dav

RE: Indexed tags problem

2001-08-07 Thread Andrew Paul Swift
w Paul Swift [mailto:[EMAIL PROTECTED]] > Sent: 6. august 2001 17:32 > To: '[EMAIL PROTECTED]' > Subject: Indexed tags problem > > > I am using the indexed tags (cheers, made my life a lot > easier!) but I am > having a problem. > > When submitting a form t

RE: Indexed tags problem

2001-08-07 Thread Andrew Paul Swift
I have finally solved the problem, and it was due to the nested property. So ignore my last posting or take note of the word "probably" ! Is there currently a way to access nested properties stored in forms when using indexed tags?? e.g. for automatic updates form.getDetail(index).s

FW: Indexed tags problem

2001-08-08 Thread Andrew Paul Swift
intend to have a look and see if I can discover a better solution. cheers Andy -Original Message- From: Marcel Maré [mailto:[EMAIL PROTECTED]] Sent: 8. august 2001 09:10 To: '[EMAIL PROTECTED]' Subject: RE: Indexed tags problem Please post the solution, since I'm having s

Indexed tags - Dave Hays code

2001-07-30 Thread Nathan Coast
Hi, I'm trying to use the Indexed tags from Dave Hays: http://husted.com/about/struts/indexed-tags.htm anyone got a replacement struts.jar with the relevant code changes in? It's not that I'm lazy, I'm just having trouble getting the code built using ant 1.3 java.lang.

Re: Indexed tags - Dave Hays code

2001-07-30 Thread Jon Brisbin
t; Sent: Monday, July 30, 2001 9:37 AM Subject: Indexed tags - Dave Hays code > Hi, > > I'm trying to use the Indexed tags from Dave Hays: > http://husted.com/about/struts/indexed-tags.htm > > anyone got a replacement struts.jar with the relevant code changes in? > >

RE: Indexed tags - Dave Hays code

2001-07-30 Thread Niall Pemberton
I believe Dave Hays tags were included in the nightly builds in the last week or so. So if you download that you should be OK. Niall > -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED]] > Sent: 30 July 2001 15:38 > To: Struts-User (E-mail) > Subject: Inde

RE: Indexed tags & iterate tag problems

2001-12-04 Thread Mike Ashamalla
Anyone know the answer to this??? It seems that there are two of us with exactly the same problem (see "iterate tag problems (sorry !!)" from Eddie Fung [[EMAIL PROTECTED]]). Bottom line: When using indexed tags inside an iterate tag, the setters don't seem to be setting the

RE: Indexed tags & iterate tag problems

2001-12-05 Thread dhay
t; <[EMAIL PROTECTED]>; Please respond to [EMAIL PROTECTED] To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: Indexed tags & iterate tag problems Anyone know the answer to this??? It seems that there are t

RE: Indexed tags & iterate tag problems

2001-12-05 Thread dhay
"Mike Ashamalla" <[EMAIL PROTECTED]> on 12/04/2001 03:39:25 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]>; Please respond to [EMAIL PROTECTED] To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: (bcc: D

RE: Indexed tags & iterate tag problems

2001-12-05 Thread Mike Ashamalla
ou, Mike Ashamalla, CEBS VistaXtreme [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:18 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Indexed tags & iterate tag problems Taking a close

RE: Indexed tags & iterate tag problems

2001-12-05 Thread Jeff Martin
d "void setName(String)" in class com.x.Customer populate: request param 'internal' not set. Method "void setInteral(String)" must be public in class a.b.c Jeff -Original Message- From: Mike Ashamalla [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2

RE: Indexed tags & iterate tag problems

2001-12-06 Thread Tom Klaasen (TeleRelay)
);, and you'll see the "no setter method" messages. hth, tomK > -Original Message- > From: Jeff Martin [mailto:[EMAIL PROTECTED]] > Sent: woensdag 5 december 2001 20:25 > To: Struts Users Mailing List > Subject: RE: Indexed tags & iterate tag problems &g

RE: Indexed tags & iterate tag problems

2001-12-06 Thread Keith Bacon
essages. > > hth, > tomK > > > > -Original Message- > > From: Jeff Martin [mailto:[EMAIL PROTECTED]] > > Sent: woensdag 5 december 2001 20:25 > > To: Struts Users Mailing List > > Subject: RE: Indexed tags & iterate tag problems >

Html-El Form and Indexed Tags Problem

2003-07-02 Thread Brown, Melonie S. - Contractor
I have a form with a list that is made up of UserMenuItem objects. I want to allow the user to set various properties of the individual UserMenuItem objects. The action the form is submitted to would take the list with the user's input and process it. To accomplish this, I'm trying to do somethi

Re: Html-El Form and Indexed Tags Problem

2003-07-02 Thread Sandeep Takhar
I don't think you want the [ctr] and keep indexed="true" The thing you are iterating on is already doing the [ctr] for you. sandeep --- "Brown, Melonie S. - Contractor" <[EMAIL PROTECTED]> wrote: > I have a form with a list that is made up of > UserMenuItem objects. I want > to allow the user to

Re: Html-El Form and Indexed Tags Problem [solution]

2003-07-02 Thread Brown, Melonie S. - Contractor
llows:   Original Message Subject: Re: Html-El Form and Indexed Tags Problem Date: Wed, 2 Jul 2003 12:15:55 -0700 (PDT) From: Sandeep Takhar <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTE

Help needed with Indexed Tags, Contributor taglib by Dave Hays

2002-10-29 Thread Linnea Ahlbeck
Hi! I'm using the indexed tag lib written by Dave Hays. On my jsp page I have the following code: In my formbean I have a the following getters: public List getMondayEventList() { return mondayEventList; } public CalendarEvent getMondayEvent(int index) { return (Ca

Where do I find an complete example for indexed tags

2001-10-22 Thread storck
Where do I find an complete example for indexed tags

Re: Help needed with Indexed Tags, Contributor taglib by Dave Hays

2002-10-29 Thread deepak
Try doing this - Original Message - From: "Linnea Ahlbeck" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 3:55 PM Subject: Help needed with Indexed Tags, Contributor taglib by Dave Hays >

RE: Help needed with Indexed Tags, Contributor taglib by Dave Hays

2002-10-29 Thread Linnea Ahlbeck
n a setter and a getter for the value I want to show on my jsp page? Thanks! /Linnéa -Original Message- From: deepak [mailto:deepak@;ltp.soft.net] Sent: Tuesday, October 29, 2002 12:48 PM To: Struts Users Mailing List Subject: Re: Help needed with Indexed Tags, Contributor taglib by Dave H

Re: Help needed with Indexed Tags, Contributor taglib by Dave Hays

2002-10-29 Thread deepank
hello, where r u , no mail i will finish all the formalities today - Original Message - From: "Linnea Ahlbeck" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 6:48 PM Subject: RE: Help needed with Ind

Re: Where do I find an complete example for indexed tags

2001-10-22 Thread Ted Husted
I don't believe there is one. The indexed tags are relatively new. Should you put one together for your own use, please feel free to contribute it. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel +1 716 737-3463 -- http://www.husted.com/s

Re: Where do I find an complete example for indexed tags

2001-10-22 Thread dhay
Ted Husted <[EMAIL PROTECTED]> on 10/22/2001 12:51:04 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Where do I find an complete example for indexed tags I don't believe there is one. The indexed tags are relatively ne

indexed tags (was - How can I pass extra information on Submit button?)

2001-06-26 Thread Laine Donlan
Dave - I have been off the list for a while so I missed your original post. Any idea if these indexed tags might make it into the formal releases? We are beginning the process of transisitioning to the final 1.0 release but would wait for an early 1.1 release if this would be included. One

Re: indexed tags (was - How can I pass extra information on Submit button?)

2001-06-26 Thread dhay
TECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: indexed tags (was - How can I pass extra information on Submit button?) Dave - I have been off the list for a while so I missed your original post. Any idea if these indexed tags might make it into the formal relea