Someone posted a solution to the iPlanet mailing list.  You may want to 
look for it there.


At 10:32 AM 4/11/2001 -0500, you wrote:
>Hello,
>
>I have seen this mentioned on several other messages but I have not
>been able to get a resolution.  I am attempting to use struts with
>iPlanet 6.0 sp2.  I have a tag that is <html:html local="true">.  When
>this is compiled in iPlanet I get the following error:
>
>compiled_jsp\jsp\APPS\aces\index.java:75: Incompatible type for method.
>Can't convert java.lang.String to boolean.
>((org.apache.struts.taglib.html.HtmlTag)_JSP__26).setLocale("true");
>
>I have seen the JRUN 3.0 workaround for this <html:html local=<%= true %
> >>.  I have tried this and I get the following:
>
>[11/Apr/2001 10:30:37:9] error: Exception: SERVLET-compile_failed:
>Failed in com
>piling template: /aces/index.jsp, JSP Error: Error while parsing
>attributes of t
>ag:  locale=<%=
>Exception Stack Trace:
>java.lang.Exception: JSP Error: Error while parsing attributes of tag:
>locale=<%=
>         at com.netscape.jsp.JSP.parseAttributes(Unknown Source)
>         at com.netscape.jsp.JSP.parseUserTag(Unknown Source)
>         at com.netscape.jsp.JSP.parseTag(Unknown Source)
>         at com.netscape.jsp.JSP.parseNext(Unknown Source)
>         at com.netscape.jsp.JSP.parseBlock(Unknown Source)
>         at com.netscape.jsp.JSP.parse(Unknown Source)
>         at com.netscape.jsp.JSP.compile(Unknown Source)
>         at com.netscape.server.servlet.jsp.JSPCompiler.JSPtoJava
>(Unknown Source)
>
>         at com.netscape.server.servlet.jsp.JSPCompiler.compileJSP
>(Unknown Source)
>         at com.netscape.server.servlet.jsp.JSPCompiler.compileOrLoadJSP
>(Unknown Source)
>         at com.netscape.server.servlet.jsp.JSPCompiler.compileInstance
>(Unknown Source)
>         at
>com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.
>callJspCompiler(Unknown Source)
>         at
>com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.
>callUri(Unknown Source)
>         at
>com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.
>callUriRestrictOutput(Unknown Source)
>         at
>com.netscape.server.servlet.platformhttp.PlatformRequestDispatcher.fo
>rward(Unknown Source)
>         at com.netscape.server.servlet.jsp.JSPRunner.service(Unknown
>Source)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>         at com.netscape.server.servlet.servletrunner.ServletInfo.service
>(Unknown
>  Source)
>         at
>com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
>wn Source)
>         at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
>         at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
>         at com.kivasoft.thread.ThreadBasic.run(Native Method)
>         at java.lang.Thread.run(Thread.java:479)
>
>I have read in the archives that there are people using struts with
>iPlanet successfully.  Can anyone tell me if this is true?  If there
>are other issues with iPlanet and struts I would appreciate someone
>letting me know.  I don't want to go down this path too far if I'm
>going to have nothing but headaches.
>
>Any suggestions would be appreciated.
>
>------------------
>Jason Smith
>[EMAIL PROTECTED]


Reply via email to