RE: How to Find Index Value

2004-06-10 Thread Nicholas L Mohler
| | To: Struts Users Mailing List <[EMAIL PROTECTED]> | | cc:

RE: How to Find Index Value

2004-06-10 Thread Srinivas Rao
ts Users | | | Mailing List" | | | | |-+> >--| | | | To: Struts Users Mailing List | | cc: |

RE: How to Find Index Value

2004-06-10 Thread Nicholas L Mohler
| | cc: | |

RE: How to Find Index Value

2004-06-10 Thread Srinivas Rao
Hi , I am able to get the index but i am asking How to find the particular select box name from tag. For Example Iterate tag contains 6 select list boxes and now i am find out the particular select box from the iterate tag. How to find out select Box . Thanks for

RE: How to Find Index Value

2004-06-10 Thread terry Highfield
Hi Srinivas, The way I solve this is to use the following code in the Action - but true I have only used indexed with buttons, the principle should be the same though. for (int i=0; i } Hope this helps, Terry From: Srinivas Rao <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL P

RE: How to Find Index Value

2004-06-10 Thread Satish Kataria
Use the indexId attribute from the nested:ietrate tag Thanks, Satish -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 2:18 PM To: Struts Users Mailing List Subject: How to Find Index Value Hi Friends, I am using tag. Here is the code i a