Home Unanswered Active Tags New Question

netbeans + apache

Hi, I’m tried deploy java calendar with netbeans as web project, but without success. I tried create project from yours war file, also I tried create own with project with your files. Nothing worked, and I’m still getting error:

org.apache.jasper.JasperException: /WEB-INF/tags/header.tag(8,5) Unable to load tag handler class "org.daypilot.demo.tag.RootTag" for tag "navi:Root"
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)

Any help?

Asked by Anonymous 4 months ago.
Replies

The demo source code is in the demo/src directory. It has to be compiled before deployment.

However, the war file should contain everything - it's used to deploy the online demo as well:

http://java.daypilot.org/demo/

Please let me check it with NetBeans.

Comment posted by Dan Letecky [DayPilot] 4 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java