You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/02/06 10:34:07 UTC

svn commit: r1565134 [9/12] - in /wicket/common/site/trunk: ./ _posts/ _site/ _site/2009/07/30/ _site/2009/08/21/ _site/2009/10/12/ _site/2009/10/24/ _site/2009/12/13/ _site/2009/12/21/ _site/2010/02/01/ _site/2010/03/05/ _site/2010/05/03/ _site/2010/0...

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -177,290 +177,71 @@
 			<p>With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</p>
 
 <ul>
-<li>Check the <a href="meet/features.html">feature list</a></li>
+<li>Check the <a href='meet/features.html'>feature list</a></li>
 
-<li>Read some <a href="meet/buzz.html">Wicket buzz</a>, some <a href="meet/blogs.html">Wicket blogs</a></li>
+<li>Read some <a href='meet/buzz.html'>Wicket buzz</a>, some <a href='meet/blogs.html'>Wicket blogs</a></li>
 
-<li>Find out why you should <a href="meet/introduction.html">use Wicket</a></li>
+<li>Find out why you should <a href='meet/introduction.html'>use Wicket</a></li>
 
-<li>Check out some selected <a href="learn/examples">examples in detail</a> or see them and many more in <a href="http://www.wicket-library.com/wicket-examples/">live action</a></li>
+<li>Check out some selected <a href='learn/examples'>examples in detail</a> or see them and many more in <a href='http://www.wicket-library.com/wicket-examples/'>live action</a></li>
 
-<li>Take a look at our live <a href="http://www.wicket-library.com/wicket-examples/compref/">component reference</a></li>
+<li>Take a look at our live <a href='http://www.wicket-library.com/wicket-examples/compref/'>component reference</a></li>
 
-<li>Go and <a href="start/download.html">download Wicket</a></li>
+<li>Go and <a href='start/download.html'>download Wicket</a></li>
 
-<li>See what <a href="learn/projects">extras are available</a></li>
+<li>See what <a href='learn/projects'>extras are available</a></li>
 </ul>
 
-<p>Wicket is released under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a>.</p>
+<p>Wicket is released under the <a href='http://www.apache.org/licenses/LICENSE-2.0.html'>Apache License, Version 2.0</a>.</p>
 
-<h1 id="apache_wicket_6130_released"><a href="/2014/01/05/wicket-6.13.0-released.html">Apache Wicket 6.13.0 released</a></h1>
-<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0!</p><p>This release marks the thirteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p><h3 id='new_and_noteworthy'>New and noteworthy</h3><p>This release fixes 25 bugs and adds the following improvements:</p><ul>
-<li>Online Wicket User guide (see below)</li>
+<h1 id='wicket_1511_released'><a href='/2014/02/06/wicket-1.5.11-released.html'>Wicket 1.5.11 released</a></h1>
+<p>This is the eleventh maintenance release of the Wicket 1.5.x series. This release brings over 34 bug fixes and improvements.</p><ul>
+<li><a href='https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.11'>Git tag</a></li>
 
-<li>CDI 1.1 support (see below)</li>
+<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12324069'>Changelog</a></li>
 
-<li>JQuery upgraded from 1.10.1 to 1.10.2</li>
-
-<li>Implemented BigIntegerConverter</li>
-
-<li>Migrate Wicket-Atmosphere to Atmosphere 2</li>
-</ul><h3 id='online_wicket_reference_guide'>Online Wicket reference guide</h3><p>After many years of people asking for a reference guide for Apache Wicket we finally were able to add one to our site thanks to Andrea del Bene and comSysto for writing the guide and providing the hours of converting it to our site.</p><p>You can read the manual in 3 forms: multi page HTML, single page HTML and PDF.</p><p>The contents:</p><ul>
-<li>Introduction</li>
-
-<li>How to use the example code</li>
-
-<li>Why should I learn Wicket?</li>
-
-<li>Wicket says “Hello, World!”</li>
-
-<li>Wicket as page layout manager</li>
-
-<li>Keeping control over HTML</li>
-
-<li>Component Lifecycle</li>
-
-<li>Page versioning and caching</li>
-
-<li>Under the hood of request processing</li>
-
-<li>Wicket Links and URL generation</li>
-
-<li>Wicket models and forms</li>
-
-<li>Wicket forms in detail</li>
-
-<li>Displaying multiple items with repeaters</li>
-
-<li>Internationalization with Wicket</li>
-
-<li>Resource management with Wicket</li>
-
-<li>An example of integration with JavaScript</li>
-
-<li>Wicket advanced topics</li>
-
-<li>Working with AJAX</li>
-
-<li>Integration with enterprise containers</li>
-
-<li>Security with Wicket</li>
-
-<li>Test Driven Development with Wicket</li>
-
-<li>Test Driven Development with Wicket and Spring</li>
-
-<li>Wicket Best Practices</li>
-
-<li>Working with Maven (Appendix)</li>
-
-<li>Project WicketStuff (Appendix)</li>
-
-<li>Lost in redirection with Apache Wicket (Appendix)</li>
-
-<li>Contributing to this guide (Appendix)</li>
-</ul><p>Read more in the <a href='http://wicket.apache.org/start/userguide.html'>“User guide”</a>.</p><h3 id='new_cdi11_integration_project'>New CDI-1.1 integration project</h3><p>A new (experimental) module for CDI integration was added to support CDI 1.1 with Wicket. As CDI 1.0 and 1.1 are different beasts and not compatible, we had to craft a new module with specific support for the new CDI standard. The module is still experimental, but we expect to make it a default module in a couple of releases.</p><p>You can use the new Wicket CDI module by including the following dependency in your POM:</p><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
+<li>To use in Maven:</li>
+</ul><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
     <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-	<span class='nt'>&lt;artifactId&gt;</span>wicket-cdi-1.1<span class='nt'>&lt;/artifactId&gt;</span>
-	<span class='nt'>&lt;version&gt;</span>0.2<span class='nt'>&lt;/version&gt;</span>
+    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>1.5.11<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div><p>Note that you have to remove the old wicket-cdi module and the Seam conversation dependency: <code>org.jboss.seam.conversation:seam-conversation-weld</code></p><p>For more information about what is new in CDI 1.1 read <a href='http://s.apache.org/newincdi11'>this blog post by Pete Muir</a>.</p><h3 id='jquery_update_in_690'>JQuery update in 6.9.0</h3><p>As of Wicket 6.9 we ship JQuery 1.10.1 (since 6.13.0 we ship 1.10.2). The JQuery project has decided to remove deprecated APIs from their codebase from JQuery 1.9 and up. This means that JQuery plugins using these deprecated APIs no longer work. See the JQuery migration guide for more information, available from <a href='http://jquery.com/upgrade-guide/1.9/'>the JQuery web site</a></p><p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its a
 pplication’s init method:</p><div class='highlight'><pre><code class='java'> <span class='nd'>@Override</span>
- <span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>init</span><span class='o'>()</span> <span class='o'>{</span>
-     <span class='n'>getJavaScriptLibrarySettings</span><span class='o'>()</span>
-         <span class='o'>.</span><span class='na'>setJQueryReference</span><span class='o'>(</span><span class='n'>yourJquery183ResourceReference</span><span class='o'>);</span>
- <span class='o'>}</span>
-</code></pre></div><h3 id='cdi_injection_issue'>CDI injection issue</h3><p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that injection in anonymous inner classes was not legal and when attempted, it resulted in an exception:</p><div class='highlight'><pre><code class='text'>Caused by: org.jboss.weld.exceptions.DefinitionException:
-WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class
-</code></pre></div><p>This was reported as <a href='https://issues.apache.org/jira/browse/WICKET-5226'>WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p><p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href='https://issues.jboss.org/browse/WELD-1441'>WELD-1441</a>)</p><p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href='https://issues.apache.org/jira/browse/WICKET-5264'>WICKET-5264</a></p><p>Glassfish has fixed this in trunk according to <a href='https://java.net/jira/browse/GLASSFISH-20619'>GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</p><h3 id='using_this_release'>Using this release</h3><p>With Apache Maven update your dependency to (and don’
 t forget to update any other dependencies on Wicket projects to the same version):</p><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
