RE: Newbie:Using two arrays in a tag

2003-08-04 Thread Adam Levine
st" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Newbie:Using two arrays in a tag Date: Tue, 5 Aug 2003 02:01:52 +0530 But Kris,when I tried to use JSTL for another requirement by using taglib uri as <%@ taglib uri="http://jav

RE: Newbie:Using two arrays in a tag

2003-08-04 Thread Kris Schneider
rom: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 1:52 AM > To: Struts Users Mailing List > Subject: Re: Newbie:Using two arrays in a tag > > > JSTL is your friend: > > > > > > > Assuming "anArray" and &q

RE: Newbie:Using two arrays in a tag

2003-08-04 Thread Jitesh Sinha
;; through browser .Browser shows me 'File not found' . What can be the reason -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 1:52 AM To: Struts Users Mailing List Subject: Re: Newbie:Using two arrays in a tag JSTL is

Re: Newbie:Using two arrays in a tag

2003-08-04 Thread Kris Schneider
JSTL is your friend: Assuming "anArray" and "anotherArray" are scoped attributes... Quoting Jitesh Sinha <[EMAIL PROTECTED]>: > How do you access the elements of an array inside tag which > takes the collection as another array . I am sure that the length of the > two > arrays are same