You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2013/11/05 23:12:42 UTC

svn commit: r1539155 [2/3] - in /wicket/common/site/trunk: _includes/ _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/05...

Modified: wicket/common/site/trunk/_site/2013/01/23/wicket-6.5.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/01/23/wicket-6.5.0-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/01/23/wicket-6.5.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/01/23/wicket-6.5.0-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -198,8 +198,7 @@
 		<span class='n'>attributes</span><span class='o'>.</span><span class='na'>setChannel</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>AjaxChannel</span><span class='o'>(</span><span class='s'>&quot;globalAjaxChannel&quot;</span><span class='o'>,</span> <span class='n'>AjaxChannel</span><span class='o'>.</span><span class='na'>Type</span><span class='o'>.</span><span class='na'>ACTIVE</span><span class='o'>));</span>
 	<span class='o'>}</span>
 <span class='o'>});</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Each Ajax behavior/component can override such global settings.</p>
 
 <h3 id='using_this_release'>Using this release</h3>
@@ -210,8 +209,7 @@
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>6.5.0<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/2013/02/15/wicket-6.6.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/02/15/wicket-6.6.0-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/02/15/wicket-6.6.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/02/15/wicket-6.6.0-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -191,8 +191,7 @@
 <p>So you can use the following markup:</p>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;label</span> <span class='na'>wicket:for=</span><span class='s'>&quot;someinput&quot;</span><span class='nt'>&gt;</span>Some label<span class='nt'>&lt;/label&gt;</span>
 <span class='nt'>&lt;input</span> <span class='na'>wicket:id=</span><span class='s'>&quot;someinput&quot;</span> <span class='na'>type=</span><span class='s'>&quot;text&quot;</span><span class='nt'>&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h4 id='added_a_callback_for_an_invalidated_session'>Added a callback for an invalidated session</h4>
 
 <p>Session is extended with a life cycle event called <code>onInvalidate()</code>. This method is executed when the user session is invalidated either by explicit call to <code>org.apache.wicket.Session#invalidate()</code> or due to HttpSession expiration.</p>
@@ -207,8 +206,7 @@
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>6.6.0<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/2013/02/26/wicket-1.5.10-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/02/26/wicket-1.5.10-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/02/26/wicket-1.5.10-released.html (original)
+++ wicket/common/site/trunk/_site/2013/02/26/wicket-1.5.10-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -188,8 +188,7 @@
     <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.10<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.10'>full distribution</a> (including source)</li>
 </ul>

Modified: wicket/common/site/trunk/_site/2013/03/03/cve-2012-5636.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/03/03/cve-2012-5636.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/03/03/cve-2012-5636.html (original)
+++ wicket/common/site/trunk/_site/2013/03/03/cve-2012-5636.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/2013/04/12/wicket-6.7.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/04/12/wicket-6.7.0-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/04/12/wicket-6.7.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/04/12/wicket-6.7.0-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -198,8 +198,7 @@
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>6.7.0<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/2013/05/17/wicket-6.8.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/05/17/wicket-6.8.0-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/05/17/wicket-6.8.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/05/17/wicket-6.8.0-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -186,8 +186,7 @@
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>6.8.0<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/2013/06/27/wicket-6.9.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/06/27/wicket-6.9.0-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/06/27/wicket-6.9.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/06/27/wicket-6.9.0-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -185,8 +185,7 @@
     <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'>DynamicJQueryResourceReference</span><span class='o'>.</span><span class='na'>INSTANCE</span><span class='o'>);</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Upgraded Atmoshpere (1.0.13) and Bootstrap (2.3.2) resources.</p>
 
 <h3 id='using_this_release'>Using this release</h3>
@@ -197,8 +196,7 @@
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>6.9.0<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/2013/07/10/wicket-6.9.1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/07/10/wicket-6.9.1-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/07/10/wicket-6.9.1-released.html (original)
+++ wicket/common/site/trunk/_site/2013/07/10/wicket-6.9.1-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -193,8 +193,7 @@
     <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>
+</code></pre></div></p>
 
 <h3 id='cdi_injection_issue'>CDI injection issue</h3>
 
@@ -202,8 +201,7 @@
 <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>
+</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>
@@ -218,8 +216,7 @@ com.example.HomePage$AForm cannot be a n
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>6.9.1<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/2013/08/18/wicket-6.10.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/08/18/wicket-6.10.0-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/08/18/wicket-6.10.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/08/18/wicket-6.10.0-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -205,8 +205,7 @@
     <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>
