[advanced search]
Results from the most recent live auction are here.
14 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming > CODE
User Name
Password

Old 03-13-2006, 07:49 AM   · #1
rayhab
New Member
 
Trader Rating: (0)
Join Date: Dec 2005
Posts: 13
NP$: 10.00 (Donate)
rayhab is an unknown quantity at this point
JSP/database help

Hi, im trying to print the columns and rows from a database onto the jsp.
This code does that however, it will print the first column of each row into the last column and shift everything else into the column to the left.
Any ideas on what the problem could be?
<code>

<c:forEach var='item' items='${views2.rows}'>

<sql:query var="t1">
select * from ${item.tableName}
</sql:query>
<tr>
<c:forEach var='columnName' items='${t1.columnNames}'>
<td>
<font><b>--${columnName}--</b></font>
</td>

</c:forEach>
</tr>

<sql:query var="t2">
select * from ${item.tableName}
</sql:query>

<tr>
<c:forEach var='item2' items='${t2.rows}'>
<tr>
<c:forEach var='colval' items='${item2}'>
<td>${colval}</td>
</c:forEach>
</tr>
</c:forEach>
</tr>

.....
</code>


Please register or log-in into NamePros to hide ads
__________________
My Domain Names: PokerSassy.com, PokerPeon.com, PokerWeed.com, JokinJokes.com.
rayhab is offline   Reply With Quote
Old 03-13-2006, 08:53 AM   · #2
Noobie
DNOA Member
 
Noobie's Avatar
 
Name: Shoei
Location: Montreal, Quebec, Canada
Trader Rating: (0)
Join Date: Feb 2006
Posts: 324
NP$: 65.00 (Donate)
Noobie is on a distinguished road
I don't use jsp but at a glance :

PHP Code:
<tr>
<
c:forEach var='item2' items='${t2.rows}'>
<
tr>
<
c:forEach var='colval' items='${item2}'>
<
td>${colval}</td>
</
c:forEach>
</
tr>
</
c:forEach>
</
tr>

you have a possibility of 2 <tr> i think
like
HTML Code:
<tr> <tr> <td>bla</td> </tr> </tr>
__________________
Goldkey.com is a scam
What's your BMI? | Timestamp Generator
Noobie is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


Site Sponsors
EscrowDNS NameChatter Proof is in the Parking
Advertise your business at NamePros
All times are GMT -7. The time now is 11:33 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0