Hello, guys,

I`m struggling to get a beaneditform to show a t:select element.

I`ve accomplished the creation of the GenericSelectModel<Product> but I
don`t know if I`m on the right track. My template reads as follows:

<t:beaneditform submitlabel="message:submit-label" object="order">
    <t:parameter name="product">
        <t:select t:model="products" t:value="product" t:encoder="products"
/>
    </t:parameter>

</t:beaneditform>

The form is displayed but no <input type="select" ...> is rendered.

Is this the right way to go? Any help will be greatly appreciated.

Thanks

Reply via email to