indexed properties

2003-10-09 Thread david.ballard
I'm working through the examples on http://jakarta.apache.org/struts/faqs/indexedprops.html and have some questions. I am able to get the sample code under 'Indexed Properties' to work fine. -- package Beans; import

iterator indexID

2003-10-08 Thread david.ballard
when trying to use the logic:iterator indexID property I get an error stating Attribute indexID invalid according to the specified TLD but I see it as a listed property in the api. Any suggestions? david - To unsubscribe,

RE: Need for a sample with indexed properties

2003-10-03 Thread david.ballard
I'm working through the same issues myself. here is a good start http://jakarta.apache.org/struts/faqs/indexedprops.html -- it will cover the first 2 of your points. david -Original Message- From: Frederic Dernbach [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 2:59 AM To:

accessing indexed field in action

2003-09-30 Thread david.ballard
I've been googling for information on how to access indexed form fields, but haven't found much. I'm thinking i'm going about the problem the wrong way. I have a table of addresses with a textbox on each row, so a user can enter their ID's for an address. I want to pass my ID (saved in the

design question regarding multiple submit buttons

2003-09-18 Thread david.ballard
I'm building a small web application (which I expect to grow into something more) to allow co-workers to do some data entry. I'm more of a database guy, but would like to understand and learn the possibilities of utilizing web services. And, have a question about using multiple submit

RE: design question regarding multiple submit buttons

2003-09-18 Thread david.ballard
thanks for the advice, Wendy. its up and running :) -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 12:22 PM To: Struts Users Mailing List Subject: RE: design question regarding multiple submit buttons David wrote: When they have no

struts beans - serializable?

2003-08-26 Thread david.ballard
I'm developing in struts for the first time. I query a database and put the data into a bean, then post it to the session. The jsp's then retrieve the ArrayList of beans and present it. All of this is working, but upon looking at the logs I see 2003-08-26 09:10:06 StandardManager[/cams]

RE: Iterating over session.getAttributeNames

2003-08-25 Thread david.ballard
I'm new to struts, but this is how i did it. id and name are what you assign to the field type is the class type in the vector (enumeration) property the the field in the class defined in type(above) that you now refer to as id and name(above) % Vector suppliers = (Vector)