Althought it doesn't look it, this needs a Tag Extra Info (TEI) stuff
included. A tag can't use request time variables unless TEI is used.

Here is the tutorial for this:

http://www.orionserver.com/taglibtut/lesson5/

To get around this, just use the actual value for
LaboratoryTag.ADD_LABORATORY.

regards,

the elephantwalker


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Marcin Jarzab
Sent: Wednesday, February 28, 2001 1:09 PM
To: Orion-Interest
Subject: JSP Parsing error


I'm using in my pages taglibs which get parameters during invoking them
on JSP page like:


<laboratory:laboratory
actionPerformed="<%=LaboratoryTag.ADD_LABORATORY%>" >
....
....
</laboratory>

and during parsing I get error:

----------------------
Error parsing JSP page /webcomp/admin/add_laboratory.jsp

<%=LaboratoryTag.ADD_LABORATORY%> is a request-time attribute (invalid
for this attribute)
----------------------

I'm using Orion 1.5.2

What I'm doing wrong?

Thanks in advance

Martin


Reply via email to