- <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
- <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
- <span class='nt'>&lt;version&gt;</span>6.13.0<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div><p>Or download and build the distribution yourself, or use our convenience binary package</p><ul>
-<li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.13.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.13.0</a></li>
-
-<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries</a></li>
-</ul><h3 id='upgrading_from_earlier_versions'>Upgrading from earlier versions</h3><p>If you upgrade from 6.y.z this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our Wicket 6 migration guide found at</p><ul>
-<li><a href='https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0'>Migration to Wicket 6.0</a></li>
-</ul><p>Have fun!</p><p>— The Wicket team</p><h3 id='release_notes__wicket__version_6130'>Release Notes - Wicket - Version 6.13.0</h3><h4 id='bug'>Bug</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4294'>WICKET-4294</a> - AutoCompleteTextField does not show suggestions when it is used on ModalWindow in InternetExplorer</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4997'>WICKET-4997</a> - Mounted bookmarkable Page not recreated on Session Expiry</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5084'>WICKET-5084</a> - ClassNotFoundException with Atmosphere on Bookmarkable pages</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5224'>WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5321'>WICKET-5321</a> - Incorporate Wicket Guide into website</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5379'>WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5387'>WICKET-5387</a> - Page#onInitialize called after an exception in the constructor of Page</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5400'>WICKET-5400</a> - Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5402'>WICKET-5402</a> - NullPointerException when logging out with wicket-atmosphere</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5404'>WICKET-5404</a> - JQuery 1.10.1 does not work well with IE11, upgrade to 1.10.2</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5409'>WICKET-5409</a> - wicket-native-websocket does not work with Safari/Safari iOS</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5413'>WICKET-5413</a> - Positioning AutoCompleteTextField not correct on resized window</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5416'>WICKET-5416</a> - BOM in UTF markup file breaks encoding detection</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5418'>WICKET-5418</a> - PropertyValidator ignoring groups with the @NotNull annotation only</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5422'>WICKET-5422</a> - ComponentRenderer.renderComponent() adds a page to DataStore</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5424'>WICKET-5424</a> - Page.isPageStateless() returning true in regular run but false in WicketTester</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5425'>WICKET-5425</a> - WicketTester doesn’t preserve the request cookies when #executeListener() is used</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5426'>WICKET-5426</a> - Page not recognized as stateless although stateful component is hidden in #onConfigure()</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5429'>WICKET-5429</a> - ResourceReference’s properties are not preserved when using reference replacement</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5437'>WICKET-5437</a> - When a ConversionException is thrown, its message is not used in the ValidationError</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5441'>WICKET-5441</a> - IResourceCachingStrategy implementations should only set caching if version matches</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5442'>WICKET-5442</a> - TimeOfDay.valueOf(Calendar, Time) and TimeOfDay.valueOf(Time) incorrectly use 12-hour clock</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5444'>WICKET-5444</a> - Make org.apache.wicket.pageStore.memory.PageTable public so custom impls of IDataStoreEvictionStrategy can be made</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5447'>WICKET-5447</a> - TableTree’s NodeBorder does not properly close divs</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5450'>WICKET-5450</a> - Double escaping when using EnumChoiceRenderer and DropDownChoice</li>
-</ul><h4 id='improvement'>Improvement</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4268'>WICKET-4268</a> - Quality of ThumbnailImageResource</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4762'>WICKET-4762</a> - IResourceVersion should be based on final result</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4905'>WICKET-4905</a> - PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4909'>WICKET-4909</a> - ModalWindow overwrites window.onbeforeunload</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5364'>WICKET-5364</a> - Reduce logging for wicket-atmosphere</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5367'>WICKET-5367</a> - migrate Wicket-Atmosphere to Atmosphere 2</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5401'>WICKET-5401</a> - provide no-argument constructor in string based header items</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5411'>WICKET-5411</a> - Improve AutoLabels by updating their CSS classes automatically during Ajax requests</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5415'>WICKET-5415</a> - Do not initialize pages which were not rendered</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5420'>WICKET-5420</a> - Make UploadProgressBar easier to extend</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5423'>WICKET-5423</a> - Create IResource based implementation of Native Web Sockets</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5435'>WICKET-5435</a> - Ajaxified version of WebSession#getClientInfo should be added</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5436'>WICKET-5436</a> - Implement BigIntegerConverter</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5443'>WICKET-5443</a> - Increase randomness and reduce predictability of CaptchaImageResource rendered images</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5445'>WICKET-5445</a> - Make CaptchaImageResource easier to extend and reuse</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5455'>WICKET-5455</a> - Allow access to the JS ResourceReference of AbstractAutoCompleteBehavior</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5456'>WICKET-5456</a> - Make RawMarkup extendable</li>
-</ul><h4 id='task'>Task</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5431'>WICKET-5431</a> - Download pages must use ASF mirror system for current releases</li>
-</ul><h4 id='wish'>Wish</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-1197'>WICKET-1197</a> - add/remove all buttons in Palette component</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4951'>WICKET-4951</a> - Wicket-cdi and OpenWebBeans 1.1.x incompatibility</li>
+</code></pre>
+</div><ul>
+<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.11'>full distribution</a> (including source)</li>
 </ul>
-<h1 id="apache_wicket_6120_released"><a href="/2013/11/01/wicket-6.12.0-released.html">Apache Wicket 6.12.0 released</a></h1>
-<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0!</p><p>This release marks the twelfth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p><h3 id='new_and_noteworthy'>New and noteworthy</h3><p>This release fixes 16 bugs and adds the following improvements:</p><ul>
-<li>Support MultiFileUploadField in FormTester</li>
-
-<li>Add support for parsing IE 11 user agent</li>
-
-<li>Log the exception if the application cannot start properly</li>
-
-<li>Add Wicket.Event.unsubscribe method</li>
-
-<li>Allow form components to trim the input themselves</li>
-
-<li>Allow DebugBar contributors to be removed</li>
-
-<li>Session management doesn’t work with Jetty’s JDBCSessionManager</li>
-
-<li>HeaderItem to be Serializable</li>
-</ul><h3 id='jquery_update_in_690'>JQuery update in 6.9.0</h3><p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has decided to remove deprecated APIs from their codebase from JQuery 1.9 and up. This means that JQuery plugins using these deprecated APIs no longer work. See the JQuery migration guide for more information, available from http://jquery.com/upgrade-guide/1.9/</p><p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its application’s init method:</p><div class='highlight'><pre><code class='java'> <span class='nd'>@Override</span>
- <span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>init</span><span class='o'>()</span> <span class='o'>{</span>
-     <span class='n'>getJavaScriptLibrarySettings</span><span class='o'>()</span>
-         <span class='o'>.</span><span class='na'>setJQueryReference</span><span class='o'>(</span><span class='n'>yourJquery183ResourceReference</span><span class='o'>);</span>
- <span class='o'>}</span>
-</code></pre></div><h3 id='cdi_injection_issue'>CDI injection issue</h3><p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that injection in anonymous inner classes was not legal and when attempted, it resulted in an exception:</p><div class='highlight'><pre><code class='text'>Caused by: org.jboss.weld.exceptions.DefinitionException:
-WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class
-</code></pre></div><p>This was reported as <a href='https://issues.apache.org/jira/browse/WICKET-5226'>WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p><p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href='https://issues.jboss.org/browse/WELD-1441'>WELD-1441</a>)</p><p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href='https://issues.apache.org/jira/browse/WICKET-5264'>WICKET-5264</a></p><p>Glassfish has fixed this in trunk according to <a href='https://java.net/jira/browse/GLASSFISH-20619'>GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</p><h3 id='using_this_release'>Using this release</h3><p>With Apache Maven update your dependency to (and don’
 t forget to update any other dependencies on Wicket projects to the same version):</p><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
