Creating a pdf using iText of JFreeChart

2009-06-24 Thread Patrick Fong
Hi I¹m stuck at creating pdfs of my JFreeCharts using iText. I want to create a pdf of my JFreeChart which is encapsulated using wicket¹s Image (http://cwiki.apache.org/WICKET/jfreechart-and-wicket-example.html). There are the following links which I¹ve tried to use for my purpose * http://cwik

Adding Javascript using Wicket onto a page that is not the header

2009-05-19 Thread Patrick Fong
Hi I want to add Javascript which loads Javascript client side variables when a page loads. It would call a Javascript function and pass in server-side values. Typically to add HTML text I would do a add(new Label(id, "Blah")); However, I want to add a Javascript function that would be enclosed