You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2013/11/07 15:08:40 UTC

svn commit: r1539647 [8/10] - in /wicket/common/site/trunk: ./ _includes/ _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/ _...

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,204 +174,191 @@
 
 		<div id="contentbody">
 			<h1>Welcome to Apache Wicket</h1>
-			<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>
+			
+<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_6110_released'><a href='/2013/09/20/wicket-6.11.0-released.html'>Apache Wicket 6.11.0 released</a></h1>
-<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p><p>This release marks the eleventh 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><h4 id='new_html5attributes_behavior'>New HTML5Attributes behavior</h4><p>HTML5 attribute support in Wicket continues to be improved upon. Add the new HTML5Attributes behavior to your text fields or buttons and Wicket will add the relevant HTML5 attributes based on the state of your components:</p><ul>
-<li>adds &#8220;required&#8221; if your form component is required</li>
+<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>adds &#8220;placeholder&#8221; for the label of your form component</li>
+<li>Add support for parsing IE 11 user agent</li>
 
-<li>adds &#8220;pattern&#8221; if your form component has a PatternValidator attached</li>
+<li>Log the exception if the application cannot start properly</li>
 
-<li>adds &#8220;formnovalidate&#8221; if your button has default form processing set to false</li>
-</ul><p>This behavior replaces the functionality from 6.10 where HTML5 attributes were added automatically (see <a href='https://issues.apache.org/jira/browse/WICKET-5289'>WICKET-5289</a> and <a href='https://issues.apache.org/jira/browse/WICKET-5331'>WICKET-5331</a>)</p><h4 id='beanvalidation_receives_french_translation'>BeanValidation receives french translation</h4><p>The BeanValidation project now has a french translation for validation errors:</p><ul>
-<li>Le champ &#8216;${label}&#8217; ne doit pas être null</li>
+<li>Add Wicket.Event.unsubscribe method</li>
 
-<li>Le champ &#8216;${label}&#8217; pourrait contenir du contenu HTML dangereux</li>
-</ul><p>Bonne chance!</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. 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&#8217;s init method:</p>
-<p><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></p></p>
-<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:
+<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&#8217
 ;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.11.0<span class='nt'>&lt;/version&gt;</span>
+</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.11.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
+<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.11.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries</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_6110'>Release Notes - Wicket - Version 6.11.0</h3><h4 id='bug'>Bug</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5313'>WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</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-5315'>WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</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-5316'>WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</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-5319'>WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</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-5322'>WICKET-5322</a> - &#8220;Source code&#8221; link doesn&#8217;t work at wicket-library.com</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-5325'>WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</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-5329'>WICKET-5329</a> - &#8220;Required&#8221; flag initialized too early in PropertyValidator</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-5332'>WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</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-5334'>WICKET-5334</a> - KittenCaptcha example is broken in IE10</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-5335'>WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</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-5339'>WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</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-5343'>WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5382'>WICKET-5382</a> - AutoComplete JavaScript errors</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5345'>WICKET-5345</a> - Url.canonical() breaks when there are two consecutive &#8220;parent&#8221; segments followed by a normal segment</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-5348'>WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</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-5327'>WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
+<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-5331'>WICKET-5331</a> - Make html5 form validation configurable</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><a href='https://issues.apache.org/jira/browse/WICKET-5333'>WICKET-5333</a> - wicket-bean-validation french translation</li>
+<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-5341'>WICKET-5341</a> - JavaDoc for IFormValidator</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5381'>WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5354'>WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</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='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 id='apache_wicket_6100_released'><a href='/2013/08/18/wicket-6.10.0-released.html'>Apache Wicket 6.10.0 released</a></h1>
-<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p><p>This release marks the tenth 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><ul>
-<li>
-<p>Required text form components now emit the HTML5 required attribute</p>
-</li>
+<h1 id="apache_wicket_6110_released"><a href="/2013/09/20/wicket-6.11.0-released.html">Apache Wicket 6.11.0 released</a></h1>
+<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p><p>This release marks the eleventh 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><h4 id='new_html5attributes_behavior'>New HTML5Attributes behavior</h4><p>HTML5 attribute support in Wicket continues to be improved upon. Add the new HTML5Attributes behavior to your text fields or buttons and Wicket will add the relevant HTML5 attributes based on the state of your components:</p><ul>
+<li>adds “required” if your form component is required</li>
 
-<li>
-<p>URLs with username/passwords in them will now be parsed correctly http://me:secret@localhost and http://me:secret@localhost:8080 will no longer trigger an invalid number exception</p>
-</li>
+<li>adds “placeholder” for the label of your form component</li>
 
