Component with ListView that adds other Components?

2011-08-03 Thread Gary Thomas
Stumped on this, seemed it should simple: I am making a component that uses a ListView. Two important requirements: 1) This component will add Components and other markup before the list items, which I do not want the page designer or Java coder to worry about adding themselves in markup or

Re: Scala DSL for Wicket

2011-07-31 Thread Gary Thomas
I've written some Scala utilities as well, but instead of a DSL I'm using implicit conversions via traits, which I've found to be a really nice fit with Wicket. An example: import org.apache.wicket.model.IModel import org.apache.wicket.model.LoadableDetachableModel import

Re: [VOTE] WICKET-3218 - Component#onInitialize is broken for Pages

2011-03-09 Thread Gary Thomas
On 3/8/11 12:33 PM, Martijn Dashorst wrote: On Tue, Mar 8, 2011 at 6:03 PM, GOODWIN, MATTHEW (ATTCORP) mg0...@att.com wrote: +1 for clear documentation/Javadoc explaining proper use of onInitialize. Does this exist somewhere? As someone new to Wicket I'm trying to learn as fast as I can and a

Re: [VOTE] WICKET-3218 - Component#onInitialize is broken for Pages

2011-03-09 Thread Gary Thomas
On 3/9/11 2:18 AM, Maarten Billemont wrote: On 09 Mar 2011, at 10:44, Gary Thomas wrote: While a minority use-case, this allows for very elegant Wicket code when using Scala: add(new Form[Person](form, model) { add (new TextArea[String](text, (getModel - text)) { override def

Re: Wicket + Scala + Spring

2010-01-03 Thread Gary Thomas
Same here - not much more to say other than after 10 years of working with Java webapps, learning both Wicket and Scala have made the past 6 months very enjoyable. Immediately before trying Wicket, I was a die-hard Struts/Spring MVC user and didn't know what I was missing. Scala+Wicket is a

Re: Wicket + Scala + Spring

2010-01-03 Thread Gary Thomas
/3/10 4:38 PM, Gary Thomas wrote: Same here - not much more to say other than after 10 years of working with Java webapps, learning both Wicket and Scala have made the past 6 months very enjoyable. Immediately before trying Wicket, I was a die-hard Struts/Spring MVC user and didn't know what I

Re: Groovy 1.7 released with ...

2009-12-24 Thread Gary Thomas
Cool, thanks for the info. Is anyone have any luck building a Groovy+Wicket project with Maven? Would love to try it out, but not having much luck with various gmaven plugin settings. Stub generation does not seem to work with AIC. Thanks, G On 12/22/09 7:47 AM, Ashley Aitken wrote: Hi