I'm new to JSF but am trying to build an application that I can centre around a
calendar. I had been unable to find one (not date picker) until I came across
this one - which looks great! The problem is with the level of documentation.
I'm guessing that I should be able to download the jsfcal-examples as a demo?
However, I have been unable to get the example to work. Is it compatible with
JSF 2.0? Any help appreciated.
What steps will reproduce the problem?
1. Checkout http://jsfcal.googlecode.com/svn/trunk/jsfcal-examples
2. Open with NetBeans (Beta 7.0).
3. Removed jetty details from pom.xml
4. Added to pom.xml:
<dependency>
<groupId>ical4j</groupId>
<artifactId>ical4j</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6</version>
</dependency>
5. Clean, build and run.
What is the expected output? What do you see instead?
I hoped to see the example component in all it's glory. However, the
application appears to deploy ok and I am met with the front page with the link
to jsfcal. When I click it, I receive an error:
========================================================
This page contains the following errors:
error on line 47 at column 64: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.
========================================================
What version of the product are you using? On what operating system?
I think I using version 0.1. My OS is Linux (Ubuntu 10.10).
Please provide any additional information below.
NOTE: Halfway through writing this, I decided to try another browser (firefox)
and it worked! The problem seems to be with Chromium which NetBeans decided to
use by default to run applications.
Original issue reported on code.google.com by andrew.p...@googlemail.com on 20 Jan 2011 at 12:57
Original issue reported on code.google.com by
andrew.p...@googlemail.com
on 20 Jan 2011 at 12:57