-<li>
-<p>OnEventHeaderItem uses JavaScript event registration, instead of inline DOM attributes, so it should remove &#8216;on&#8217; prefixes when it is provided by the user application. For example: onclick =&gt; click.</p>
-</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&#8217;s init method:</p>
-<p><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></p></p>
-<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
+<li>adds “pattern” if your form component has a PatternValidator attached</li>
+
+<li>adds “formnovalidate” if your button has default form processing set to false</li>
+</ul><p>This behavior replaces the functionality from 6.10 where HTML5 attributes were added automatically (see <a href='https://issues.apache.org/jira/browse/WICKET-5289'>WICKET-5289</a> and <a href='https://issues.apache.org/jira/browse/WICKET-5331'>WICKET-5331</a>)</p><h4 id='beanvalidation_receives_french_translation'>BeanValidation receives french translation</h4><p>The BeanValidation project now has a french translation for validation errors:</p><ul>
+<li>Le champ ‘${label}’ ne doit pas être null</li>
+
+<li>Le champ ‘${label}’ pourrait contenir du contenu HTML dangereux</li>
+</ul><p>Bonne chance!</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. 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><h3 id='using_this_release'>Using this release</h3><p>With Apache Maven update your dependency to (and don&#8217;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>
+</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.10.0<span class='nt'>&lt;/version&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>6.11.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.10.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.10.0</a></li>
+<li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.11.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
 
-<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries</a></li>
+<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.11.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_6100'>Release Notes - Wicket - Version 6.10.0</h3><h4 id='subtask'>Sub-task</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5248'>WICKET-5248</a> - OnEventHeaderItem is still broken in 6.9.0</li>
-</ul><h4 id='bug'>Bug</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5135'>WICKET-5135</a> - wicket-atmosphere EventBus constructor throws NullPointerException under invalid state</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5164'>WICKET-5164</a> - PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId</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-5250'>WICKET-5250</a> - Minified css/js gets compressed</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5251'>WICKET-5251</a> - Minified name resolves incorrectly if default resource reference is used</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5256'>WICKET-5256</a> - Allow configuring the resource used by ResourceStreamRequestHandler</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5259'>WICKET-5259</a> - Url can&#39;t parse urls with username and password</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5260'>WICKET-5260</a> - UrlRenderer#renderUrl() doesn&#39;t preserve the host</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5263'>WICKET-5263</a> - FilenameWithVersionResourceCachingStrategy breaks silently when the versionPrefix is contained in the original filename</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5266'>WICKET-5266</a> - Issue with TomcatWebSocketFilter and Spring Security</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5268'>WICKET-5268</a> - ComponentRenderer.renderComponent fails to render two components with different component IDs</li>
+</ul><p>Have fun!</p><p>— The Wicket team</p><h3 id='release_notes__wicket__version_6110'>Release Notes - Wicket - Version 6.11.0</h3><h4 id='bug'>Bug</h4><ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5313'>WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5269'>WICKET-5269</a> - XmlAjaxResponse restores wrong response</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5315'>WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5272'>WICKET-5272</a> - NPE on unmount in BookmarkableMapper.java:189</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5316'>WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5273'>WICKET-5273</a> - Tabindex overwritten in modal window for IE - Works in FF, Chrome</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5319'>WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5279'>WICKET-5279</a> - o.a.w.a.AtmosphereBehavior onBroadcast should log DEBUG, not INFO</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5322'>WICKET-5322</a> - “Source code” link doesn’t work at wicket-library.com</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5287'>WICKET-5287</a> - NumberFormatException when parsing the port from Requests with invalid URIs</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5325'>WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5291'>WICKET-5291</a> - Dependencies of Resource Bundle References are ignored</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5329'>WICKET-5329</a> - “Required” flag initialized too early in PropertyValidator</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5294'>WICKET-5294</a> - MarkupCache ignores enforceReload flag</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5332'>WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5298'>WICKET-5298</a> - Wicket Example for effects with Prototype is broken</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5334'>WICKET-5334</a> - KittenCaptcha example is broken in IE10</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5300'>WICKET-5300</a> - ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5335'>WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5302'>WICKET-5302</a> - Using InlineEnclosure leads to two re-renderings of the controlling child component</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5339'>WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5306'>WICKET-5306</a> - Dynamic and static extra paramaters not evaluated in ajax submitting behavior in a multipart form</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5343'>WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5309'>WICKET-5309</a> - No page id appended to some stateful pages using repeaters</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5345'>WICKET-5345</a> - Url.canonical() breaks when there are two consecutive “parent” segments followed by a normal segment</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5310'>WICKET-5310</a> - if wicket is an external lib, BundleStringResourceLoader doesn&#39;t work</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5348'>WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</li>
 </ul><h4 id='improvement'>Improvement</h4><ul>
-<li><a href='https://issues.apache.org/jira/browse/WICKET-4993'>WICKET-4993</a> - Add a minInputLength parameter to AutoCompleteTextField</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5270'>WICKET-5270</a> - Do not set the location.hash when clicking on a link</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5276'>WICKET-5276</a> - JavaDoc &#38; API for IConverter</li>
-
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5277'>WICKET-5277</a> - PropertiesFactory - customizable properties loading</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5327'>WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5289'>WICKET-5289</a> - setRequired(true) should add the HTML5 &#34;required&#34; attribute on &#60;input&#62; and &#60;textarea&#62; elements</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5331'>WICKET-5331</a> - Make html5 form validation configurable</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5295'>WICKET-5295</a> - UrlResourceStream#getData content-type detection relies on flawed logic in URLConnection#getContentType</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5333'>WICKET-5333</a> - wicket-bean-validation french translation</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5296'>WICKET-5296</a> - OnEventHeaderItem should remove &#39;on&#39; prefix for the event name</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5341'>WICKET-5341</a> - JavaDoc for IFormValidator</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5303'>WICKET-5303</a> - Static id counter AbstractToolbar prevents stable component paths for testing</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5354'>WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</li>
+</ul><h1>Older news items</h1><ul>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5304'>WICKET-5304</a> - AbstractResource should check for error code first before for modifications</li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET-5307'>WICKET-5307</a> - Export resources&#39; version cache attribute as request cycle metadata</li>
-</ul><h1>Older news items</h1><ul>
+<li>
+        <a href='/2013/08/18/wicket-6.10.0-released.html'>Apache Wicket 6.10.0 released</a> - <span>18 Aug 2013</span><br />
+        The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0! This release marks the tenth minor release of Wicket 6. Starting with Wicket 6...
+        <a href='/2013/08/18/wicket-6.10.0-released.html'>more</a></li>
 
 
 <li>
@@ -427,17 +414,27 @@ com.example.HomePage$AForm cannot be a n
         The Apache Wicket PMC is proud to announce Apache Wicket 6.4.0! This release marks the fourth minor release of Wicket 6. Starting with Wicket 6...
         <a href='/2012/12/14/wicket-6.4.0-released.html'>more</a></li>
 
-
-<li>
-        <a href='/2012/11/16/wicket-6.3.0-released.html'>Apache Wicket 6.3.0 released</a> - <span>16 Nov 2012</span><br />
-        The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0! This release marks the third minor release of Wicket 6. Starting with Wicket 6...
-        <a href='/2012/11/16/wicket-6.3.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>
-<a href='/learn/books/awc.html'><img src='/learn/books/awc.png' height='200px' /></a><a href='/learn/books/wia.html'><img src='/learn/books/wia.png' height='200px' /></a><a href='/learn/books/ewdww.html'><img src='/learn/books/ewdww.png' height='200px' /></a><a href='/learn/books/prowicket.html'><img src='/learn/books/prowicket.png' height='200px' /></a><a href='/learn/books/kwij.html'><img src='/learn/books/kwij.png' height='200px' /></a><a href='/learn/books/praxisbuchwicket.html'><img src='/learn/books/praxisbuchwicket.png' height='200px' /></a><a href='/learn/books/wicket-jp.html'><img src='/learn/books/wicket-jp.png' height='200px' /></a><a href='/learn/books/koda.html'><img src='/learn/books/koda.jpg' height='200px' /></a>
+
+<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>
+
 		</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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/awc.html (original)
+++ wicket/common/site/trunk/_site/learn/books/awc.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,22 +174,23 @@
 
 		<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&#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 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 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>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>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&#8217;s form processing</li>
+<li>Make forms work in the crazy world of the Web by learning the ways of Wicket’s form processing</li>
 
 <li>Simplify localizing your Wicket applications</li>
 
@@ -197,30 +198,30 @@
 
 <li>Leverage the built-in Table component to make displaying tabular data a snap</li>
 
-<li>Think Wicket&#8217;s Borders are not very useful? Learn to use them in unexpected places to simplify things</li>
+<li>Think Wicket’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&#8217;s AJAX support and bring your application into Web 2.0</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>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&#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>
+<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>
 
-<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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/ewdww.html (original)
+++ wicket/common/site/trunk/_site/learn/books/ewdww.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,21 +174,22 @@
 
 		<div id="contentbody">
 			<h1>Books — Enjoying Web Development with Wicket</h1>
-			<p>Enjoying Web Development with Wicket is written by Kent Tong and is self published.</p>
+			
+<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&#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>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>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>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>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>
+<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>
 
-<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 &#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>
+<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>
 
-<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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/freeguide.html (original)
+++ wicket/common/site/trunk/_site/learn/books/freeguide.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,11 +174,12 @@
 
 		<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&#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>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>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>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>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 +187,14 @@
 
 <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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,8 +174,27 @@
 
 		<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>
-<a href='freeguide.html'><img alt='Apache Wicket Reference Guide' src='freeguide.png' title='Apache Wicket Free Reference Guide' height='300px' /></a><a href='awc.html'><img alt='Apache Wicket Cookbook cover' src='awc.png' title='Apache Wicket Cookbook' height='300px' /></a><a href='wia.html'><img alt='Wicket in Action cover' src='wia.png' title='Wicket in Action' height='300px' /></a><a href='koda.html'><img alt=' Komponentenbasiert und objektorientiert - das alternative Java-Webframework cover' src='koda.jpg' title=' Komponentenbasiert und objektorientiert- das alternative Java-Webframework' height='300px' /></a><a href='ewdww.html'><img alt='Enjoying Web Development with Wicket cover' src='ewdww.png' title='Enjoying Web Development with Wicket' height='300px' /></a><a href='prowicket.html'><img alt='Pro Wicket cover' src='prowicket.png' title='Pro Wicket' height='300px' /></a><a href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover' src='praxisbuchwicket.png' title='Praxi
 sbuch Wicket' height='300px' /></a><a href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java cover' src='kwij.png' title='Wicket: Komponentenbasierte Webanwendungen in Java' height='300px' /></a><a href='wicket-jp.html'><img alt='Wicket Japanese cover' src='wicket-jp.png' title='Wicket Japanese' height='300px' /></a>
+			
+<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>
+
 		</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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/koda.html (original)
+++ wicket/common/site/trunk/_site/learn/books/koda.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,19 +174,21 @@
 
 		<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, &#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>
+<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>
 
-<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>
         <div id="clearer"></div>
 		<div id="footer"><span>

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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/kwij.html (original)
+++ wicket/common/site/trunk/_site/learn/books/kwij.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,9 +174,10 @@
 
 		<div id="contentbody">
 			<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>
+			
+<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 +201,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,9 +209,10 @@
 
 <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>
         <div id="clearer"></div>
 		<div id="footer"><span>

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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,9 +174,10 @@
 
 		<div id="contentbody">
 			<h1>Books — Praxisbuch Wicket</h1>
-			<p>Praxisbuch Wicket, written by by Michael Mosmann. It was published by Hanser Fachbuch in September 2009.</p>
+			
+<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,17 +185,18 @@
 
 <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 &#8220;Wicket in der Praxis&#8221; bietet Ihnen eine Reihe von effektiven Lösungsvorschlägen für typische Aufgabenstellungen.</p>
+<p>Das umfangreiche Kapitel “Wicket in der Praxis” 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>
         <div id="clearer"></div>
 		<div id="footer"><span>

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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/prowicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/prowicket.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,25 +174,27 @@
 
 		<div id="contentbody">
 			<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>
+			
+<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&#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>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>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>
         <div id="clearer"></div>
 		<div id="footer"><span>

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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wia.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wia.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,21 +174,23 @@
 
 		<div id="contentbody">
 			<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>
+			
+<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&#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>
+<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>
 
-<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&#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>
+<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>
+
+<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=1539647&r1=1539646&r2=1539647&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wicket-jp.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wicket-jp.html Thu Nov  7 14:08:37 2013
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">Wicket 6.11</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">Wicket 6.12</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -174,21 +174,23 @@
 
 		<div id="contentbody">
 			<h1>Thorough use of open source Web application development Wicket</h1>
-			<p>** NB. This page has been automatically translated as the Wicket developers are unable to speak or read Japanese. Better translations are welcome!</p>
+			
+<p>** NB. This page has been automatically translated as the Wicket developers are unable to speak or read Japanese. Better translations are welcome!</p>
 
 <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 &#8220;Wicket-ja&#8221; 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 “Wicket-ja” 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>
         <div id="clearer"></div>
 		<div id="footer"><span>