Re: DropDownChoice with a different choice class than model class

2017-06-15 Thread Sven Meier
Hi, for Wicket's choice components the model object type (possibly wrapped in a collection) and the type for each choice has to be identical. That is intended. >In my case, the model object may be a string, but my choices >and renderer are rendering from a complex class. You have two options

getString() from Application.init()

2017-06-15 Thread Entropy
I want to run getString() like I might from a Page, but I want to run it in Application.init(). What is the equivalent call here? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getString-from-Application-init-tp4678053.html Sent from the Users forum mailing list arch

Re: getString() from Application.init()

2017-06-15 Thread Martin Grigorov
getResourceSettings().getLocalizer().getString() Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jun 15, 2017 at 8:39 PM, Entropy wrote: > I want to run getString() like I might from a Page, but I want to run it in > Application.init(). What is the equival

Analytics for Wicket applications

2017-06-15 Thread James Selvakumar
Dear community, Though this is not a question related to the Wicket framework which we have been using happily for nearly 6 years, I hope the community would help me with it's insights regarding providing analytics in Wicket applications. We are using the excellent wicked-charts library (HighChar

Re: Analytics for Wicket applications

2017-06-15 Thread Arjun Dhar
We are also about to do Analytics but Analytics is an end to end. Data Source to UI aspect. Thinking aloud if you were to use Wicket you would have to hand-build any BI operations like Drill Down etc. For this reason we are considering using BIRT. And beside Analytics should be UI agnostic as tha