Hello

I'm using Struts2.0.9.
I have to generate a number o inputs acording to a parameter. I tried
using the Iterator Generator Tag on the Struts2 Showcase application,
but the output for me is nothing, null.

This is my jsp code:

    <s:generator val="" separator="," count="getGroupSize()">
        <s:iterator value="%{top}">
            <s:property />
            <s:textfield name="input" size="2" value="11">
        </s:iterator>
    </s:generator>

getGroupSize() is a method in the action that returns an int. I tested
it and is working properly.

What could be wrong, or where what should I look for to find out why
the generator is not working for me?

Any tips appreciated.

Thanks

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

Reply via email to