dev.wicket.apache.org
(
List home) (
Recent threads) (
3 other Apache Wicket lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Low traffic list: less than 3 messages per day
- This list contains about 10,906 messages, beginning Jul 2007
- 1 messages added yesterday
dev.wicket.apache.org
March 2012
James Carman — 133081071503 Mar 2012*
Wicketeers, I was wanting to do some comparing between trunk and what's in the latest release tag (trying to backport something out of trunk). I w...
Martin Grigorov — 133109173307 Mar 2012*
Hi, Let's discuss the open tasks for Wicket 6.0. From the roadmap: - component queueing @ivaynberg: any progress here ? I'm OK to skip this fo...
Andreas Pieber — 133109395007 Mar 2012*
Hey guys, I'm curious about tagging and releasing with git now. I've done my share of googling and the only things I came up with where [1] an...
Sven Meier — 133116039007 Mar 2012*
Hi all, apparently UrlEncoder doesn't encode the at-sign @, line #189: dontNeedEncoding.set('@'); The comment copied from java.net.URLEnco...
Martin Grigorov — 133122780608 Mar 2012*
Hi, At https://issues.apache.org/jira/browse/WICKET-... I attached a patch that allows users' sessions to be notified when the related http sessio...
Igor Vaynberg — 133124036308 Mar 2012*
This vote is to release wicket 1.5.5 Branch http://git-wip-us.apache.org/repos/asf/wicket... Artifacts http://people.apache.org/~ivaynberg/wicket-1......
Igor Vaynberg — 133147876311 Mar 2012*
This vote is to release wicket 1.4.20 Branch http://git-wip-us.apache.org/repos/asf/wicket... Artifacts http://people.apache.org/~ivaynberg/wicket-1.....
Martin Grigorov — 133153944712 Mar 2012
This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements. Git tag: release/wicket-1.5....
Martin Grigorov — 133153960812 Mar 2012
This is the twentieth maintenance release of the Wicket 1.4.x series. This release brings 17 bug fixes and improvements. Git tag: release/wicket-1.4.2...
Martin Grigorov — 133174278614 Mar 2012*
Hi, A colleague of mine asked me why ValidationError doesn't work with Serializable as Component's #info, #error, #debug, ... methods. I looke...
Martin Grigorov — 133234492421 Mar 2012*
Hi, What do you think about a release of 6.0 as a milestone this week ? Looking at Jira I see only CDI integration as something bigger but afaik it wo...
Martin Grigorov — 133240983022 Mar 2012
Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.4.x Apache Wicket 1.3.x and 1.5.x are not affected Descr...
Martin Grigorov — 133240998322 Mar 2012
Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.4.x and 1.5.x Description: It is possible to view the co...
Martin Grigorov — 133276836326 Mar 2012*
This vote is to release wicket 6.0.0-beta1. This is the first release of 6.x branch and its purpose is to get more feedback from the community. There ...
Martin Grigorov — 133278742826 Mar 2012
The Wicket team is proud to announce the first beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series...
Martin Grigorov — 133294977328 Mar 2012*
Hi, Is there a reason why org.apache.wicket.Component#setDefaultModel() doesn't call modelChanging() at the top of its body ? It calls modelChange...
Sree — 133309790430 Mar 2012
On our production site Tirebuyer.com we have a zip component using abstract link to submit the zipcode value from text box and need to process refresh...