RE: JSTL for Maps?

2002-10-21 Thread Kilian, Rex
sktop appearance, or is on a Mac or some browser other than IE, this field may no longer look like the other fields on the page. -Original Message- From: Wendy Smoak [mailto:Wendy.Smoak@;asu.edu] Sent: Friday, October 18, 2002 7:56 PM To: 'Tag Libraries Users List' Subject: RE: JST

RE: JSTL for Maps?

2002-10-18 Thread Karr, David
> -Original Message- > From: Wendy Smoak [mailto:Wendy.Smoak@;asu.edu] > Sent: Friday, October 18, 2002 4:56 PM > > Section A.3.4 of the specification talks about using the > "[]" operator to > > access maps. From this, you can see that your EL > expression would be > > "${preferredNam

RE: JSTL for Maps?

2002-10-18 Thread Wendy Smoak
> Section A.3.4 of the specification talks about using the "[]" operator to > access maps. From this, you can see that your EL expression would be > "${preferredNames[staffMember]}". If you're using Struts-EL, you can just > use that as your "value" value on your "html-el:text" element. I can't

RE: JSTL for Maps?

2002-10-18 Thread Karr, David
Section A.3.4 of the specification talks about using the "[]" operator to access maps. From this, you can see that your EL expression would be "${preferredNames[staffMember]}". If you're using Struts-EL, you can just use that as your "value" value on your "html-el:text" element. > -Original