Re: Ultradev and PostgreSQL on SuSE

From: Peter Blajev <peter(at)castandcrew(dot)com>
To: tony <tony(at)animaproductions(dot)com>
Cc: postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Ultradev and PostgreSQL on SuSE
Date: 2001-11-21 21:12:20
Message-ID: 3BFC18B3.6A8613EA@castandcrew.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phil Glatz 2001-11-21 21:31:57 intersect within a subquery
Previous Message Thomas T. Thai 2001-11-21 20:51:52 Re: PG vs MySQL