Re: RadioChoice : default choice ?

2008-01-21 Thread cblehman
Scott, To answer your last question, to set a selected value on the RadioChoice, you must set the PropertyModel's value to what you want selected. One thing that took me a while to figure out personally (and I have been programming in java for several years) is that the Object you set in the Pro

Re: Create a report based on a wicket page using DynamicJasper

2007-11-30 Thread cblehman
While this topic is not really related to Wicket, I have done something similar (Dynamic Jasper layouts) Jasper by itself does not support this type of thing, but you can use Velocity Templates to create teh Jasper Design jrxml file dynamically based on the columns you need. Here is a good link

Re: Is wicket-contrib-jasperreports alive?

2007-11-30 Thread cblehman
I have used the project to create links to Jasper Report resources (with wicket1.3 beta3) and it works fine for me. The Repository link I got the project from is: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff -Clay Newgro wrote: > > Hi *, > > i'm realy interested in this. The