Re: Ultradev and PostgreSQL on SuSE

From: tony <tony(at)animaproductions(dot)com>
To: Peter Blajev <peter(at)castandcrew(dot)com>
Cc: postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Ultradev and PostgreSQL on SuSE
Date: 2001-11-15 14:07:40
Message-ID: 1005833260.21161.16.camel@tonux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2001-11-14 at 02:52, Peter Blajev wrote:
> Hi
>
> I'm using JDBC driver to connect Ultradev to postgresql database and
> everything works fine but when I try to open the index.jsp file with
> a web browser I get these:
>
> Error: 500
>
> Location: /phone_book/index.jsp
>
> Internal Servlet Error:
>
> org.apache.jasper.JasperException: Unable to compile class for
> JSP/opt/jakarta/work/localhost_8080%2Fphone_book/_0002findex_0002ejspindex_jsp_0.java:99:
> Undefined variable: all_table_isEmpty
> if (all_table_isEmpty) {
> ^
> /opt/jakarta/work/localhost_8080%2Fphone_book/_0002findex_0002ejspindex_jsp_0.java:104:
> Undefined variable: all_table_numRows
> if (all_table_numRows == 0) {
> ^
> /opt/jakarta/work/localhost_8080%2Fphone_book/_0002findex_0002ejspindex_jsp_0.java:105:
> Undefined variable: all_table_numRows
> all_table_numRows = 1;

You haven't defined your variables...

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Halsberghe 2001-11-15 14:11:03 Creating/Using functions in pl/pgsql
Previous Message Tielman J de Villiers 2001-11-15 13:50:29 Serial data type not starting at 1