- <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
- <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
- <span class='nt'>&lt;version&gt;</span>6.12.0<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div><p>Or download and build the distribution yourself, or use our convenience binary package</p><ul>
-<li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.12.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.12.0</a></li>
-
-<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries</a></li>
-</ul><h3 id='upgrading_from_earlier_versions'>Upgrading from earlier versions</h3><p>If you upgrade from 6.y.z this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our Wicket 6 migration guide found at</p><ul>
-<li><a href='https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0'>Migration to Wicket 6.0</a></li>
-</ul><p>Have fun!</p><p>— The Wicket team</p><h3 id='release_notes__wicket__version_6120'>Release Notes - Wicket - Version 6.12.0</h3><h4 id='bug'>Bug</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4862'>WICKET-4862</a> - AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink output inline onclick attributes in addition to Wicket.Ajax.ajax event registration</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5101'>WICKET-5101</a> - Could not open second modal window after closing first</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5356'>WICKET-5356</a> - AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5359'>WICKET-5359</a> - org.apache.wicket.util.string.StringValue#equals broken</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5366'>WICKET-5366</a> - ResourceAggregator looses information about priority/filtering/… when using a bundle</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5369'>WICKET-5369</a> - Can’t set a cookie using CookieUtils during an ajax request due to java.lang.ClassCastException: org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse cannot be cast to org.apache.wicket.request.http.WebResponse</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5374'>WICKET-5374</a> - SourcesPage fails on resources with non-ASCII characters</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5375'>WICKET-5375</a> - Improve ConcatBundleResource error handling when a resource is missing</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5378'>WICKET-5378</a> - AutoCompleteTextField inside a ModalWindow shows auto complete dropdown in the wrong location</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5379'>WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5380'>WICKET-5380</a> - Wicket rebinds the SessionEntry session attribute and this causes problems in Glassfish</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5382'>WICKET-5382</a> - AutoComplete JavaScript errors</li>
+<h1 id='wicket_1423_released'><a href='/2014/02/06/wicket-1.4.23-released.html'>Wicket 1.4.23 released</a></h1>
+<p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch. Read <a href='/2014/02/06/cve-2013-2055.html'>CVE-2013-2055</a> for more information.</p><ul>
+<li><a href='http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.4.23'>Git tag</a></li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5385'>WICKET-5385</a> - wicket-bean-validation PropertyValidator_fr.properties.xml : org.xml.sax.SAXParseException</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5386'>WICKET-5386</a> - ChainingModel should not check if the modelObject given as argument is null</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5397'>WICKET-5397</a> - target.prependJavaScript and JQuery-Animation in IE8</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5398'>WICKET-5398</a> - XmlPullParser fails to properly parse from String with encoding declaration</li>
-</ul><h4 id='improvement'>Improvement</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5346'>WICKET-5346</a> - Support MultiFileUploadField in FormTester</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5362'>WICKET-5362</a> - Add support for parsing IE 11 user agent</li>
+<li>To use in Maven:</li>
+</ul><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
+    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
+    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>1.4.23<span class='nt'>&lt;/version&gt;</span>
+<span class='nt'>&lt;/dependency&gt;</span>
+</code></pre>
+</div><ul>
+<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.23'>full distribution</a> (including source)</li>
+</ul><h1>Older news items</h1><ul>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5376'>WICKET-5376</a> - Log the exception if the application cannot start properly</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5381'>WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
+<li>
+        <a href='/2014/02/06/cve-2013-2055.html'>CVE-2013-2055 - Apache Wicket Information disclosure vulnerability</a> - <span>06 Feb 2014</span><br />
+        Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.4.22, 1.5.10 and 6.7.0 Description: It is possible to make Wicket deliver the HTML templates in...
+        <a href='/2014/02/06/cve-2013-2055.html'>more</a></li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5384'>WICKET-5384</a> - Allow form components to trim the input themselves</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5388'>WICKET-5388</a> - Allow DebugBar contributors to be removed</li>
+<li>
+        <a href='/2014/01/05/wicket-6.13.0-released.html'>Apache Wicket 6.13.0 released</a> - <span>05 Jan 2014</span><br />
+        The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0! This release marks the thirteenth minor release of Wicket 6. Starting with Wicket 6...
+        <a href='/2014/01/05/wicket-6.13.0-released.html'>more</a></li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5390'>WICKET-5390</a> - Session management doesn’t work with Jetty’s JDBCSessionManager</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5395'>WICKET-5395</a> - HeaderItem to be Serializable</li>
-</ul><h4 id='wish'>Wish</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5393'>WICKET-5393</a> - Remove ‘final’ from InlineFrame#onComponentTag()</li>
-</ul><h1>Older news items</h1><ul>
+<li>
+        <a href='/2013/11/01/wicket-6.12.0-released.html'>Apache Wicket 6.12.0 released</a> - <span>01 Nov 2013</span><br />
+        The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0! This release marks the twelfth minor release of Wicket 6. Starting with Wicket 6...
+        <a href='/2013/11/01/wicket-6.12.0-released.html'>more</a></li>
 
 
 <li>
@@ -504,44 +285,11 @@ com.example.HomePage$AForm cannot be a n
         Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.4.x, 1.5.x and 1.6.x Description: It is possible for JavaScript statements to break out of a...
         <a href='/2013/03/03/cve-2012-5636.html'>more</a></li>
 
-
-<li>
-        <a href='/2013/02/26/wicket-1.5.10-released.html'>Wicket 1.5.10 released</a> - <span>26 Feb 2013</span><br />
-        This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements. Git tag Changelog To use...
-        <a href='/2013/02/26/wicket-1.5.10-released.html'>more</a></li>
-
-
-<li>
-        <a href='/2013/02/15/wicket-6.6.0-released.html'>Apache Wicket 6.6.0 released</a> - <span>15 Feb 2013</span><br />
-        The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0! This release marks the sixth minor release of Wicket 6. Starting with Wicket 6...
-        <a href='/2013/02/15/wicket-6.6.0-released.html'>more</a></li>
-
-
-<li>
-        <a href='/2013/01/23/wicket-6.5.0-released.html'>Apache Wicket 6.5.0 released</a> - <span>23 Jan 2013</span><br />
-        The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0! This release marks the fifth minor release of Wicket 6. Starting with Wicket 6...
-        <a href='/2013/01/23/wicket-6.5.0-released.html'>more</a></li>
-
 </ul>
-<h1 id="books_about_wicket">Books about Wicket</h1>
+<h1 id='books_about_wicket'>Books about Wicket</h1>
 
 <p>The following books are published regarding Apache Wicket (click a cover to learn more about the book):</p>
-
-<p><a href='/learn/books/awc.html'><img height='200px' src='/learn/books/awc.png' /></a></p>
-
-<p><a href='/learn/books/wia.html'><img height='200px' src='/learn/books/wia.png' /></a></p>
-
-<p><a href='/learn/books/ewdww.html'><img height='200px' src='/learn/books/ewdww.png' /></a></p>
-
-<p><a href='/learn/books/prowicket.html'><img height='200px' src='/learn/books/prowicket.png' /></a></p>
-
-<p><a href='/learn/books/kwij.html'><img height='200px' src='/learn/books/kwij.png' /></a></p>
-
-<p><a href='/learn/books/praxisbuchwicket.html'><img height='200px' src='/learn/books/praxisbuchwicket.png' /></a></p>
-
-<p><a href='/learn/books/wicket-jp.html'><img height='200px' src='/learn/books/wicket-jp.png' /></a></p>
-
-<p><a href='/learn/books/koda.html'><img height='200px' src='/learn/books/koda.jpg' /></a></p>
+<a href='/learn/books/awc.html'><img height='200px' src='/learn/books/awc.png' /></a><a href='/learn/books/wia.html'><img height='200px' src='/learn/books/wia.png' /></a><a href='/learn/books/ewdww.html'><img height='200px' src='/learn/books/ewdww.png' /></a><a href='/learn/books/prowicket.html'><img height='200px' src='/learn/books/prowicket.png' /></a><a href='/learn/books/kwij.html'><img height='200px' src='/learn/books/kwij.png' /></a><a href='/learn/books/praxisbuchwicket.html'><img height='200px' src='/learn/books/praxisbuchwicket.png' /></a><a href='/learn/books/wicket-jp.html'><img height='200px' src='/learn/books/wicket-jp.png' /></a><a href='/learn/books/koda.html'><img height='200px' src='/learn/books/koda.jpg' /></a>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/books/awc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/awc.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/awc.html (original)
+++ wicket/common/site/trunk/_site/learn/books/awc.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -174,22 +174,22 @@
 
 		<div id="contentbody">
 			<h1>Books — Apache Wicket Cookbook</h1>
