SOLVED!!!: IAS 6.0 SP2 and struts TAGLIB error

2001-06-29 Thread Brandon, Raymond
FYI, The following describes how to solve the error below, make sure you don't make the same mistake as I did! When writing your jsp page with the following: html /html iPlanet Application Server 6.0 SP2 will show the exception below: Class was not found for :html Prevent this by

Extra: SOLVED!!!: IAS 6.0 SP2 and struts TAGLIB error

2001-06-29 Thread Brandon, Raymond
Folks, A correction on the cause of the bug. If a JSP defines a prefix with the same name as a literal HTML-tag like html, body, head, etc.,you'll run into this problem. E.G: %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % html ... /html Since the code in the JSP is case sensitive,

RE: IAS 6.0 SP2 and struts TAGLIB error

2001-06-27 Thread Brandon, Raymond
Matt, I'm almost(...) convinced that the issue is not about the fact that iPlanet cannot find the struts library, because I think it can. Do you know if the JSP compiler has it's own environmental settings like classpaths etc? Because it also could be that during compilation of the JSP the

RE: IAS 6.0 SP2 and struts TAGLIB error

2001-06-25 Thread Brandon, Raymond
any other iPlanet issues, as I have spent a fair amount of time getting struts to work on iPlanet. Hope this helps, Matt --- Brandon, Raymond [EMAIL PROTECTED] wrote: Hi everyone, Does anyone recognize the error message below? It happens at runtime. [20/Jun/2001 11:33:18:2

SERVLET-compile_failed: Failed in compiling template: /web/SampleClassQuery.jsp, JSP Error: Class was not found for :html

2001-06-25 Thread Brandon, Raymond
Hi everyone, I get: SERVLET-compile_failed: Failed in compiling template: /web/SampleClassQuery.jsp, JSP Error: Class was not found for :html. For the complete trace see attached file. I tried to track it down where it happens and according to what I see in my struts-config file, the error looks

IAS 6.0 SP2 and struts TAGLIB error

2001-06-22 Thread Brandon, Raymond
Hi everyone, Does anyone recognize the error message below? It happens at runtime. [20/Jun/2001 11:33:18:2] info: -- [20/Jun/2001 11:33:22:2] info: -- [20/Jun/2001 11:33:22:2] info: action: Setting locale 'en_US'