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