Re: Feedback on proposed Groovy DSL syntax for Wicket

2008-03-07 Thread Dmitry Kandalov
On Thursday 06 March 2008 18:59:59 graemer wrote: So as some of you may know I've been updating the Grails Wicket plug-in. I didn't know but I tried the plug-in a couple of weeks ago (with help of your blog) and it worked fine expect that I couldn't make wicket classes reload. I should look at

Feedback on proposed Groovy DSL syntax for Wicket

2008-03-06 Thread graemer
{ item.model.delete() redirect page:ListContacts } } } } } -- View this message in context: http://www.nabble.com/Feedback-on-proposed-Groovy-DSL-syntax-for-Wicket-tp15873183p15873183.html Sent from the Wicket - User

Re: Feedback on proposed Groovy DSL syntax for Wicket

2008-03-06 Thread Ryan Sonnek
, item.model) { onClick { item.model.delete() redirect page:ListContacts } } } } } -- View this message in context: http://www.nabble.com/Feedback-on-proposed-Groovy-DSL-syntax-for-Wicket