+</code></pre></div></p>
 
 <h3 id='cdi_injection_issue'>CDI injection issue</h3>
 
@@ -214,8 +213,7 @@
 <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>
+</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>
@@ -230,8 +228,7 @@ com.example.HomePage$AForm cannot be a n
     <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;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -219,8 +219,7 @@
         <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>
+</code></pre></div></p>
 
 <h3 id='cdi_injection_issue'>CDI injection issue</h3>
 
@@ -228,8 +227,7 @@
 <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>
+</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>
@@ -246,8 +244,7 @@ com.example.HomePage$AForm cannot be a n
     <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>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Or download and build the distribution yourself, or use our convenience binary package</p>
 
 <ul>

Modified: wicket/common/site/trunk/_site/atom.xml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Tue Nov  5 22:12:39 2013
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml" rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2013-10-01T10:06:36+02:00</updated>
+ <updated>2013-11-05T23:02:26+01:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>
@@ -62,8 +62,7 @@
         &lt;span class='n'&gt;getJavaScriptLibrarySettings&lt;/span&gt;&lt;span class='o'&gt;()&lt;/span&gt;
             &lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;setJQueryReference&lt;/span&gt;&lt;span class='o'&gt;(&lt;/span&gt;&lt;span class='n'&gt;yourJquery183ResourceReference&lt;/span&gt;&lt;span class='o'&gt;);&lt;/span&gt;
     &lt;span class='o'&gt;}&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;&lt;/p&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
 
 &lt;h3 id='cdi_injection_issue'&gt;CDI injection issue&lt;/h3&gt;
 
@@ -71,8 +70,7 @@
 &lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='text'&gt;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
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;This was reported as &lt;a href='https://issues.apache.org/jira/browse/WICKET-5226'&gt;WICKET-5226&lt;/a&gt;, 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.&lt;/p&gt;
 
 &lt;p&gt;Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see &lt;a href='https://issues.jboss.org/browse/WELD-1441'&gt;WELD-1441&lt;/a&gt;)&lt;/p&gt;
@@ -89,8 +87,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.11.0&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;
@@ -196,8 +193,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='n'&gt;getJavaScriptLibrarySettings&lt;/span&gt;&lt;span class='o'&gt;()&lt;/span&gt;
         &lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;setJQueryReference&lt;/span&gt;&lt;span class='o'&gt;(&lt;/span&gt;&lt;span class='n'&gt;yourJquery183ResourceReference&lt;/span&gt;&lt;span class='o'&gt;);&lt;/span&gt;
 &lt;span class='o'&gt;}&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;&lt;/p&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
 
 &lt;h3 id='cdi_injection_issue'&gt;CDI injection issue&lt;/h3&gt;
 
@@ -205,8 +201,7 @@ com.example.HomePage$AForm cannot be a n
 &lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='text'&gt;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
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;This was reported as &lt;a href='https://issues.apache.org/jira/browse/WICKET-5226'&gt;WICKET-5226&lt;/a&gt;, 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.&lt;/p&gt;
 
 &lt;p&gt;Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see &lt;a href='https://issues.jboss.org/browse/WELD-1441'&gt;WELD-1441&lt;/a&gt;)&lt;/p&gt;
@@ -221,8 +216,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.10.0&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;
@@ -352,8 +346,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='n'&gt;getJavaScriptLibrarySettings&lt;/span&gt;&lt;span class='o'&gt;()&lt;/span&gt;
         &lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;setJQueryReference&lt;/span&gt;&lt;span class='o'&gt;(&lt;/span&gt;&lt;span class='n'&gt;yourJquery183ResourceReference&lt;/span&gt;&lt;span class='o'&gt;);&lt;/span&gt;
 &lt;span class='o'&gt;}&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;&lt;/p&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
 
 &lt;h3 id='cdi_injection_issue'&gt;CDI injection issue&lt;/h3&gt;
 
@@ -361,8 +354,7 @@ com.example.HomePage$AForm cannot be a n
 &lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='text'&gt;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
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;This was reported as &lt;a href='https://issues.apache.org/jira/browse/WICKET-5226'&gt;WICKET-5226&lt;/a&gt;, 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.&lt;/p&gt;
 
 &lt;p&gt;Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see &lt;a href='https://issues.jboss.org/browse/WELD-1441'&gt;WELD-1441&lt;/a&gt;)&lt;/p&gt;
