I'm trying to add a palette as an additional field to a BeanEditForm.
Something along the lines:

<t:beaneditform t:id="clientForm" object="client" cancel="true" add="kpis">
    <p:kpisCell>
        <t:palette selected="selectedKpis" model="kpiModel"
encoder="kpiEncoder"></t:palette>
    </p:kpisCell>
</t:beaneditform>

However, I'm always getting:

java.lang.RuntimeException: The data type for property 'kpis' is null

Does this mean I have to switch to a hand-coded form to make this work? T5.2

Cheers,
Peter
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Adding-palette-to-BeanEditForm-tp2851150p2851150.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to