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
ameter("specialityid["+i+"]"); } Hope this helps, Terry >From: Srinivas Rao >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: How to Find Index Value >Date: Thu, 10 Jun 2004 01:47:37 -0700 (PDT) > >Hi Friends, > &

RE: How to Find Index Value

2004-06-10 Thread terry Highfield
st" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: How to Find Index Value Date: Thu, 10 Jun 2004 01:47:37 -0700 (PDT) Hi Friends, I am using tag. Here is the code i am writing What my problem is, how to get the index

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

How to Find Index Value

2004-06-10 Thread Srinivas Rao
Hi Friends, I am using tag. Here is the code i am writing What my problem is, how to get the index of select list in the tag ... I am able to getting the select lists but i am not getting the index of select lists. Please Help me .. Thanks