Hello, I am trying to use struts 1.1 into my project and I need to access properties that are both mapped and indexed. I tried to use
<html:text property="property(name)[0]"/> But it calls getProperty("name") and not getProperty("name", 0). I had a look at the code and what I saw suggests that this syntax is not supported. I'd like to know if you are planning to support such syntax or if you are willing to accept patches (provided that I manage to code the feature) ? Regards, -- Etienne Bernard <[EMAIL PROTECTED]> Senior Software Engineer - FullSIX - http://www.fullsix.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>