Re: convert wicket pages html to excel

2013-12-23 Thread Abigail
HI there That exactly what i want to do .I want to convert html to excel.But i have not found a converter which supports to do that.I know there are many excel converter .Is there any free package for this? Thanks for any suggest

Wicket serving AngularJS app

2013-12-23 Thread Warren Bell
I am using Wicket 6 to manage an AngularJS app. Currently I am just letting Tomcat serve the AngularJS client i.e. index.html and using Wicket for authentication, authorization and REST. But I would like to use Wicket to serve up the client so that I can manage css and js resources and set an in

Re: Generate PDF

2013-12-23 Thread Marios Skounakis
In case your requirements for pdf generation are not very complex, you could use FlyingSaucer (https://xhtmlrenderer.java.net/). It basically converts html to pdf. So you can create your output in html and then convert it to pdf using flying saucer. On Mon, Dec 23, 2013 at 10:45 PM, Niranjan Rao

Re: Generate PDF

2013-12-23 Thread Niranjan Rao
Do you want to use it in wicket application or java application? The link is for csharp based tool and will not work in wicket application. But it looks like they have java API also http://www.rasteredge.com/java-imaging/. Personally we use apache pdf box. We don't create PDF, but we do analyz

Re: wicket-el - is this a safe way to hook into wicket?

2013-12-23 Thread Jeremy Thomerson
On Sun, Dec 22, 2013 at 5:30 AM, Steve wrote: > So what it is the best way to go about requesting a change to > wicket-core? I'm happy to fork and create a pull request etc but it > seems overkill for removing a single word from one class. Should I > create a JIRA ticket perhaps? > Create a JI

SV: Generate PDF

2013-12-23 Thread Tron Walseth
Hi I use Apache PDFBox for PDF generation on our site, in conjunction with Wicket. This works as a charm, but i haven't tried it with large documents. Yours, Tron Fra: Abigail [abigailklin...@yahoo.com] Sendt: 23. desember 2013 07:38 Til: users@wicket.a