Hello

I'm porting my app from T3 to T4 and have a problem now with
a contrib:MuliplePropertySelection. When the form is rewinding
it sets the selectedList of my domain-object to null. While
debugging I can see that the selected values in the form are
correct handled in the MuliplePropertySelection but when it
finally sets the list on my domain-object it's null. I'm sure
I'm doing something wrong but I can't see what.

Page
 \_ MuliplePropertySelection

--- page.jwc contains
 <property name="domainObject" persist="session" />
 <component id="vpSelect" type="contrib:MultiplePropertySelection">
   <binding name="selectedList" value="ognl:domainObject.vPeriods" />
   <binding name="model" value="ognl:vPSelectionModel" />
 </component>
---

The domainObject contains
 public LinkedList<VPeriod> getVPeriod()
 public void setVPeriods( LinkedList<VPeriod> )
  ^^ this method gets called with null

The VPSelectionModel seems to work - it simply translates
between index and object. 

any ideas? thanks
luk

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

Reply via email to