@@ -377,8 +369,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.9.1&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;
@@ -416,8 +407,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='n'&gt;getJavaScriptLibrarySettings&lt;/span&gt;&lt;span class='o'&gt;()&lt;/span&gt;
         &lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;setJQueryReference&lt;/span&gt;&lt;span class='o'&gt;(&lt;/span&gt;&lt;span class='n'&gt;DynamicJQueryResourceReference&lt;/span&gt;&lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;INSTANCE&lt;/span&gt;&lt;span class='o'&gt;);&lt;/span&gt;
 &lt;span class='o'&gt;}&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Upgraded Atmoshpere (1.0.13) and Bootstrap (2.3.2) resources.&lt;/p&gt;
 
 &lt;h3 id='using_this_release'&gt;Using this release&lt;/h3&gt;
@@ -428,8 +418,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.9.0&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;
@@ -540,8 +529,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.8.0&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;
@@ -670,8 +658,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.7.0&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;
@@ -900,8 +887,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5.10&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;ul&gt;
 &lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.10'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
 &lt;/ul&gt;</content>
@@ -929,8 +915,7 @@ com.example.HomePage$AForm cannot be a n
 &lt;p&gt;So you can use the following markup:&lt;/p&gt;
 &lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='html'&gt;&lt;span class='nt'&gt;&amp;lt;label&lt;/span&gt; &lt;span class='na'&gt;wicket:for=&lt;/span&gt;&lt;span class='s'&gt;&amp;quot;someinput&amp;quot;&lt;/span&gt;&lt;span class='nt'&gt;&amp;gt;&lt;/span&gt;Some label&lt;span class='nt'&gt;&amp;lt;/label&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;input&lt;/span&gt; &lt;span class='na'&gt;wicket:id=&lt;/span&gt;&lt;span class='s'&gt;&amp;quot;someinput&amp;quot;&lt;/span&gt; &lt;span class='na'&gt;type=&lt;/span&gt;&lt;span class='s'&gt;&amp;quot;text&amp;quot;&lt;/span&gt;&lt;span class='nt'&gt;&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;h4 id='added_a_callback_for_an_invalidated_session'&gt;Added a callback for an invalidated session&lt;/h4&gt;
 
 &lt;p&gt;Session is extended with a life cycle event called &lt;code&gt;onInvalidate()&lt;/code&gt;. This method is executed when the user session is invalidated either by explicit call to &lt;code&gt;org.apache.wicket.Session#invalidate()&lt;/code&gt; or due to HttpSession expiration.&lt;/p&gt;
@@ -945,8 +930,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.6.0&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;
@@ -1065,8 +1049,7 @@ com.example.HomePage$AForm cannot be a n
 		&lt;span class='n'&gt;attributes&lt;/span&gt;&lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;setChannel&lt;/span&gt;&lt;span class='o'&gt;(&lt;/span&gt;&lt;span class='k'&gt;new&lt;/span&gt; &lt;span class='n'&gt;AjaxChannel&lt;/span&gt;&lt;span class='o'&gt;(&lt;/span&gt;&lt;span class='s'&gt;&amp;quot;globalAjaxChannel&amp;quot;&lt;/span&gt;&lt;span class='o'&gt;,&lt;/span&gt; &lt;span class='n'&gt;AjaxChannel&lt;/span&gt;&lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;Type&lt;/span&gt;&lt;span class='o'&gt;.&lt;/span&gt;&lt;span class='na'&gt;ACTIVE&lt;/span&gt;&lt;span class='o'&gt;));&lt;/span&gt;
 	&lt;span class='o'&gt;}&lt;/span&gt;
 &lt;span class='o'&gt;});&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Each Ajax behavior/component can override such global settings.&lt;/p&gt;
 
 &lt;h3 id='using_this_release'&gt;Using this release&lt;/h3&gt;
@@ -1077,8 +1060,7 @@ com.example.HomePage$AForm cannot be a n
     &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
     &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.5.0&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
 &lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;p&gt;Or download and build the distribution yourself, or use our convenience binary package&lt;/p&gt;
 
 &lt;ul&gt;

Modified: wicket/common/site/trunk/_site/contribute/build.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/build.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/build.html (original)
+++ wicket/common/site/trunk/_site/contribute/build.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -194,8 +194,7 @@
 
 <p>Clone the master branch from Apache Git Wicket repository</p>
 <div class='highlight'><pre><code class='console'><span class='gp'>$</span> git clone http://git-wip-us.apache.org/repos/asf/wicket.git
-</code></pre>
-</div>
+</code></pre></div>
 <p>This will give you a directory structure like the following directory tree:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>wicket</span>
 <span class='go'>wicket/wicket-core</span>
