Re: JDBC/JSP: Strange Problem

Поиск
Список
Период
Сортировка
От Jens Carlberg
Тема Re: JDBC/JSP: Strange Problem
Дата
Msg-id 3C0BF897.A9A8ED46@lysator.liu.se
обсуждение исходный текст
Ответ на Re: JDBC/JSP: Strange Problem  ("Dave Cramer" <Dave@micro-automation.net>)
Список pgsql-jdbc
<snip>
> <TR>
>     <TH>MsgId
>     <TH>fromUser
>     <TH>toUser
>     <TH>Subject
>     <TH>Flags
>     <TH>Text
> </TR>
> <pr:iterator results="msgDS" >
> <TR>
>     <TD><pr:field name="msgid"/>
>     <TD><pr:field name="fromuser"/>
>     <TD><pr:field name="touser"/>
>     <TD><pr:field name="subject"/>
>     <TD><pr:field name="flags"/>
>     <TD><pr:field name="msgtext"/>
> </TR>
> </pr:iterator>
> </TABLE>

A bit of topic, but... You're not closing <TH> and <TD>. It's not
required in HTML 3.2, but it actually is in 4.0. So, you could possibly
have some side effects you haven't counted on.

However, it's easy enough to spot; check the page source and see if it
contains all your data. If it does, it's the rendering. If not, it's the
taglib. Not much else that can go wrong. :-)

///Jens Carlberg


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Dave Cramer"
Дата:
Сообщение: Re: Two dimensional arrays in 7.2 JDBC driver
Следующее
От: Rene Pijlman
Дата:
Сообщение: Re: Compiling source