[Opensource] Re: Parsing of JSP File
'/expresso/jsp/register/login.jsp' failed
larry hamel
expresso at codeguild.com
Tue Feb 18 18:09:23 PST 2003
the change to test.jsp is checked into latest code.
couldn't find the problem mentioned in intro.jsp.
thanks for the fix!
larry
At 08:39 AM 2/11/2003, you wrote:
>Mike, thank you for your help:-)
>
>I removed line 6 of "<%@ taglib
>uri="/WEB-INF/tld/struts-form.tld" prefix="form" %>"
>from the /expresso/jsp/register/standard.inc file to
>get it compiled.
>
>I also had other JSP compiler errors with weblogic 7
>in the following cases, and have made corresponding
>changes to get things compiled. Could the expresso
>framework team verify if these changes are correct for
>version 503?
>
>Case 1 compiler error:
>./applications/WEB-INF/classes/jsp_servlet/_expresso/__intro.java:198:
>images is already defined in
>_jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> String images =
>ConfigManager.getProperty(db, "images"); //[
>/expresso/intro.jsp; Line: 30]
>
>Case 1 code fix:
>Changed line 30 /expresso/intro.jsp from "String
>images =" to "images ="
>
>Case 2 compiler error:
><Feb 7, 2003 11:06:07 PM EST> <Error> <HTTP> <101045>
><[ServletContext(id=466708
>5,name=applications,context-path=/applications)]
>failed to compile /expresso/jsp
>/test.jsp, compiler errors:
>./applications/WEB-INF/classes/jsp_servlet/_expresso/_j
>sp/__test.java:21: cannot resolve symbol
>symbol : class User
>location: package dbobj
>import com.javacorporate.common.dbobj.User; //[
>/expresso/jsp/test.jsp; Line: 13
>]
>
>Case 2 code fix:
>Change line 13 of /expresso/jsp/test.jsp from "<%@
>page import="com.javacorporate.common.dbobj.User" %>"
>to "<%@ page
>import="com.jcorporate.expresso.core.security.User"
>%>"
>
>Date: Fri, 07 Feb 2003 13:56:37 -0800
>To: opensource at jcorporate.com
>From: Michael Rimov <rimovm at centercomp.com>
>Subject: Re: [Opensource] Parsing of JSP File
>'/expresso/jsp/register/login.jsp' failed
>Reply-To: opensource at jcorporate.com
>
>At 12:59 PM 2/6/2003 -0500, you wrote:
>>>Hi, Everyone;
>>>
>>>I am new to the expresso framework world and try to
>introduce the
>>>expresso framework to our projects. Our projects are
>>>implemented and run with Weblogic on Unix.
>>>
>>>I have installed and be able to run expresso 503 in
>Window 2000
>>>successfully with Tomcat, but failed to make it run
>on a Unix platform
>>>with Weblogic 7.0 as the web and appl servers. Our
>projects are
>>>implemented and run with Weblogic on Unix.
>
>>Jennifer,
>
>>I did some research on your problem and found this
>quote from Struts mailing list archive:
>
>>"You should not be using struts-form.tld -- it is
>>deprecated, and replaced by struts-html.tld."
>>SO! Delete all instances of including
>struts-form.tld >and you should be fine :)
>
>>HTH!
>
> >-Mike
>
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Shopping - Send Flowers for Valentine's Day
>http://shopping.yahoo.com
>_______________________________________________
>Opensource mailing list
>Opensource at jcorporate.com
>http://mail.jcorporate.com/mailman/listinfo/opensource
>Archives: http://mail.jcorporate.com/pipermail/opensource/
More information about the Opensource
mailing list