@@ -205,15 +204,13 @@
 <span class='go'>wicket/wicket-examples</span>
 <span class='go'>wicket/wicket-spring-annot</span>
 <span class='go'>...</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>To check out a different branch use:</p>
 <div class='highlight'><pre><code class='console'><span class='gp'>$</span> <span class='nb'>cd </span>wicket
 <span class='gp'>$</span> git checkout -b release/wicket-x.y.z release/wicket-x.y.z
 <span class='gp'>#</span> verify the branch with:
 <span class='gp'>$</span> git branch
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this document we focus at the maven project descriptor located in the top level directory, which enforces default settings for all Wicket projects such as plug-in settings, versioning of the Wicket projects, managing the various dependencies and more.</p>
 
 <p>The artifacts in this project are there only for having a consistent build. This top-level project doesn&#8217;t have sources for itself.</p>
@@ -226,12 +223,10 @@
 
 <p>If you haven&#8217;t done so already change into the Wicket root directory:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>cd wicket</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Now building all of Wicket is as simple as issuing the following command:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn install</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This will compile, test, package and install all Wicket projects. Installation means putting the jar files into your local Maven repository, including the source, but without the javadoc jars (this is a Wicket specific configuration, because build javadoc takes a long time).</p>
 
 <p>The following commands are useful: <table>
@@ -249,8 +244,7 @@
 
 <p>As this is our main development you might/will encounter failing unit tests. These can be skipped using:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn -Dmaven.test.skip=true install</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Of course, all bets are off then and your mileage may vary if you use such a built jar.</p>
 
 <h3 id='using_your_own_built_artifacts'>Using your own built artifacts</h3>
@@ -262,12 +256,10 @@
     <span class='nt'>&lt;version&gt;</span>6.0-SNAPSHOT<span class='nt'>&lt;/version&gt;</span>
     <span class='nt'>&lt;scope&gt;</span>compile<span class='nt'>&lt;/scope&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>And adding this to your Eclipse, NetBeans or IntelliJ IDEA project classpath is then as simple as:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn eclipse:eclipse</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>or opening the project using Netbeans or IDEAs Maven integration.</p>
 
 <p>Maven will then add all the necessary JAR files to the project&#8217;s classpath.</p>
@@ -276,8 +268,7 @@
 
 <p>You can add this setting using maven:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/contribute/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/index.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/index.html (original)
+++ wicket/common/site/trunk/_site/contribute/index.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/contribute/patch.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/patch.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/patch.html (original)
+++ wicket/common/site/trunk/_site/contribute/patch.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -199,8 +199,7 @@
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git add any_files_you_created_modified_or_deleted</span>
 <span class='go'>git diff --cached &gt; /tmp/fix-WICKET-NNNN.patch</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Attach that file (/tmp/fix-WICKET-NNNN.patch) to the <a href='https://issues.apache.org/jira/browse/WICKET'>JIRA</a></li>
 </ul>

