哪位高手用过 ofbiz 做过 checkbox的例子,会的请进

谁用过 ofbiz 做过 checkbox的例子,会的请进fieldname manifestListProducts title ${uiLabelMap.Pa

谁用过 ofbiz 做过 checkbox的例子,会的请进
<field   name= "manifestListProducts "
title= "${uiLabelMap.PartyManifestListProducts} ">
<check>
</check>
</field>

check   应该怎么配置,或者用   ftl模板怎么写.
我用的代码是从     SVN上得到的,版本因该是   3.X版本,如果可以解决要多少分给多少分,或者加入msn:   hubo217@hotmail.com聊

[解决办法]
</check>

[解决办法]
<check>
<field name= "manifestListProducts "
title= "${uiLabelMap.PartyManifestListProducts} ">

</field>
</check>

楼主这样试试