Following up on a previous post, I currently experience big difficulties managing indexed properties in a Struts form.
Can somebody send me a complete sample with : - a form with an indexed properties (I need to see the setter and getter methods). The O'Reilly "Programming Jakarta Book" says that, when a property like <PrpertyElement>[] is defined, the following methods should be present : get<PropertyName>(int a) and set<PropertyName>(int a, ProperyElement b> - the JSP reading this indexed property - an action populating the indexed property before forwarding to the JSP. Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

