Re: Ultradev and PostgreSQL on SuSE - Mailing list pgsql-general

From Peter Blajev
Subject Re: Ultradev and PostgreSQL on SuSE
Date
Msg-id 3BFC18B3.6A8613EA@castandcrew.com
Whole thread Raw
In response to Ultradev and PostgreSQL on SuSE  (Peter Blajev <peter@castandcrew.com>)
Responses Re: Ultradev and PostgreSQL on SuSE  (tony <tony@animaproductions.com>)
List pgsql-general
Thanks to Toni and Nick for their responds.
I understand that these variables has to be defined but the page was
generated from Ultradev and it shouldn't be necessary to make any additional
changes. It seems to me that these variables/functions are part of some
standard library that I don't have or this library is not "include"
properly or so.
Also I get the same error in Ultradev when I click on View/LiveData but
if I test the Recordset (Data Bindings tab) I can see the real data got from
the database.
What is wrong?

Please help
Peter

tony wrote:
>
> 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

pgsql-general by date:

Previous
From: "Andrey Shcherbina"
Date:
Subject: Re: PG vs MySQL
Next
From: spiteres@hotmail.com (Robin)
Date:
Subject: PostgreSQL and regular expressions?