You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Niederwieser <pn...@gmail.com> on 2010/09/23 15:33:42 UTC

Adding palette to BeanEditForm

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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Adding palette to BeanEditForm

Posted by Peter Niederwieser <pn...@gmail.com>.
Found the problem. Should be <p:kpis> instead of <p:kpisCell>.

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

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