Vernon Wu wrote:
> I need to access the first element of array using JSTL. After a few of trial and 
>error, I don't success without using the 
> iteration tag. I don't image that is a difficult one, but just don't know how.
> 
> Thanks for your cue.

Use an EL expression like this: ${myArray[0]}

Hans
-- 
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com
JavaServer Pages        http://TheJSPBook.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to