Neil Killick wrote:

Hi,



<snip what="sample snippets" />

I have also tried setting the parent-path to ".", again to no avail.

afaics that would be what you need, supposing the java call is order.getDelivery(index) and not order.getDeliveries().getDelivery(index);


What am I doing wrong? Basically I don't get any errors, but "Melbourne" simply does not appear in the city field.

in fact with a wrong parent-path you wouldn't see any of the other fields of address either (were those working?)


hm, you do have a getCity() on the address bean, right?
try setting the lenient="false" on the binding, that would cause more errors if something isn't right


HTH,
-marc=
--
Marc Portier                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
Read my weblog at                http://blogs.cocoondev.org/mpo/
[EMAIL PROTECTED]                              [EMAIL PROTECTED]

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



Reply via email to