It is difficult to tell exactly the fault, as I cannot see the JSP page,
but...


The syntax "<%= expression %>" means evaluate the expression, convert it to
a string and add it to the output stream.

The java compiler probably thinks that REQUEST_TIME_VALUE is a class, as you
have not specified what class it belongs to, and it probably doesn't belong
to the class that the JSP compiles to.

If you still have problems move REQUEST_TIME_VALUE to another class, and
reference it from there.

Good Luck :-)

Phil Rice

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Philip Van
Bogaert
Sent: 19 February 2002 16:00
To: Orion-Interest
Subject: Jsp Taglib error


I keep getting the following error in my taglib page,
i don't known what this error means.

Error parsing JSP page /admin/editor.jsp line 20

Bean type '<%= REQUEST_TIME_VALUE %>' not found

has anybody out there an idea ?

Greetz-Tbone


Reply via email to