Re: Problem with map-based property in ActionForm

2006-07-21 Thread Scott Van Wart
(see my previous post) Doesn't seem to work (since html:multibox won't use anything but the bean declared by ). I think my main issue is the difference between a bean declared directly (jsp:useBean) and one instantiated from . I guess I need to do some more doc reading to figure out how to

Re: Problem with map-based property in ActionForm

2006-07-21 Thread Scott Van Wart
Hmm... I tried a number of variations. The example in the documentation you listed seems to include the bean as as opposed to me implicitly using the myForm bean declared by . I noticed the error message mentions 'org.apache.struts.taglib.html.BEAN' rather than the MyForm class. The variat

RE: Problem with map-based property in ActionForm

2006-07-21 Thread Dean, Michael
Scott: See: http://struts.apache.org/1.2.9/faqs/indexedprops.html I think it remains for you to provide a method a la: public Object getKey(String key) { return values.get(key); } Regards, M -Original Message- From: Scott Van Wart [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2