Re: wicket as template engine

2011-07-20 Thread Martin Grigorov
Also see the approach at https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/wicket-poi-parent This project shows how to export DataTable content in Excel. You can do some similar just export to PDF. On Wed, Jul 20, 2011 at 1:14 AM, Jeremy Thomerson jer...@wickettraining.com wrote:

wicket as template engine

2011-07-19 Thread Leszek Gawron
I know I could use freemarker, velocity or any other tool. But these tools require me to create a full blown template model up front as wicket allows for a bunch of models chained togeter pulling data from different sources when they are needed. I have a set of load of panels that create a

Re: wicket as template engine

2011-07-19 Thread Jeremy Thomerson
Search the mailing list archives for things like emailing pages. There have been a lot of discussions about the topic that will help you. On 2011 7 19 10:32, Leszek Gawron lgaw...@apache.org wrote: I know I could use freemarker, velocity or any other tool. But these tools require me to create a