-			<h2 id="description">Description</h2>
+			<h2 id='description'>Description</h2>
 
-<p>Apache Wicket is one of the most famous Java web application frameworks. Wicket simplifies web development and makes it fun. Are you bored of going through countless pages of theory to find out how to get your web development done? With this book in hand, you don’t need to go through hundreds of pages to figure out how you will actually build a web application. You will get practical solutions to your common everyday development tasks to pace up your development activities.</p>
+<p>Apache Wicket is one of the most famous Java web application frameworks. Wicket simplifies web development and makes it fun. Are you bored of going through countless pages of theory to find out how to get your web development done? With this book in hand, you don&#8217;t need to go through hundreds of pages to figure out how you will actually build a web application. You will get practical solutions to your common everyday development tasks to pace up your development activities.</p>
 
-<p>Apache Wicket Cookbook provides you with information that gets your problems solved quickly without beating around the bush. This book is perfect for you if you are ready to take the next step from tutorials and step into the practical world. It will take you beyond the basics of using Apache Wicket and show you how to leverage Wicket’s advanced features to create simpler and more maintainable solutions to what at first may seem complex problems.</p>
+<p>Apache Wicket Cookbook provides you with information that gets your problems solved quickly without beating around the bush. This book is perfect for you if you are ready to take the next step from tutorials and step into the practical world. It will take you beyond the basics of using Apache Wicket and show you how to leverage Wicket&#8217;s advanced features to create simpler and more maintainable solutions to what at first may seem complex problems.</p>
 
 <p>You will learn how to integrate with client-side technologies such as JavaScript libraries or Flash components, which will help you to build your application faster. You will discover how to use Wicket paradigms to factor out commonly used code into custom Components, which will reduce the maintenance cost of your application, and how to leverage the existing Wicket Components to make your own code simpler.</p>
 
 <p>A straightforward Cookbook with highly focused practical recipes to make your web application development easier with the Wicket web framework</p>
 
-<h2 id="what_you_will_learn_from_this_book">What you will learn from this book</h2>
+<h2 id='what_you_will_learn_from_this_book'>What you will learn from this book</h2>
 
 <ul>
 <li>Leverage Wicket to implement a wide variety of both simple and advanced use cases in a narrative that gets straight to the point</li>
 
-<li>Make forms work in the crazy world of the Web by learning the ways of Wicket’s form processing</li>
+<li>Make forms work in the crazy world of the Web by learning the ways of Wicket&#8217;s form processing</li>
 
 <li>Simplify localizing your Wicket applications</li>
 
@@ -197,30 +197,30 @@
 
 <li>Leverage the built-in Table component to make displaying tabular data a snap</li>
 
-<li>Think Wicket’s Borders are not very useful? Learn to use them in unexpected places to simplify things</li>
+<li>Think Wicket&#8217;s Borders are not very useful? Learn to use them in unexpected places to simplify things</li>
 
 <li>See how to integrate with Flash components and create interactive charts at the same time</li>
 
-<li>Web 1.0 too boring? Learn how to tame Wicket’s AJAX support and bring your application into Web 2.0</li>
+<li>Web 1.0 too boring? Learn how to tame Wicket&#8217;s AJAX support and bring your application into Web 2.0</li>
 
 <li>Simplify your security code by learning various security techniques</li>
 
 <li>An application cannot be built with Wicket alone; see how to make it play nice with other frameworks</li>
 </ul>
 
-<h2 id="approach">Approach</h2>
+<h2 id='approach'>Approach</h2>
 
 <p>This is a hands-on practical guide to a large variety of topics and use cases. This book tries to use real-world examples when possible, but is not afraid to come up with a contrived pretext if it makes explaining the problem simpler. Unlike a lot of other books, this one does not try to maintain a continuous theme from chapter to chapter, such as demonstrating solutions on the same fictional application; doing so would be almost impossible given the wide variety of recipes presented here. Instead, this book concentrates on focused problems users are likely to encounter and shows clear solutions in a step-by-step manner. This book tries to teach by example and is not afraid to show a lot of code because, after all, it is for coders.</p>
 
-<h2 id="who_this_book_is_written_for">Who this book is written for</h2>
+<h2 id='who_this_book_is_written_for'>Who this book is written for</h2>
 
 <p>This book is for current users of the Apache Wicket framework; it is not an introduction to Wicket that will bore you with tons of theory. You are expected to have built or maintained a simple Wicket application in the past and to be looking to learn new and better ways of using Wicket. If you are ready to take your Wicket skills to the next level this book is for you.</p>
 
-<h2 id="about_the_author">About the author</h2>
+<h2 id='about_the_author'>About the author</h2>
 
-<p>Igor Vaynberg is a software architect with more than ten years of experience in the software field. His liking for computers was sparked when his parents got him a Sinclair Z80 when he was but ten years old. Since then he has worked with companies both large and small building modular and scalable web applications. Igor’s main interest is finding ways to simplify the development of complex user interfaces required by modern web applications. Igor is a committer for the Apache Wicket framework, the aim of which is to simplify the programming model as well as reintroduce OOP to the web UI tier. In his AFK time he enjoys snowboarding with his beautiful wife and playing with his amazing children.</p>
+<p>Igor Vaynberg is a software architect with more than ten years of experience in the software field. His liking for computers was sparked when his parents got him a Sinclair Z80 when he was but ten years old. Since then he has worked with companies both large and small building modular and scalable web applications. Igor&#8217;s main interest is finding ways to simplify the development of complex user interfaces required by modern web applications. Igor is a committer for the Apache Wicket framework, the aim of which is to simplify the programming model as well as reintroduce OOP to the web UI tier. In his AFK time he enjoys snowboarding with his beautiful wife and playing with his amazing children.</p>
 
-<h2 id="book_details">Book details</h2>
+<h2 id='book_details'>Book details</h2>
 <table>
 	<tr>
 		<th>Title</th>

Modified: wicket/common/site/trunk/_site/learn/books/ewdww.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/ewdww.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/ewdww.html (original)
+++ wicket/common/site/trunk/_site/learn/books/ewdww.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -176,19 +176,19 @@
 			<h1>Books — Enjoying Web Development with Wicket</h1>
 			<p>Enjoying Web Development with Wicket is written by Kent Tong and is self published.</p>
 
-<h2 id="description">Description</h2>
+<h2 id='description'>Description</h2>
 
-<p>If you’d like to create AJAX web-based applications easily, then this book is for you. More importantly, it shows you how to do that with joy and feel good about your own work! You don’t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we’re going to use a library called Wicket that makes complicated stuff simple and elegant.</p>
+<p>If you&#8217;d like to create AJAX web-based applications easily, then this book is for you. More importantly, it shows you how to do that with joy and feel good about your own work! You don&#8217;t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we&#8217;re going to use a library called Wicket that makes complicated stuff simple and elegant.</p>
 
-<p>How does it do that? First, it allows the web designer to work on the static contents and design of a page while allowing the developer to work on the dynamic contents of that page without stepping on each other’s toes; Second, it allows developers to work with high level concepts such as objects and properties instead of HTTP URLs, query parameters or HTML string values; Third, it comes with powerful components such as calendar, tree and data grid and it allows you to create your own components for reuse in your own project.</p>
+<p>How does it do that? First, it allows the web designer to work on the static contents and design of a page while allowing the developer to work on the dynamic contents of that page without stepping on each other&#8217;s toes; Second, it allows developers to work with high level concepts such as objects and properties instead of HTTP URLs, query parameters or HTML string values; Third, it comes with powerful components such as calendar, tree and data grid and it allows you to create your own components for reuse in your own project.</p>
 
