Subject: struts nightly 20020810 bug? From: Torgeir Veimo <[EMAIL PROTECTED]> === I have a jsp page that references a bean, resource, which has a parent bean of the same type, accessible by a getParent() method. Both these has String getProperty(String key) methods.
Using this in struts 1.1beta1, but with an old commons-beanutils.jar file has worked great, but now we resynced with the latest nightly. This jsp code works, printing out the path of the parent to resource; <bean:write name="resource" property="parent.path" filter="false" /> This jsp code doesn't, it writes out the title property of the resoure itself, not the parent. <bean:write name="resource" property="parent.property(title)" filter="false" /> I can probably put together a test case, but it requires a bit of work, so I'm wondering if anyone else have seen this problems with the latest nightly (tested on 20020805 and 20020810)? -- -Torgeir -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>