A dynamic _map_ (not list) index?

2003-07-15 Thread Martin Naskovski
I was looking at http://jakarta.apache.org/struts/faqs/indexedprops.html, and realized it's possible to get a dynamic arraylist index by using Struts-EL. Well, my question is, if I have a radio button like: logic:iterate id=element html:radio property='userSkill' value=value(somekey)/

Re: A dynamic _map_ (not list) index?

2003-07-15 Thread Martin Naskovski
Never mind this question, I answered it to myself. The EL works just as well on map backed forms as it does on list-backed forms, or list backed form properties, more correctly :). Sorry to bug anyone. Martin Tuesday, July 15, 2003, 9:34:16 AM, you wrote: MN I was looking at