RE: FW: Nesting Beans/Iterators/... GOT IT!

2002-01-18 Thread Collard, John
this further. tomK -Original Message- From: Collard, John [mailto:[EMAIL PROTECTED]] Sent: woensdag 16 januari 2002 22:27 To: 'Arron Bates'; '[EMAIL PROTECTED]' Subject: RE: FW: Nesting Beans/Iterators/... GOT IT! Thanks for all the help! The problem (for some reason

html:submit issue?

2002-01-18 Thread Collard, John
That standard html:submit creates an html object with the default property name submit. Then, anywhere on the form, the call document.forms[0].submit() attempts to reference the PROPERTY submit (and errors out), and not the FORM ACTION. Of course, the way around this is to use the property

RE: FW: Nesting Beans/Iterators/... GOT IT!

2002-01-16 Thread Collard, John
, 2002 7:15 PM To: Collard, John Subject: Re: FW: Nesting Beans/Iterators/Logic tags whatever else... John, I went through the beans and everything certainly seems to be in order. All the names are correct, and there's nothing wrong with the markup. Attached is a war where I took the beans

RE: Nesting Beans/Iterators/Logic tags whatever else...

2002-01-15 Thread Collard, John
and relevant java code... I suppose the other taglibs do work? tomK -Original Message- From: Collard, John [mailto:[EMAIL PROTECTED]] Sent: maandag 14 januari 2002 20:46 To: 'Struts Users Mailing List' Subject: RE: Nesting Beans/Iterators/Logic tags whatever else... Spent about

RE: Nesting Beans/Iterators/Logic tags whatever else...

2002-01-14 Thread Collard, John
Spent about 25 hours attempting to get it to work. Kept getting the no getter method found error, even though I must have compared my code to the examples 60-70 times. Sorry. John Collard Senior Systems Analyst UtiliCorp United Information Technology 7101 Mercy Road, Suite 400 Omaha, NE

quick question: nested Iterate process.

2002-01-10 Thread Collard, John
How would I iterate through an ArrayList that is within an ArrayList that is already in an iterate tag? Example:ArrayList: dInfoList Structure: var1: String var2: String var3: int

iterate issue

2002-01-09 Thread Collard, John
I am trying to iterate through a collection. But get No getter method for property dailyList of bean myDailyRptForm Here is my code: DailyRptForm.jsp %-- Display any daily info --% logic:iterate id=dailyRpt name=DailyRptForm property=dailyList

RE: iterate issue

2002-01-09 Thread Collard, John
setDailyList queries a database based on whether the user is an administor or not. The results are placed in the arraylist dailyList. John Collard -Original Message- From: João Paulo G. Batistella [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:17 PM To: Struts Users

Dual forms and using struts.

2001-12-10 Thread Collard, John
Ok, I'm a newbie to struts. My first question, where can I find a history of this mailing list. Second: I am attempting to put together a template like the following _ | header | _ | left | center | right| ||