RE: What are indexed struts-html tags and how to use them?

2003-06-11 Thread Sandeep Takhar
I personally use nested tags because they have better support for this kinda thing. Here is a good place for a tutorial. http://www.keyboardmonkey.com/pilotlight/index.jsp Go to the bottom and click on the monkey[0] tutorial. Keep in mind the struts-basics for how it sets values on the submit.

What are indexed struts-html tags and how to use them?

2003-06-10 Thread Sashi Ravipati
Can somebody explain how these work, or is there any example of this. Thanks

RE: What are indexed struts-html tags and how to use them?

2003-06-10 Thread Karr, David
I wrote a long FAQ description in the documentation about this, and I'm still not sure I can adequately answer this question, as it can be somewhat confusing. You could read that at http://jakarta.apache.org/struts/faqs/index.html. Select the indexed properties link. Basically, you use indexed

RE: What are indexed struts-html tags and how to use them?

2003-06-10 Thread Sashi Ravipati
I want to accomplish something which is similar to what is shown in the example http://www.scioworks.net/devnews/strutsDistilled/updates/update-030401/indexedAttr.html In here he talk abt indexed properties . Could not understand what he is trying to do here You form bean class will look like

RE: What are indexed struts-html tags and how to use them?

2003-06-10 Thread Sandeep Takhar
There is an error in that getPerson(int index) should return a Person object or something with name etc. sandeep --- Sashi Ravipati [EMAIL PROTECTED] wrote: I want to accomplish something which is similar to what is shown in the example

RE: What are indexed struts-html tags and how to use them?

2003-06-10 Thread Sashi Ravipati
Any ideas how to make this to work [EMAIL PROTECTED] 06/10/03 03:24PM There is an error in that getPerson(int index) should return a Person object or something with name etc. sandeep --- Sashi Ravipati [EMAIL PROTECTED] wrote: I want to accomplish something which is similar to what is shown