Hi all,
is that a way to add a RadioGroup to a BeanEditForm?
i tried to add the following code to the beaneditform body, but it didn't
work...

<t:parameter name="tipo">
  <label t:type="Label" for="tipo" />
  <t:radiogroup value="fornecedor.tipo" t:id="tipo">
    <t:radio value="radio_op1" /> Fornecedor
    <t:radio value="radio_op2" /> Outros
  </t:radiogroup>
</t:parameter>

this works out of the beaneditform, but not inside it. all the variables and
properties are strings
am i missing something or the component just don't support radios yet?


-- 
Atenciosamente,
Marcelo Lotif

Reply via email to