Problem with table component NB 6.1

View: New views
1 Messages — Rating Filter:   Alert me  

Problem with table component NB 6.1

by w.delacruz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I got a problem when running an visual web application in Netbeans 6.1. In the JSP page I dragged  a table component binding the data from a MySQL database. Everything works good but when I check my application in a browser (firefox 3), the table doesn't appear.

When I look the html source code this is what i got..

....
<head>
<title></title><script type="text/javascript">var webui_suntheme4_2={"webuiJsfx":false,"webuiAll":false,"theme":{"locale":"en-us"},"ajax":{"isJsfx":true},"isDebug":false,"isStyleSheet":true,"parseOnLoad":true};</script><script
...
<div id="form1:table1" style="position: absolute; left: 168px; top: 120px">
<div style="width:0px">
<table id="form1:table1:_table" class="Tbl_sun4" width="100%" border="0" cellpadding="0" cellspacing="0"

As you can see the HTML code is cut in the table component, but when I drag just a table component without any binding ,from a database for example, the browser show me the table with the default values.
Do I have to set anything else in NetBeans or it's just a matter of the browser??

P.D. I'm using Ubuntu