-<p>However, don’t take our word for it! This book will quickly walk you through real world use cases to show you how to use Wicket and leave it up to you to judge.</p>
+<p>However, don&#8217;t take our word for it! This book will quickly walk you through real world use cases to show you how to use Wicket and leave it up to you to judge.</p>
 
-<h2 id="about_the_author">About the author</h2>
+<h2 id='about_the_author'>About the author</h2>
 
-<p>Kent Ka Iok Tong is the manager of the IT department of the Macau Productivity and Technology Transfer Center. With a Master degree in Computer Science from the New South Wales University, Sydney, Australia and having won the “Macao Programming Competition (Open Category)” in 1992, Mr. Tong has been involved in professional software development, training and project management since 1993. He is the author of several popular books on web technologies including Developing Web Services with Apache CXF and Axis2. He has also created an open source project “Wicket Page Test” for unit testing Wicket pages.</p>
+<p>Kent Ka Iok Tong is the manager of the IT department of the Macau Productivity and Technology Transfer Center. With a Master degree in Computer Science from the New South Wales University, Sydney, Australia and having won the &#8220;Macao Programming Competition (Open Category)&#8221; in 1992, Mr. Tong has been involved in professional software development, training and project management since 1993. He is the author of several popular books on web technologies including Developing Web Services with Apache CXF and Axis2. He has also created an open source project &#8220;Wicket Page Test&#8221; for unit testing Wicket pages.</p>
 
-<h2 id="book_details">Book details</h2>
+<h2 id='book_details'>Book details</h2>
 <table>
 	<tr>
 		<th>Title</th>

Modified: wicket/common/site/trunk/_site/learn/books/freeguide.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/freeguide.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/freeguide.html (original)
+++ wicket/common/site/trunk/_site/learn/books/freeguide.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -174,11 +174,11 @@
 
 		<div id="contentbody">
 			<h1>Wicket free guide</h1>
-			<h3 id="description">Description</h3>
+			<h3 id='description'>Description</h3>
 
-<p>Wicket framework has been around since 2004 and it’s an Apache project since 2007. During these years it has proved to be a solid and valuable solution for building enterprise web applications. Wicket core developers have done a wonderful job with this framework and they continue to improve it release after release.</p>
+<p>Wicket framework has been around since 2004 and it&#8217;s an Apache project since 2007. During these years it has proved to be a solid and valuable solution for building enterprise web applications. Wicket core developers have done a wonderful job with this framework and they continue to improve it release after release.</p>
 
