Recreate the error is very simple, you just have to modify your example as
follows, in the labeling of RowsNavigatorPage.html add a div, so that it
looks like.
<! -
Copyright 2012 Vineet Semwal
Licensed under the Apache License, Version 2.0 (the
"License");
you may not use this file except in compliance With The License.
You may Obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
UNLESS required by applicable law or Agreed to in writing, software
distributed under the License is distributed on an "AS IS"
BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied Either.
See the License for the specific language Governing permissions and
Limitations under the License.
->
<! DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<head style="margin-left:50px;">
<title> Navigator Rows Example </ title>
Rows Navigation
displaying all items from 0-19 </ h2>
</ head>
<body style="margin-left: 50px; margin-top: 50px;">
<div wicket:id="listView">
<ul wicket:id="numbers">
<li wicket:id="number"> number = <label wicket:id="display"> </ label>
</ li>
</ ul>
<div wicket:id="navigator"> </ div>
</ div>
</ body>
</ html>
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-performance-tp4657948p4657988.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]