Swing in JSP

Hi all,I want insert a JTable into a JSP page and I've created a tag that instantiates a component JTable "tabla= new JTable()", but the table it is not shown. There are some way to do this?.Thanks in advance!!Salvador Huertas.
[256 byte] By [SaTreua] at [2007-10-3 0:04:48]
# 1
You can't do that. Swing components can't be added to a jsp-page. If you want to use Swing on your web pages you need to use applets, but they are kind of slow unfortunately.
Ashama at 2007-7-14 16:52:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...