> -----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
> > "${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 use the html-el tag for this, because then Struts wants to
> pre-populate the text box and will complain that there are no
> getJunk/getJunk methods in my ActionForm.  If I could figure 

Huh?  I don't understand.  Don't you want to prepopulate the text field with
the value of your "value" attribute?  If the "value" attribute is set, it
doesn't read a bean value from the "property" attribute.  How does
"html-el:text" not work for you?

--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to