Dave,
I have 10 element in list() and i want to retrieve and to show them through
<iterator> tag on JSP. But not in one row but in given below style.
I am here giving sample output..

   1   2   3  ----------- in 1st row of HTML table
   4   5   6  ----------- in 2nd row of same HTML table
   7   8   9  ----------- in 3rd row of same HTML table
   10          ----------- in 4th row of same HTML table

There  might be more element so based on that row will be increased.
So do you have any code or idea to solve this problem?
Please reply me ASAP

On 5/24/07, Dave Newton <[EMAIL PROTECTED]> wrote:

--- Vijay Prajapati <[EMAIL PROTECTED]> wrote:
> I want to print pattern which i have drawn in my
> first mail through <iterator> tag.
>   As per your link it will shows 1,2,3,4,5 in row
> but i want to draw it in row and column wise.

So how might you go about solving that?

You have #stat.index. You have the <s:if.../> tag.

There must be some way of combining the two to
implement behavior based on some test of #stat.index.

d.




____________________________________________________________________________________Need
a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/

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


Reply via email to