Yes, I realized that after I posted the question.

generator working ok now...

Thanks, just one more question:

Say I want to generate input fields and name them according to the
iterator value. How would I do that?

<s:generator val="%{getTamanhoGrupo()}" separator=""
count="%{getTamanhoGrupo()}">
        <s:iterator value="%{top}">
                    <s:textfield name="dynaField.area" size="2" value="11">
                    </s:textfield>
        </s:iterator>
</s:generator>

I'd like to create each field with names say area1, area2, area3.

On 10/29/07, Dave Newton <[EMAIL PROTECTED]> wrote:
> --- Marcos Mendonça <[EMAIL PROTECTED]> wrote:
> >     <s:generator val="" separator=","
>
> Isn't the "val" attribute what's parsed to create the
> iterator?
>
> d.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to