On Wed, Feb 17, 2010 at 1:31 PM, <[email protected]> wrote: > Swing uses a variety of TableCellRenderer on a per table instance > basis.
if you had a table cell that needed a button then you wouldnt use a renderer.... > What component are you suggesting to use for this behavior in > Wicket? a simple WebComponent that writes the table as an html string to the response. -igor > > Bernard > > On Wed, 17 Feb 2010 11:04:09 -0800, you wrote: > >>i would imagine you would have the same problem even in a local >>environment such as swing... >> >>the solution is quiet simple, instead of using wicket components to >>model the table and the cell simply use a single component that writes >>out html for the entire table. >> >>-igor > > > --------------------------------------------------------------------- > 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]
