You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Frank Meijer <me...@nortelnetworks.com> on 2003/05/07 15:32:33 UTC

[Jelly:swing] Use of TableModel tag

How does one use the TableModel tag?

I tried:
	<table>
		<tableModel>
			<tableModelColumn name="ColHdr">
			????
			</tableModelColumn>
		</tableModel>
	</table>

But I don't know what to put inside the tableModelColumn element.

Thanks,
...Frank