The following error occurrs when attempting to test the Jakarta struts
example:

    /struts/index.jsp:

    javax.servlet.ServletException: Compilation error occured:

    allaire.jrun.scripting.DefaultCFE:
    Errors reported by

compiler:/users/thammell/struts/WEB-INF/jsp/jrun__index2ejspa.java:41:1:41:27:

        Error: No match was found for method "setLocale(java.lang.String)".

In the java code generated by JRun the setLocale is a method of
org.apache.struts.taglib.html.HtmlTag.  The class of this tag is in the
lib/struts.jar file and not under the classes directory where a tag class
would normally be placed.  The JRun guru here says that should not pose a
problem.  JRun should look in the lib directory jar files for any classes.
The example web application tree is listed below. Can anyone give me hint as
to what's wrong ?
..
META-INF
/     MANIFEST.MF
WEB-INF
/     action.xml
/     app.tld
/     classes
/     /     org
/     /     /     apache
/     /     /     /     struts
/     /     /     /     /     example
/     /     /     /     /     /     *.class
/     database.xml
/     jsp
/     /     jrun__index2ejspa.java
/     /     jrun__index2ejspa.lnt
/     lib
/     /     struts.jar
/     sessions
/     struts-bean.tld
/     struts-config.xml
/     struts-form.tld
/     struts-html.tld
/     struts-logic.tld
/     struts-template.tld
/     struts.tld
/     web.xml
index.jsp
logon.jsp
mainMenu.jsp
registration.jsp
subscription.jsp
tour.htm
tree.txt

Thanks
--
Marty Fisher
Cranbury
609-409-0909
HNC Software, Inc. (formerly Systems/Link Corporation)




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to