Modified: wicket/common/site/trunk/_site/contribute/release.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/release.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/release.html (original)
+++ wicket/common/site/trunk/_site/contribute/release.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -216,8 +216,7 @@
 <li>Start gpg-agent as a daemon (OS X, using homebrew installation of gpg, gpg-agent, pinentry):</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>    eval `gpg-agent --daemon --pinentry-program /usr/local/bin/pinentry`</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Create an environment variable such that you can copy/paste several of the following commands (substitute 6.0.0 with the number you&#8217;re actually going to release)</li>
 
@@ -225,27 +224,23 @@
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>export NEWVERSION=6.0.0</span>
 <span class='go'>export APACHEID=apacheid</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Sign pom.xml such that gpg-agent has enabled your key (and remove the .asc file). This triggers the pinentry program and sets the stage for gpg-agent:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>gpg --armor --detach-sign --use-agent --sign pom.xml</span>
 <span class='go'>rm pom.xml.asc</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Create release branch:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:branch -DbranchName=build/wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Checkout the release branch:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git checkout build/wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>
 <p>Update archetypes/quickstart/src/main/archetype-resources/pom.xml to use NEWVERSION of Wicket and commit</p>
@@ -264,21 +259,18 @@
 </li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:prepare</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Remove last commit such that HEAD points to the NEWVERSION release, not the new development version</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git reset HEAD^ --hard</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Create source archive:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git archive --format=tar.gz --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.tar.gz wicket-$NEWVERSION</span>
 <span class='go'>git archive --format=zip --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.zip wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li><strong>NOTE 1</strong> the trailing &#8217;/&#8217; after &#8211;prefix=NEWVERSION is vital for the tarball</li>
 
@@ -292,18 +284,15 @@
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION.tar.gz &gt; apache-wicket-$NEWVERSION.tar.gz.md5</span>
 <span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.sha</span>
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.md5</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>To sign the tag (overwrites the maven generated tag), execute:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>git tag -s --force wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h4 id='staging_the_build'>Staging the build</h4>
 
 <p><div class='highlight'><pre><code class='console'><span class='go'>ssh $APACHEID@people.apache.org mkdir public_html/wicket-$NEWVERSION</span>
 <span class='go'>scp apache-wicket-* $APACHEID@people.apache.org:public_html/wicket-$NEWVERSION</span>
-</code></pre>
-</div></p>
+</code></pre></div></p>
 
 <p>The step below uploads the artifacts to a staging area for Maven.</p>
 
@@ -315,8 +304,7 @@
 <li>artifacts will have different signature than in previous release:prepare build (due to times changing)</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:perform</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This will upload artifacts and signatures to Apache nexus in a staging repository.</p>
 
 <h4 id='create_a_binary_release'>Create a binary release</h4>
@@ -344,8 +332,7 @@
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION-bin.zip &gt; apache-wicket-$NEWVERSION-bin.zip.md5</span>
 <span class='go'>ssh $APACHEID@people.apache.org mkdir public_html/wicket-$NEWVERSION/bin</span>
 <span class='go'>scp apache-wicket-*bin.* $APACHEID@people.apache.org:public_html/wicket-$NEWVERSION/bin</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This binary release contains all required files to comply with the release policy, and the binary artefacts generated by our Maven release build, including the experimental modules and examples.</p>
 
 <h4 id='vote_the_build'>Vote the build</h4>
@@ -357,8 +344,7 @@
 <p>When the vote has passed successfully (at least 3 binding +1&#8217;s) push the branch and the tag to Apache git:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION</span>
 <span class='go'>git push -tags origin</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>You only need to do them if you haven&#8217;t done so yet.</p>
 
 <p>See also <a href='#nexus'>managing nexus</a> for the steps needed to publish the artifacts to Maven Central. And don&#8217;t forget to announce the release!</p>
@@ -388,8 +374,7 @@
 <span class='go'>        &lt;/server&gt;</span>
 <span class='go'>&lt;/servers&gt;</span>
 <span class='go'>&lt;/settings&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Make sure you have a GnuPG key which is added to <a href='https://svn.apache.org/repos/asf/wicket/common/KEYS'>KEYS</a>. Read the header of KEYS file to see how to add it.</li>
 
@@ -407,8 +392,7 @@
 <span class='go'>mkdir /www/www.apache.org/dist/wicket/x.y.z</span>
 <span class='go'>mv ~/public_html/wicket-x.y.z/dist/* /www/www.apache.org/dist/wicket/x.y.z</span>
 <span class='go'>chown -R :wicket /www/www.apache.org/dist/wicket/x.y.z</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Login to <a href='https://repository.apache.org'>Apache Nexus Staging repo</a>, select the closed repository and click <strong>Release</strong>. It will be accessible immediately through the apache release repo and then within 1-2 hours through maven central.</li>
 
@@ -419,8 +403,7 @@
 <div class='highlight'><pre><code class='console'><span class='go'>git checkout build/wicket-x.y.z</span>
 <span class='go'>git tag release/wicket-x.y.z</span>
 <span class='go'>git push --tags</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Wait until repo1.maven.org has picked up the release artifacts.</li>
 
@@ -454,8 +437,7 @@
 <span class='go'>        &lt;/server&gt;</span>
 <span class='go'>&lt;/servers&gt;</span>
 <span class='go'>&lt;/settings&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This works if you can deploy artifacts into the repository.apache.org properly (i.e. you don&#8217;t see failures mentioning 401 errors).</p>
 
 <h3 id='managing_staged_artifacts'>Managing Staged Artifacts</h3>
@@ -483,8 +465,7 @@
     <span class='l-Scalar-Plain'>version</span><span class='p-Indicator'>:</span>    <span class='l-Scalar-Plain'>1.4.10</span>
     <span class='l-Scalar-Plain'>released</span><span class='p-Indicator'>:</span>   <span class='l-Scalar-Plain'>2010-08-11</span>
     <span class='l-Scalar-Plain'>versions</span><span class='p-Indicator'>:</span>   <span class='p-Indicator'>[</span><span class='nv'>1.3.7</span><span class='p-Indicator'>,</span> <span class='nv'>1.3-SNAPSHOT</span><span class='p-Indicator'>,</span> <span class='nv'>1.4.9</span><span class='p-Indicator'>,</span> <span class='nv'>1.4.10</span><span class='p-Indicator'>,</span> <span class='nv'>1.4-SNAPSHOT</span><span class='p-Indicator'>,</span> <span class='nv'>1.5-M1</span><span class='p-Indicator'>,</span> <span class='nv'>1.5-SNAPSHOT</span><span class='p-Indicator'>]</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>You&#8217;ll need to edit this part: modify the version, update the released date, and add the new version to the versions list (remove any stale releases, typically just leave the previous release as well).</p>
 
 <ul>
@@ -510,8 +491,7 @@
 <span class='gp'>#</span> call <span class='s2'>&quot;svn add&quot;</span> <span class='k'>for </span>files that are new <span class='o'>(</span>there<span class='err'>&#39;</span>s probably an easier way to <span class='k'>do </span>this<span class='o'>)</span>
 <span class='go'>svn stat | grep -e &#39;^?&#39; | sed &#39;s/\?\W*//&#39; | xargs svn add</span>
 <span class='go'>svn commit -m &quot;changes to update javadocs to latest release&quot;</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/contribute/write.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/write.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/write.html (original)
+++ wicket/common/site/trunk/_site/contribute/write.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -200,30 +200,26 @@
 
 <p>Follow the instructions available on the <a href='http://github.com/mojombo/jekyll'>Jekyll website</a>. Basically it boils down to:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>gem install jekyll</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>You also need to install the Pygments Python module.</p>
 
 <h2 id='checkout'>Check out from SVN</h2>
 
 <p>Before you can edit the site, you need to check it out from SVN:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>svn co https://svn.apache.org/repos/asf/wicket/common/site/trunk wicket-site</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='generate'>Generating the site</h2>
 
 <p>You can regenerate the site in the checked out directory:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>./regenerate.sh</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Note that this script restores Subversion (<code>.svn</code>) subfolders inside <code>_site</code>, which are erased when Jekyll is generating the content.</p>
 
 <h2 id='run'>Run the site</h2>
 
 <p>You can run the website and edit it live:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>./liveedit.sh</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This not only runs the server, but watches for modifications and regenerates any modified files.</p>
 
 <p>You can check out the website running at <a href='http://localhost:4000'>localhost, port 4000</a>.</p>
@@ -241,8 +237,7 @@
 <span class='l-Scalar-Plain'>layout</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>default</span>
 <span class='l-Scalar-Plain'>title</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>Write documentation</span>
 <span class='nn'>---</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='syntax_highlighting'>Syntax highlighting</h3>
 
 <p>If you have a need to render code in your templates and have it syntax highlighted, surround the code with {\% highlight java \%} (substitute java with the language you want highlighted.)</p>
@@ -260,8 +255,7 @@
 <span class='l-Scalar-Plain'>layout</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>post</span>
 <span class='l-Scalar-Plain'>title</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>Wicket 1.4.7 released</span>
 <span class='nn'>---</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='update'>Update the site</h2>
 
 <p>When you&#8217;re done with making your changes, please check the following:</p>

Modified: wicket/common/site/trunk/_site/dtds.data/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/dtds.data/index.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/dtds.data/index.html (original)
+++ wicket/common/site/trunk/_site/dtds.data/index.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/help/email.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/email.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/email.html (original)
+++ wicket/common/site/trunk/_site/help/email.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/help/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/index.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/index.html (original)
+++ wicket/common/site/trunk/_site/help/index.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/help/irc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/irc.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/irc.html (original)
+++ wicket/common/site/trunk/_site/help/irc.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/help/reportabug.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/reportabug.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/reportabug.html (original)
+++ wicket/common/site/trunk/_site/help/reportabug.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/help/security.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/security.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/security.html (original)
+++ wicket/common/site/trunk/_site/help/security.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/help/support.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/support.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/support.html (original)
+++ wicket/common/site/trunk/_site/help/support.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -213,19 +213,16 @@
         <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>
+</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
 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>
+</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>
 <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>
+</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>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>
@@ -289,19 +286,16 @@ com.example.HomePage$AForm cannot be a n
     <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>
+</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
 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><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.10.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>
+</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>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>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/awc.html (original)
+++ wicket/common/site/trunk/_site/learn/books/awc.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/ewdww.html (original)
+++ wicket/common/site/trunk/_site/learn/books/ewdww.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/freeguide.html (original)
+++ wicket/common/site/trunk/_site/learn/books/freeguide.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -175,7 +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>
-<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>
+<a href='freeguide.html'><img alt='Apache Wicket Reference Guide' title='Apache Wicket Free Reference Guide' height='300px' src='freeguide.png' /></a><a href='awc.html'><img alt='Apache Wicket Cookbook cover' title='Apache Wicket Cookbook' height='300px' src='awc.png' /></a><a href='wia.html'><img alt='Wicket in Action cover' title='Wicket in Action' height='300px' src='wia.png' /></a><a href='koda.html'><img alt=' Komponentenbasiert und objektorientiert - das alternative Java-Webframework cover' title=' Komponentenbasiert und objektorientiert- das alternative Java-Webframework' height='300px' src='koda.jpg' /></a><a href='ewdww.html'><img alt='Enjoying Web Development with Wicket cover' title='Enjoying Web Development with Wicket' height='300px' src='ewdww.png' /></a><a href='prowicket.html'><img alt='Pro Wicket cover' title='Pro Wicket' height='300px' src='prowicket.png' /></a><a href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover' title='Praxisbuch Wicket' height='300px
 ' src='praxisbuchwicket.png' /></a><a href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java cover' title='Wicket: Komponentenbasierte Webanwendungen in Java' height='300px' src='kwij.png' /></a><a href='wicket-jp.html'><img alt='Wicket Japanese cover' title='Wicket Japanese' height='300px' src='wicket-jp.png' /></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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/koda.html (original)
+++ wicket/common/site/trunk/_site/learn/books/koda.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/kwij.html (original)
+++ wicket/common/site/trunk/_site/learn/books/kwij.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/prowicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/prowicket.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wia.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wia.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wicket-jp.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wicket-jp.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>

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=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -192,8 +192,7 @@
     <span class='nt'>&lt;/p&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</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>
 
@@ -219,8 +218,7 @@
         <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&#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>
@@ -256,8 +254,7 @@
         <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>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>
 
@@ -289,8 +286,7 @@
         <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>
+</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&#8217;t, Wicket will not know how to update the markup in the client.</p>

Modified: wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -200,8 +200,7 @@
         <span class='c1'>// gets the managers from the database</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='the_assign_manager_page'>The assign manager page</h2>
 
 <p>Next we want to create a page where we assign a manager to an employee. This is how the page would look like in HTML:</p>
@@ -227,8 +226,7 @@
 <span class='nt'>&lt;/form&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This page has three components:</p>
 
 <ul>
@@ -261,8 +259,7 @@
         <span class='n'>form</span><span class='o'>.</span><span class='na'>add</span><span class='o'>(</span><span class='n'>ddc</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this example you see that we add the <code>DropDownChoice</code> to the form, and provide it with 3 parameters. The first is the component identifier. The second is the item that needs to be updated, in this case the <code>managedBy</code> field of the <code>employee</code>. The third parameter is a <code>LoadableDetachableModel</code> that retrieves the list of available choices.</p>
 
 <p>Note that the <code>DropDownChoice</code> component has many constructors, and that you need to read the JavaDoc documentation to pick the right one for you.</p>
@@ -280,8 +277,7 @@
         <span class='nt'>&lt;/select&gt;</span>
     <span class='nt'>&lt;/td&gt;</span>
 <span class='nt'>&lt;/tr&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>As you can see from this markup is that Wicket added the items of the managers list and numbered the values of the options. These are the indices of the items in the list. If the order of the list can change between requests, <em>or</em> if the list itself can change, then please use an <code>IChoiceRenderer</code>.</p>
 
 <h2 id='selecting_a_choice'>Selecting a choice</h2>
@@ -311,8 +307,7 @@
 <span class='n'>newEmployee</span><span class='o'>.</span><span class='na'>setManagedBy</span><span class='o'>(</span><span class='n'>manager</span><span class='o'>);</span>
 
 <span class='n'>setResponsePage</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>AssignManagerPage</span><span class='o'>(</span><span class='n'>newEmployee</span><span class='o'>));</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='summary'>Summary</h2>
 
 <p>This concludes the (small) example of using a <code>DropDownChoice</code> component correctly. The ideas behind Wicket are perfectly reflected in this component: work with your domain objects, bind them to your components and get on with the rest of your application.</p>

Modified: wicket/common/site/trunk/_site/learn/examples/guestbook.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/guestbook.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/guestbook.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/guestbook.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -220,8 +220,7 @@
         <span class='k'>return</span> <span class='s'>&quot;[Comment date = &quot;</span> <span class='o'>+</span> <span class='n'>date</span> <span class='o'>+</span> <span class='s'>&quot;, text = &quot;</span> <span class='o'>+</span> <span class='n'>text</span> <span class='o'>+</span> <span class='s'>&quot;]&quot;</span><span class='o'>;</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='guestbookjava'>GuestBook.java</h2>
 
 <p>In the file <code>GuestBook.java</code> we have put the Java component code for the guestbook page. This is the homepage for the guestbook application. The page consists of a form for entering new items to the guestbook and a list of repeating markup for showing the guestbook entries.</p>
@@ -322,8 +321,7 @@
         <span class='n'>commentList</span><span class='o'>.</span><span class='na'>clear</span><span class='o'>();</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>When the <code>CommentForm</code> is submitted, the <code>onSubmit()</code> method is called. Notice that nothing gets the value of the <code>TextArea</code> that was added in the <code>CommentForm</code> constructor. This is because the comment is the model and the third parameter to the <code>TextArea</code> constructor specified the property of the model to update. So all <code>onSubmit()</code> has to do is create a new comment from the model that was updated and add it to the comment list. When the page redraws, the new list will be rendered.</p>
 
 <p>We use a synchronized list as our shared static model used by <code>commentListView</code> (<code>commentList</code>) to ensure that it is only updated by one thread at a time. Remember, this is a multi-user application with a shared model!</p>
@@ -366,8 +364,7 @@
   <span class='nt'>&lt;/wicket:remove&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='guestbookapplicationjava'>GuestBookApplication.java</h2>
 
 <p>For completeness, we&#8217;ve included the <code>GuestBookApplication</code> class, and as a final treat the modifications to the <code>web.xml</code> file.</p>
@@ -385,8 +382,7 @@
         <span class='k'>return</span> <span class='n'>GuestBook</span><span class='o'>.</span><span class='na'>class</span><span class='o'>;</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='webxml'>web.xml</h2>
 
 <p>Add the following two sections (servlet and servlet-mapping) to your web.xml file for running this application.</p>
@@ -398,8 +394,7 @@
       <span class='nt'>&lt;param-value&gt;</span>org.apache.wicket.examples.guestbook.GuestBookApplication<span class='nt'>&lt;/param-value&gt;</span>
     <span class='nt'>&lt;/init-param&gt;</span>
 <span class='nt'>&lt;/filter&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/examples/helloworld.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/helloworld.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/helloworld.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/helloworld.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>
@@ -197,8 +197,7 @@
         <span class='k'>return</span> <span class='n'>HelloWorld</span><span class='o'>.</span><span class='na'>class</span><span class='o'>;</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Here you can see that we define <code>wicket.examples.helloworld.HelloWorld</code> to be our home page. When the base URL of our application is requested, the markup rendered by the HelloWorld page is returned.</p>
 
 <h3 id='helloworldjava'>HelloWorld.java</h3>
@@ -210,8 +209,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>(</span><span class='s'>&quot;message&quot;</span><span class='o'>,</span> <span class='s'>&quot;Hello World!&quot;</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>The Label is constructed using two parameters:</p>
 
 <ol>
@@ -234,8 +232,7 @@
     <span class='nt'>&lt;span</span> <span class='na'>wicket:id=</span><span class='s'>&quot;message&quot;</span><span class='nt'>&gt;</span>Message goes here<span class='nt'>&lt;/span&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this file, you see two elements that need some attention:</p>
 
 <ul>
@@ -273,8 +270,7 @@
         <span class='nt'>&lt;url-pattern&gt;</span>/*<span class='nt'>&lt;/url-pattern&gt;</span>
     <span class='nt'>&lt;/filter-mapping&gt;</span>
 <span class='nt'>&lt;/web-app&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this definition you see the Wicket filter defined, which handles all requests. In order to let Wicket know which application is available, only the applicationClassName filter parameter is needed.</p>
 
 <p>Also, notice the url-mapping to /*. The Wicket filter will only process requests that are Wicket requests. If a request is not Wicket related, the filter will pass the request on to the chain. This ensures that (static) resources outside the realm of the Wicket application, such as style sheets, JavaScript files, images and so forth will be served by the container.</p>

Modified: wicket/common/site/trunk/_site/learn/examples/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/index.html?rev=1539155&r1=1539154&r2=1539155&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/index.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/index.html Tue Nov  5 22:12:39 2013
@@ -84,7 +84,7 @@
 			<a href="/learn/books" title="Books">Books</a>
 		</li>
 		<li>
-			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
 		</li>
 	</ul>
 	<h5>