I'm trying:

<nested:root name="categoria">
    <nested:iterate property="subArticulosIds">
    ...
    </nested:iterate>
</nested root>

where "subArticulosIds" is of class java.util.HashSet.

This fails. It gives:

java.lang.IllegalArgumentException: Property 'subArticulosIds' is not
indexed at
org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUtils.
java:499)

But it works using "logic":

<logic:iterate name="categoria" property="subArticulosIds">

Am I doing something wrong?

Thanks,
Senén



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to