Hello,
 
I really really need some help on this one. 
 
I have JVM 1.3.1 installed on my server and the displaytag lib will not
run. It gives me the follwing error:
 
java.lang.NoSuchMethodError
at org.apache.taglibs.display.TableTag.doEndTag(TableTag.java:695)
at pagecompile._test_xjsp._jspService(_test_xjsp.java:158)
at
com.newatlanta.servletexec.JSP10HttpJspPage.service(JSP10HttpJspPage.jav
a:41)
at
com.newatlanta.servletexec.JSP10Servlet.service(JSP10Servlet.java:744)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
com.newatlanta.servletexec.ServletExec.CallServletService(ServletExec.ja
va:1650)
at
com.newatlanta.servletexec.SERequestDispatcher.forwardServlet(SERequestD
ispatcher.java:274)
at
com.newatlanta.servletexec.SERequestDispatcher.forward(SERequestDispatch
er.java:191)
at
com.newatlanta.servletexec.ApplicationInfo.processApplRequest(Applicatio
nInfo.java:1313)
at
com.newatlanta.servletexec.ServerHostInfo.processApplRequest(ServerHostI
nfo.java:958)
at
com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1
206)
at
com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1
056)
at
com.newatlanta.servletexec.ServletExecService.processServletRequest(Serv
letExecService.java:165)
at
com.newatlanta.servletexec.ServletExecService.Run(ServletExecService.jav
a:197)
at
com.newatlanta.servletexec.HttpServerRequest.run(HttpServerRequest.java:
106)

This is because the library is compiled with 1.4 and I am using it on a
1.3 JVM. The StringBuffer.append(StringBuffer) was added with 1.4, and
as 1.3
doesn't have it I get a no such method error.

Now, I have tried a rebuild using the source of the display taglib v0.85
but get the following error:
       [style] BUILD FAILED: file:./conf/jakarta/jakarta-common.xml:328:
Could not create task or type of type: style.


Unfortunately I cannot change my JVM. I was wondering if someone could
help me rebuild the display taglib so it will work using the older JVM. 

Please can anyone help?

Chirag


--
NOTICE: If received in error, please destroy and notify sender.  Sender does not waive 
confidentiality or privilege, and use is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to