I am developing a front end to trigger a quartz job on the fly.
I have a form in the JSF page whose click action will dynamically trigger a quartz job.
The job ...
Have some doubt with JSF 2, I would like to use the ajax functionality of JSF 2 only, not going to use any of its implementations.
Have taken the JSF libraries from ...
org.apache.jasper.JasperException: /pages/inputname.jsp (line: 3, column: 50) Attribute qualified names must be unique within an element
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:41)
...
I'm trying to learn to deploy only precompiled JSF without .jsp files to Tomcat6, but hit HTTP Status 404 resource not found error. Below are the steps I did in my ...