Wicket page test 1.5 is now available

2010-05-15 Thread Kent Tong
Dear all, Wicket page test 1.5 is now available. It is a library allowing you to unit test your Wicket pages easily, supporting AJAX and Javascript without changes to your pages. New features implemented in this version: * Start the Selenium server automatically. * Support JUnit4 in addi

Re: Best practises question

2010-05-15 Thread Michael O'Cleirigh
Hello, I'm not sure on the answer to your question about the anonymous inner class but in general sharing models between pages can be a bad idea. The memory issues comes into play if the IModel is like Model and the contained object is not transient (it is serialized as part of the page). W

Re: Best practises question

2010-05-15 Thread bht
Hi, Where is it said that passing IModel is an issue? It could be an issue if it is not a subclass of LoadableDetachableModel. Bernard On Sat, 15 May 2010 20:33:11 +0200, you wrote: >Hi, > >Can someone explain me why it is a memory issue when an instance of an >anonymous IModel class is passed

Best practises question

2010-05-15 Thread Rik van der Kleij
Hi, Can someone explain me why it is a memory issue when an instance of an anonymous IModel class is passed to another page to be shared, but it seems to be no problem when a page reference is passed to another page and is put in an instance field (for example to be used in a button to navigate

Re: how can i add my site developed in wicket + GAE to "Websites based on Wicket"?

2010-05-15 Thread Andrew Lombardi
It's a wiki... P.S. there's a login, and an edit button after you login On May 15, 2010, at 1:42 AM, nicolas melendez wrote: > How can i add my site developed in wicket + GAE to "Websites based on > Wicket" in the wiki? > NM

Re: Bug or feature?

2010-05-15 Thread Martin Makundi
Hi! Unfortunately it is a bug that occurs only with pages. Jira issue created: https://issues.apache.org/jira/browse/WICKET-2872 ** Martin 2010/5/15 Martin Makundi : > Hi! > > I Just upgraded from 1.4-rc7 to 1.4.8 and I see strange behavior with > enclosures. Has the specification changed? > >

Bug or feature?

2010-05-15 Thread Martin Makundi
Hi! I Just upgraded from 1.4-rc7 to 1.4.8 and I see strange behavior with enclosures. Has the specification changed? I used to have: : And in the code I was used to changing the visibility only for selectedCustomersLabel This worked fine with 1.4-rc7. Setting selectedCustomersLabe

Re: Bigger sites running on wicket?

2010-05-15 Thread Martijn Dashorst
Yup, http://mobile.walmart.com is Wicket based, as are http://mexico.com, http://vegas.com, http://springer.com (didn't know about this one!), http://jalbum.net/create/ http://eropuit.nl ... Search for "wicket:interface" with google and filter out the blog posts and forum questions. You'll see th

how can i add my site developed in wicket + GAE to "Websites based on Wicket"?

2010-05-15 Thread nicolas melendez
How can i add my site developed in wicket + GAE to "Websites based on Wicket" in the wiki? NM

Re: Bigger sites running on wicket?

2010-05-15 Thread Martin Voigt
The biggest site I know of is http://www.springer.com. Which is quite big ;) regards On 13 May 2010 16:22, Rangel Preis wrote: > Take a look at Websites based on > Wicket( > https://cwiki.apache.org/WICKET/websites-based-on-wicket.