Ok, here is a more actual runtime model...

Organization-<>-------Director             a hard OneToOne

Each is named in OGNL space as organization and director

Furthermore, each actual object has getter/setter
Organization.getDirector()
Director.getOrganization()

This is what I am receiving so far...

//Ognl.setValue("organization.director(#director)", model, newAssociation)
        //nosuchproperty
//Ognl.setValue("organization(#director)", model, newAssociation)
        //InnappropriateExpressionException
           //Ognl.setValue("organization.director", model, newAssociation)
        //nosuchproperty
           //Ognl.setValue("organization", model, newAssociation)
        //nosuchproperty

?

Any help is appreciated.

_________________________________________________________________
More photos, more messages, more storage—get 2GB with Windows Live Hotmail. http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507


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

Reply via email to