-<p>However Wicket never provided a freely available documentation and even if you can find on Internet many live examples and many technical articles on it (most of them at http://www.wicket-library.com/ and at http://wicketinaction.com/), the lack of an organized and freely available documentation has always been a sore point for this framework. That’s quite an issue as many other popular frameworks (like Spring, Hibernate or Struts) offer a vast and very good documentation which substantially contributed to their success.</p>
+<p>However Wicket never provided a freely available documentation and even if you can find on Internet many live examples and many technical articles on it (most of them at http://www.wicket-library.com/ and at http://wicketinaction.com/), the lack of an organized and freely available documentation has always been a sore point for this framework. That&#8217;s quite an issue as many other popular frameworks (like Spring, Hibernate or Struts) offer a vast and very good documentation which substantially contributed to their success.</p>
 
 <p>This project is an attempt to fill this void providing a free guide to the framework that should significantly reduce its learning curve. The guide is aimed at both beginners and more advanced users of this framework.</p>
 
@@ -186,13 +186,13 @@
 
 <p>The Wicket version covered in this guide is the 6.x</p>
 
-<h3 id="author">Author</h3>
+<h3 id='author'>Author</h3>
 
 <p>Andrea Del Bene is a passionate enterprise web developer and an advocate of Apache Wicket. He started programming in Java since version 1.2 and he is a strong supporter of open source technologies.</p>
 
-<h3 id="where_can_you_find_it">Where can you find it</h3>
+<h3 id='where_can_you_find_it'>Where can you find it</h3>
 
-<p>The guide is hosted as a Google project. You can find it <a href="http://code.google.com/p/wicket-guide/">here</a>.</p>
+<p>The guide is hosted as a Google project. You can find it <a href='http://code.google.com/p/wicket-guide/'>here</a>.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/books/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/index.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -175,24 +175,7 @@
 		<div id="contentbody">
 			<h1>Books about Wicket</h1>
 			<p>Several books have been written about Apache Wicket, 5 in English, 2 in German and 1 in Japanese. Click on a cover to learn more about each book.</p>
-
-<p><a href='freeguide.html'><img alt='Apache Wicket Reference Guide' height='300px' src='freeguide.png' title='Apache Wicket Free Reference Guide' /></a></p>
-
-<p><a href='awc.html'><img alt='Apache Wicket Cookbook cover' height='300px' src='awc.png' title='Apache Wicket Cookbook' /></a></p>
-
-<p><a href='wia.html'><img alt='Wicket in Action cover' height='300px' src='wia.png' title='Wicket in Action' /></a></p>
-
-<p><a href='koda.html'><img alt=' Komponentenbasiert und objektorientiert - das alternative Java-Webframework cover' height='300px' src='koda.jpg' title=' Komponentenbasiert und objektorientiert- das alternative Java-Webframework' /></a></p>
-
-<p><a href='ewdww.html'><img alt='Enjoying Web Development with Wicket cover' height='300px' src='ewdww.png' title='Enjoying Web Development with Wicket' /></a></p>
-
-<p><a href='prowicket.html'><img alt='Pro Wicket cover' height='300px' src='prowicket.png' title='Pro Wicket' /></a></p>
-
-<p><a href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover' height='300px' src='praxisbuchwicket.png' title='Praxisbuch Wicket' /></a></p>
-
-<p><a href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java cover' height='300px' src='kwij.png' title='Wicket: Komponentenbasierte Webanwendungen in Java' /></a></p>
-
-<p><a href='wicket-jp.html'><img alt='Wicket Japanese cover' height='300px' src='wicket-jp.png' title='Wicket Japanese' /></a></p>
+<a href='freeguide.html'><img alt='Apache Wicket Reference Guide' height='300px' src='freeguide.png' title='Apache Wicket Free Reference Guide' /></a><a href='awc.html'><img alt='Apache Wicket Cookbook cover' height='300px' src='awc.png' title='Apache Wicket Cookbook' /></a><a href='wia.html'><img alt='Wicket in Action cover' height='300px' src='wia.png' title='Wicket in Action' /></a><a href='koda.html'><img alt=' Komponentenbasiert und objektorientiert - das alternative Java-Webframework cover' height='300px' src='koda.jpg' title=' Komponentenbasiert und objektorientiert- das alternative Java-Webframework' /></a><a href='ewdww.html'><img alt='Enjoying Web Development with Wicket cover' height='300px' src='ewdww.png' title='Enjoying Web Development with Wicket' /></a><a href='prowicket.html'><img alt='Pro Wicket cover' height='300px' src='prowicket.png' title='Pro Wicket' /></a><a href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover' height='300px' src='praxisbuchwicket.pn
 g' title='Praxisbuch Wicket' /></a><a href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java cover' height='300px' src='kwij.png' title='Wicket: Komponentenbasierte Webanwendungen in Java' /></a><a href='wicket-jp.html'><img alt='Wicket Japanese cover' height='300px' src='wicket-jp.png' title='Wicket Japanese' /></a>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/books/koda.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/koda.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/koda.html (original)
+++ wicket/common/site/trunk/_site/learn/books/koda.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -174,17 +174,17 @@
 
 		<div id="contentbody">
 			<h1>Books —  Komponentenbasiert und objektorientiert - das alternative Java-Webframework</h1>
-			<h2 id="description">Description</h2>
+			<h2 id='description'>Description</h2>
 
 <p>Apache Wicket ist ein komponentbasiertes Webframework, das sich in den letzten Jahren zu einem der beliebtesten Vertreter seiner Gattung gemausert hat. Man könnte diese Beliebtheit mit der einfachen Integration von Ajax oder der rigorosen Trennung von Markup und Logik erklären. Aber was Wicket wirklich über die Masse konkurrierender Frameworks erhebt, sind der Verzicht auf eine eigene Markup-Sprache und das objektorientierte Programmiermodell. Dadurch rücken Java und seine Sprachmittel stark in den Vordergrund. Das ermöglicht es erfahrenen Entwicklern, sehr schnell in die Kernkonzepte von Wicket einzusteigen und auch komplexeste Anwendungen umzusetzen.</p>
 
-<p>Ziel dieses Buchs ist es, die grundlegenden Konzepte von Wicket zu vermitteln und im weiteren Verlauf auf fortgeschrittene Aspekte einzugehen. Hierzu wird eine Beispielanwendung entwickelt und Schritt für Schritt erweitert. Anhand detaillierte Codebeispiele werden Sachverhalte wie der Wicket Request Cycle, Models, Validierung und JUnit Testing erklärt. Des Weiteren werden Themen wie Deplyoment-Szenarien (JEE6, Spring, …) , jQuery-Integration und Performance-Tuning in separaten Kapiteln behandelt. Durch Studium dieses Buchs soll ein Entwickler befähigt werden, skalierbare, wartbare Webanwendungen in Wicket zu bauen, und er soll lernen, eigene, wiederverwendbare Komponenten zu entwickeln und fremde Komponenten zu erweitern. Zielgruppe Entwickler mit soliden Java-Kenntnissen und einem Grundverständnis der wichtigen Webtechnologien wie HTML und CSS</p>
+<p>Ziel dieses Buchs ist es, die grundlegenden Konzepte von Wicket zu vermitteln und im weiteren Verlauf auf fortgeschrittene Aspekte einzugehen. Hierzu wird eine Beispielanwendung entwickelt und Schritt für Schritt erweitert. Anhand detaillierte Codebeispiele werden Sachverhalte wie der Wicket Request Cycle, Models, Validierung und JUnit Testing erklärt. Des Weiteren werden Themen wie Deplyoment-Szenarien (JEE6, Spring, &#8230;) , jQuery-Integration und Performance-Tuning in separaten Kapiteln behandelt. Durch Studium dieses Buchs soll ein Entwickler befähigt werden, skalierbare, wartbare Webanwendungen in Wicket zu bauen, und er soll lernen, eigene, wiederverwendbare Komponenten zu entwickeln und fremde Komponenten zu erweitern. Zielgruppe Entwickler mit soliden Java-Kenntnissen und einem Grundverständnis der wichtigen Webtechnologien wie HTML und CSS</p>
 
-<h2 id="about_the_author">About the author</h2>
+<h2 id='about_the_author'>About the author</h2>
 
 <p>Jochen Mader hat über zehn Jahre Erfahrung im Bereich Architektur und Entwicklung. Derzeit ist er bei der Senacor Technologies AG für verschiedene Wicket-Projekte als Technical Lead verantwortlich.</p>
 
-<h2 id="book_details">Book details</h2>
+<h2 id='book_details'>Book details</h2>
 
 <p>Titel Wicket: Komponentenbasiert und objektorientiert- das alternative Java-Webframework Autor Jochen Mader Verlag Software + Support, 2012 ISBN 3868020810, 9783868020816 Länge 219 Seiten</p>
 		</div>

Modified: wicket/common/site/trunk/_site/learn/books/kwij.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/kwij.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/kwij.html (original)
+++ wicket/common/site/trunk/_site/learn/books/kwij.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -176,7 +176,7 @@
 			<h1>Books — Wicket - Komponentenbasierte Webanwendungen in Java</h1>
 			<p>The book was written by Roland Förther, Carl-Eric Menzel and Olaf Siefart. It was published by dpunkt.verlag in December 2009.</p>
 
-<h2 id="description">Description</h2>
+<h2 id='description'>Description</h2>
 
 <p>Wicket ist ein neuer Typ Webframework für die Java-Welt: Java als Sprache rückt hier wieder in den Mittelpunkt und an die Stelle von deklarativer, XML-lastiger Programmierung tritt natürliche objektorientierte Entwicklung. Typische Probleme wie Codeduplizierung, aufwendige Ajax-Integration und kompliziertes Testen werden durch leicht zu erstellende und wiederverwendbare Komponenten radikal vereinfacht. Dieses Buch bietet Java-Entwicklern eine praxisorientierte Einführung in Wicket und zeigt, wie die Entwicklung von Webanwendungen in Java beschleunigt werden kann und wieder Spaß macht. Dazu werden die zugrunde liegenden Konzepte umfassend erklärt und anhand einer konkreten Beispielanwendung veranschaulicht, die im Laufe der Kapitel Schritt für Schritt entwickelt wird. Nach der Lektüre des Buches sind Sie in der Lage, professionelle Webanwendungen mit Wicket zu schreiben, Komponenten für die eigenen Bedürfnisse anzupassen oder sie in neue Komponenten z
 usammenzufassen. Sie erfahren zudem, wie Webanwendungen unter Einsatz von Wicket architektonisch sauber aufgebaut werden können. Umsteiger von anderen Webframeworks wie JSF und Struts lernen die wichtigsten Unterschiede zu Wicket kennen und werden in die Lage versetzt, bestehende Java-Webanwendungen schrittweise nach Wicket zu migrieren.</p>
 
@@ -200,7 +200,7 @@
 
 <p>Webentwickler Java-Entwickler Softwarearchitekten</p>
 
-<h2 id="about_the_author">About the author</h2>
+<h2 id='about_the_author'>About the author</h2>
 
 <p>Roland Förther ist Chief Developer bei der Senacor Technologies AG in Nürnberg. Seine Arbeitsschwerpunkte sind u.a. Client-Anwendungen in C unter Unix/X11 sowie in Java/Swing, Webanwendungen in Java/Struts und Ruby on Rails. Er studierte Informatik an der Friedrich-Alexander-Universität in Erlangen.</p>
 
@@ -208,7 +208,7 @@
 
 <p>Olaf Siefart ist Chief Developer bei der Senacor Technologies AG, wo er mit J2EE-Applikationen und Client-Architekturen (Webanwendungen) arbeitet. Er absolvierte sein Studium der Informatik an der Universität Marburg.</p>
 
-<h2 id="book_details">Book details</h2>
+<h2 id='book_details'>Book details</h2>
 
 <p>Title Wicket: Komponentenbasierte Webanwendungen in Java Author Roland Förther, Carl-Eric Menzel and Olaf Siefart Version covered Wicket 1.4 URL Wicket: Komponentenbasierte Webanwendungen in Java Hardcover 350 pages Publisher dpunkt Date December, 2009 Language German ISBN-13 978-3-89864-569-0 Buy dpunkt Amazon</p>
 		</div>

Modified: wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -176,7 +176,7 @@
 			<h1>Books — Praxisbuch Wicket</h1>
 			<p>Praxisbuch Wicket, written by by Michael Mosmann. It was published by Hanser Fachbuch in September 2009.</p>
 
-<h2 id="description">Description</h2>
+<h2 id='description'>Description</h2>
 
 <p>DER SCHNELLE WEG ZU WEB 2.0</p>
 
@@ -184,15 +184,15 @@
 
 <p>In diesem Buch erfahren Sie, wie Wicket Sie bei der Entwicklung von Web-2.0-Anwendungen unterstützt und welche Vorteile es bietet. Der Autor entwickelt gemeinsam mit Ihnen eine komplette Anwendung, erklärt unterwegs die wesentlichen Konzepte von Wicket und zeigt elegante, praxiserprobte Lösungen u.a. für Aufgabenstellungen wie suchmaschinenoptimierte Seiten oder Applikationen mit Desktop-Charakter.</p>
 
-<p>Das umfangreiche Kapitel “Wicket in der Praxis” bietet Ihnen eine Reihe von effektiven Lösungsvorschlägen für typische Aufgabenstellungen.</p>
+<p>Das umfangreiche Kapitel &#8220;Wicket in der Praxis&#8221; bietet Ihnen eine Reihe von effektiven Lösungsvorschlägen für typische Aufgabenstellungen.</p>
 
 <p>Aus dem Inhalt: Die Grundstruktur aufsetzen und mit Leben füllen - Die Wicket-Architektur - Modelle - Komponenten - Basiskomponenten - Listen und Tabellen - Formulare - Sessions und Security - Wicket in der Praxis - Fehlersuche</p>
 
-<h2 id="about_the_author">About the author</h2>
+<h2 id='about_the_author'>About the author</h2>
 
 <p>Michael Mosmann has more than 10 years of Java experience, especially with web based b2c application.</p>
 
-<h2 id="book_details">Book details</h2>
+<h2 id='book_details'>Book details</h2>
 
 <p>Title Praxisbuch Wicket: Professionelle Web-2.0-Anwendungen entwickeln Author Michael Mosmann Version covered Wicket 1.4 URL Praxisbuch Wicket Hardcover 312 pages Publisher Hanser Date September 1, 2009 Language German ISBN-10 3446419098 ISBN-13 978-3446419094 Buy Amazon Hanser</p>
 		</div>

Modified: wicket/common/site/trunk/_site/learn/books/prowicket.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/prowicket.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/prowicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/prowicket.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -176,21 +176,21 @@
 			<h1>Books — Pro Wicket</h1>
 			<p>Pro Wicket, written by by Karthik Gurumurthy, is the first book about Wicket, and covers Wicket 1.2. It was published by Apress in September 2006.</p>
 
-<h2 id="description">Description</h2>
+<h2 id='description'>Description</h2>
 
 <p>Wicket is an open source, component-oriented (POJOs-based), lightweight Java web application development framework that brings the Java Swing event-based programming model to web development. Wicket pages can be mocked up, previewed, and later revised using standard WYSIWYG HTML design tools.</p>
 
 <p>Wicket provides stateful components, thereby improving productivity. It has an architecture and rich component suite that aims to bring back the object orientation and, more importantly, the fun that is missing from the Java web development space. With the impending 1.2 release, Wicket is set for wider adoption.</p>
 
-<p>Pro Wicket gets you up and running quickly with this framework. You’ll learn how to configure Wicket, then gradually gain exposure to the “Wicket way” of addressing web development requirements. You’ll want to pick up a copy because it</p>
+<p>Pro Wicket gets you up and running quickly with this framework. You&#8217;ll learn how to configure Wicket, then gradually gain exposure to the &#8220;Wicket way&#8221; of addressing web development requirements. You&#8217;ll want to pick up a copy because it</p>
 
 <p>Is the first book to cover the Wicket framework with Spring integration and Ajax features Demonstrates all major wicket capabilities through simple examples Covers important aspects like Wicket-Spring integration and Ajax support</p>
 
-<h2 id="about_the_author">About the author</h2>
+<h2 id='about_the_author'>About the author</h2>
 
 <p>Karthik Gurumurthy has been associated with the IT industry for more than six years now and has employed open source libraries to solve business problems. Karthik also has the experience of having documented a popular open source project: XDoclet2. He has been having a great time with Wicket since day one of adoption and would like to let others know how Wicket succeeds in bringing back the fun that has been missing in the Java web development space. He also contributed to the Wicket project through the Wicket-Spring integration module using Jakarta Commons Attributes.</p>
 
-<h2 id="book_details">Book details</h2>
+<h2 id='book_details'>Book details</h2>
 
 <p>Title Pro Wicket Author Karthik Gurumurthy Version covered Wicket 1.2 URL Pro Wicket Hardcover 328 pages Publisher Apress Date September 7, 2006 Language English ISBN-10 1590597222 ISBN-13 978-1590597224 Buy Amazon Apress</p>
 		</div>

Modified: wicket/common/site/trunk/_site/learn/books/wia.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/wia.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wia.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wia.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -176,19 +176,19 @@
 			<h1>Wicket in Action</h1>
 			<p>Wicket in Action is written by Martijn Dashorst and Eelco Hillenius and is published by Manning. The book is currently in the final stages of production and will soon be available as a hard copy. Early access to the manuscript is available from the publishers site.</p>
 
-<h3 id="description">Description</h3>
+<h3 id='description'>Description</h3>
 
 <p>There are dozens of Java frameworks out there, but most of them require you to learn special coding techniques and new, often rigid, patterns of development. Wicket is different. As a component-based Web application framework, Wicket lets you build maintainable enterprise-grade web applications using the power of plain old Java objects (POJOs), HTML, Ajax, Spring, Hibernate and Maven. Wicket automatically manages state at the component level, which means no more awkward HTTPSession objects. Its elegant programming model enables you to write rich web applications quickly.</p>
 
-<p>Wicket in Action is the authoritative, comprehensive guide for Java developers building Wicket-based Web applications. This book starts with an introduction to Wicket’s structure and components, and moves quickly into examples of Wicket at work. Written by two of the project’s earliest and most authoritative experts, this book shows you both the “how-to” and the “why” of Wicket. As you move through the book, you’ll learn to use and customize Wicket components, how to interact with other technologies like Spring and Hibernate, and how to build rich, Ajax-driven features into your applications.</p>
+<p>Wicket in Action is the authoritative, comprehensive guide for Java developers building Wicket-based Web applications. This book starts with an introduction to Wicket&#8217;s structure and components, and moves quickly into examples of Wicket at work. Written by two of the project&#8217;s earliest and most authoritative experts, this book shows you both the &#8220;how-to&#8221; and the &#8220;why&#8221; of Wicket. As you move through the book, you&#8217;ll learn to use and customize Wicket components, how to interact with other technologies like Spring and Hibernate, and how to build rich, Ajax-driven features into your applications.</p>
 
-<h3 id="authors">Authors</h3>
+<h3 id='authors'>Authors</h3>
 
 <p>Martijn Dashorst is a software engineer with over 10 years of experience in software development. He has been actively involved in the Wicket project since it was open sourced, and has presented Wicket as a speaker at numerous conferences, including JavaOne and JavaPolis.</p>
 
-<p>Eelco Hillenius is an experienced software developer who has been part of Wicket’s core team almost from the start. He works for Teachscape where he helping to build the next elearning platform. A Dutch native, he currently lives in Seattle.</p>
+<p>Eelco Hillenius is an experienced software developer who has been part of Wicket&#8217;s core team almost from the start. He works for Teachscape where he helping to build the next elearning platform. A Dutch native, he currently lives in Seattle.</p>
 
-<h3 id="book_details">Book details</h3>
+<h3 id='book_details'>Book details</h3>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/books/wicket-jp.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/wicket-jp.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wicket-jp.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wicket-jp.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -178,15 +178,15 @@
 
 <p>This is the only book in Japanese covering Apache Wicket. It discusses Wicket 1.4.</p>
 
-<h2 id="description">Description</h2>
+<h2 id='description'>Description</h2>
 
 <p>After all just Java and HTML. To complex applications using Ajax, XML created without light. Recover the object-oriented server-side. Apache Wicket 1.4-RC2 support.</p>
 
-<h2 id="about_the_author">About the author</h2>
+<h2 id='about_the_author'>About the author</h2>
 
-<p>Yano Tsutomu Born in Osaka in 1973. He joined the system development company, is currently working as a freelance programmer and retired. In 2008 Wicket User Group “Wicket-ja” up and, to the present (this data is published at the time was that this book was published.)</p>
+<p>Yano Tsutomu Born in Osaka in 1973. He joined the system development company, is currently working as a freelance programmer and retired. In 2008 Wicket User Group &#8220;Wicket-ja&#8221; up and, to the present (this data is published at the time was that this book was published.)</p>
 
-<h2 id="book_details">Book details</h2>
+<h2 id='book_details'>Book details</h2>
 
 <p>Paperback: 431 pages Publisher: Hidekazu system (2009/03) ISBN-10: 4798022217 ISBN-13: 978-4798022215 Release Date: 2009/03</p>
 		</div>

Modified: wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html?rev=1565134&r1=1565133&r2=1565134&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html Thu Feb  6 09:34:04 2014
@@ -95,10 +95,10 @@
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">Wicket 6.13</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
 		</li>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.22">Wicket 1.4</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
@@ -174,15 +174,15 @@
 
 		<div id="contentbody">
 			<h1>Ajax Counter</h1>
-			<p>This example shows you how to use Wicket’s Ajax behaviors and components by building a simple counter that updates through Ajax link clicks.</p>
+			<p>This example shows you how to use Wicket&#8217;s Ajax behaviors and components by building a simple counter that updates through Ajax link clicks.</p>
 
 <p>In all the Wicket examples, you have to put all files in the same package directory. This means putting the markup files and the java files next to one another. It is possible to alter this behavior, but that is beyond the scope of this example. The only exception is the obligatory <code>web.xml</code> file which should reside in the <code>WEB-INF/</code> directory of your web application root folder.</p>
 
-<p>In this example we assume you already have read and understood the other examples which give you information on the structure and nature of Wicket applications. Specifically read and understand the <a href="helloworld.html">Hello, World example</a>.</p>
+<p>In this example we assume you already have read and understood the other examples which give you information on the structure and nature of Wicket applications. Specifically read and understand the <a href='helloworld.html'>Hello, World example</a>.</p>
 
-<h2 id="counter_page">Counter page</h2>
+<h2 id='counter_page'>Counter page</h2>
 
-<p>First we’ll create a page that just counts the number of times a link has been clicked. In the following markup you’ll see a link and a label.</p>
+<p>First we&#8217;ll create a page that just counts the number of times a link has been clicked. In the following markup you&#8217;ll see a link and a label.</p>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;head&gt;&lt;/head&gt;</span>
 <span class='nt'>&lt;body&gt;</span>
@@ -192,8 +192,9 @@
     <span class='nt'>&lt;/p&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre></div>
-<p>The link component will refresh the page and the label will replace the text ‘nr of times’ with the count. Take a look at the following Java file to see how it works on the Java side:</p>
+</code></pre>
+</div>
+<p>The link component will refresh the page and the label will replace the text &#8216;nr of times&#8217; with the count. Take a look at the following Java file to see how it works on the Java side:</p>
 <div class='highlight'><pre><code class='java'><span class='kn'>package</span> <span class='n'>wicket</span><span class='o'>.</span><span class='na'>quickstart</span><span class='o'>;</span>
 
 <span class='kn'>import</span> <span class='nn'>wicket.Component</span><span class='o'>;</span>
@@ -218,16 +219,17 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>&lt;</span><span class='n'>Integer</span><span class='o'>&gt;(</span><span class='s'>&quot;counter&quot;</span><span class='o'>,</span> <span class='n'>model</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre></div>
+</code></pre>
+</div>
 <p>In this class we created a <code>Model</code> subclass that increases its counter everytime the <code>getObject</code> method gets called, and returns its value. We set this model on the label component, so that each time the label gets rendered the counter gets increased.</p>
 
-<p>The link doesn’t do anything, just listen to the requests and update the page. If you run this code in your application (download the Quickstart project and copy/paste the code in the homepage for a quick experience).</p>
+<p>The link doesn&#8217;t do anything, just listen to the requests and update the page. If you run this code in your application (download the Quickstart project and copy/paste the code in the homepage for a quick experience).</p>
 
-<p>The page gets fully refreshed with each link click. That is not very web 2.0, so let’s make it more modern by adding some Ajax stuff.</p>
+<p>The page gets fully refreshed with each link click. That is not very web 2.0, so let&#8217;s make it more modern by adding some Ajax stuff.</p>
 
-<h2 id="adding_ajax">Adding Ajax</h2>
+<h2 id='adding_ajax'>Adding Ajax</h2>
 
-<p>To make this a more modern UI we’ll have to change a couple of things. First we need to make the link an Ajax link. Wicket provides several types of Ajax links, but the best one for our purposes is the <code>AjaxFallbackLink</code>, as it provides a fallback to a normal request in case no Ajax is available.</p>
+<p>To make this a more modern UI we&#8217;ll have to change a couple of things. First we need to make the link an Ajax link. Wicket provides several types of Ajax links, but the best one for our purposes is the <code>AjaxFallbackLink</code>, as it provides a fallback to a normal request in case no Ajax is available.</p>
 <div class='highlight'><pre><code class='java'><span class='kn'>package</span> <span class='n'>wicket</span><span class='o'>.</span><span class='na'>quickstart</span><span class='o'>;</span>
 
 <span class='kn'>import</span> <span class='nn'>wicket.Component</span><span class='o'>;</span>
@@ -254,8 +256,9 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>&lt;</span><span class='n'>Integer</span><span class='o'>&gt;(</span><span class='s'>&quot;counter&quot;</span><span class='o'>,</span> <span class='n'>model</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre></div>
-<p>As you can see, the <code>Link</code> has been replaced with the <code>AjaxFallbackLink</code>, and the <code>onClick</code> method now takes a new argument: the <code>AjaxRequestTarget</code>. If you want a component to be updated in the Ajax request, you’ll have to add them to the target. So let’s alter the file to make it possible to add the label to the request target.</p>
+</code></pre>
+</div>
+<p>As you can see, the <code>Link</code> has been replaced with the <code>AjaxFallbackLink</code>, and the <code>onClick</code> method now takes a new argument: the <code>AjaxRequestTarget</code>. If you want a component to be updated in the Ajax request, you&#8217;ll have to add them to the target. So let&#8217;s alter the file to make it possible to add the label to the request target.</p>
 <div class='highlight'><pre><code class='java'><span class='kn'>package</span> <span class='n'>wicket</span><span class='o'>.</span><span class='na'>quickstart</span><span class='o'>;</span>
 
 <span class='kn'>import</span> <span class='nn'>wicket.Component</span><span class='o'>;</span>
@@ -286,16 +289,17 @@
         <span class='n'>add</span><span class='o'>(</span><span class='n'>label</span><span class='o'>);</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre></div>
-<p>We’ve moved the instantiation of the label to the beginning of the page constructor and made a local, final variable. This way we can reference the label in the event handler of the link component.</p>
+</code></pre>
+</div>
+<p>We&#8217;ve moved the instantiation of the label to the beginning of the page constructor and made a local, final variable. This way we can reference the label in the event handler of the link component.</p>
 
-<p>We also had to call <code>setOutputMarkupId(true)</code> on the label to be able to update the component when the request is returned to the client browser. If we don’t, Wicket will not know how to update the markup in the client.</p>
+<p>We also had to call <code>setOutputMarkupId(true)</code> on the label to be able to update the component when the request is returned to the client browser. If we don&#8217;t, Wicket will not know how to update the markup in the client.</p>
 
-<p>If you put this code into your page’s class, then you’ll have a working Ajax updating counter.</p>
+<p>If you put this code into your page&#8217;s class, then you&#8217;ll have a working Ajax updating counter.</p>
 
-<h2 id="summary">Summary</h2>
+<h2 id='summary'>Summary</h2>
 
-<p>Working with Ajax and Wicket using the standard Wicket libraries doesn’t require a degree in JavaScript. Even better, you don’t necessarily need to update your markup file to work with Ajax. In this (simple) example we were able to add Ajax behavior to the page without touching the markup file.</p>
+<p>Working with Ajax and Wicket using the standard Wicket libraries doesn&#8217;t require a degree in JavaScript. Even better, you don&#8217;t necessarily need to update your markup file to work with Ajax. In this (simple) example we were able to add Ajax behavior to the page without touching the markup file.</p>
 
 <p>The most important lesson here is that in order to update components using Ajax is that you need to add those components to the <code>AjaxRequestTarget</code> and that the components that are to be updated in that request, should have <code>setOutputMarkupId(true)</code>.</p>
 		</div>