[S2] rendering a matrix (like a chessboard)

2008-01-07 Thread GF
I have matrix of objects.. somekind like ChessBoardPosition[][] I want to render it using Struts2. You can imagine my matrix as a Chessboard.. I use 2 iterators, to iterate over columns and rows, and finally i want to render the single object inside the matrix, that will be a empty position of

Re: [S2] rendering a matrix (like a chessboard)

2008-01-07 Thread Yayo
create a custom tag for the board rendering ^g^ On Jan 7, 2008 12:45 PM, GF [EMAIL PROTECTED] wrote: I have matrix of objects.. somekind like ChessBoardPosition[][] I want to render it using Struts2. You can imagine my matrix as a Chessboard.. I use 2 iterators, to iterate over columns and