<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user">
    <title>gmane.comp.java.wicket.user</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103219"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103218"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103217"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103216"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103215"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103214"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103213"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103212"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103211"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103210"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103209"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103208"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103207"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103206"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103205"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103204"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103203"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103202"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103201"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.user/103200"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103219">
    <title>Re: Disabled Auto link bookmarkable page</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103219</link>
    <description>&lt;pre&gt;Hum sorry the  tag.setName("span") allow to add class=\"...\".

But it has to be done for each link in code.
It will be bettet to have a global solution that is more "css standard"
(experienced by lot of web developement in many language and platform).

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Disabled-Auto-link-bookmarkable-page-tp1888129p4649503.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Pres</dc:creator>
    <dc:date>2012-05-26T03:26:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103218">
    <title>Re: Disabled Auto link bookmarkable page</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103218</link>
    <description>&lt;pre&gt;Hi all.

I think there is a conceptual problem with setDefaultBeforeDisabledLink, and
setDefaultAfterDisabledLink.

For a pretty css button for example, an enabled link looks like this :
Validate 

And a disabled link looks like this :
Validate 

With setDefaultBeforeDisabledLink and setDefaultAfterDisabledLink, link
looks like this :
setDefaultBeforeDisabledLink("");
setDefaultAfterDisabledLink("");

Validate

Right. Two problems I see :
- the tag are added INTO the replacement tag. It's not before and after.
- it's not easy to theme with css.

With css we can do :
.lk {background:url('image-of-left') top left}
.lk span {background:url('image-of-right') top right}

But we can't change the left part of the button when inactive (with browser
that doesn't support css &amp;gt;1).
.lk {background:url('image-of-left') top left} // here is the problem, how
to remove background image ?
.lk  span.inactive {background:url('image-of-left') top right}
.lk span.inactive span {background:url('image-of-right-inactive') top right&lt;/pre&gt;</description>
    <dc:creator>Pres</dc:creator>
    <dc:date>2012-05-26T03:19:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103217">
    <title>Pretty URLs for AjaxLazyLoadPanel</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103217</link>
    <description>&lt;pre&gt;I'm using AjaxTabbedPanel and AjaxLazyLoadPanel.  How do I make the URLs for
the individual panels the way I want?  Right now, a link to a specific panel
looks like
http://localhost:8888/?1-1.ILinkListener-tabs-tabs~container-tabs-2-link. 
How do I make it something like http://localhost:8888/myTab2?  I cannot seem
to find a way.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Pretty-URLs-for-AjaxLazyLoadPanel-tp4649499.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kevjay</dc:creator>
    <dc:date>2012-05-25T18:01:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103216">
    <title>Re: Byte order mark is displayed on the page</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103216</link>
    <description>&lt;pre&gt;Thanks for the link. I mistakenly thought that BOM was required for
UTF-8 encoded files. Here is from wikipedia: "The Unicode Standard
does permit the BOM in UTF-8 but does not require or recommend its
use."

On Thu, May 24, 2012 at 11:07 PM, Francois Meillet
&amp;lt;francois.meillet&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-25T16:04:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103215">
    <title>Re: Byte order mark is displayed on the page</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103215</link>
    <description>&lt;pre&gt;Have a look to http://www.w3.org/International/questions/qa-utf8-bom.en.php


Le 24 mai 2012 à 23:49, Alec Swan a écrit :



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Francois Meillet</dc:creator>
    <dc:date>2012-05-25T05:07:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103214">
    <title>Byte order mark is displayed on the page</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103214</link>
    <description>&lt;pre&gt;Hello,

I have HTML markup fie saved with UTF-8 encoding. When I open HTML in
the browser it looks good, however if the same HTML is displayed by
Wicket I see a byte-order-mark:
ï»¿&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
&amp;lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://www.w3.org/1999/html"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/&amp;gt;
...

When I check page info in the browser it says that the page uses UTF-8 encoding.

What do I need to do to continue using UTF-8 but prevent
byte-order-mark from being rendered?

Thanks,

Alec

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-24T21:49:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103213">
    <title>Re: Getting more stale page exception in wicket 1.5.6</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103213</link>
    <description>&lt;pre&gt;read javadoc of  page#getrendercount()

On Thu, May 24, 2012 at 10:41 PM, sudeivas &amp;lt;sureshkumar.kct&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>vineet semwal</dc:creator>
    <dc:date>2012-05-24T19:00:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103212">
    <title>Getting more stale page exception in wicket 1.5.6</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103212</link>
    <description>&lt;pre&gt;Hey All,
     I just upgraded the application to wicket 1.5.6 from 1.5.4. I thought
it will fix most of my page expiration issues. But now I am getting more
stale page exceptions. Can you please help me to resolve this?

use case: After I click an Ajax Link, all I see in the logs is 

WARN: org.apache.wicket.request.handler.request.WebPageRenderer - The
Buffered response should be handled by BufferedResponseRequestHandler. 

In the UI, nothing happens if I click the Ajax Link. Then if I try to click
the link once again, then it runs into stale page exception.

Exception : org.apache.wicket.request.mapper.StalePageException

Exception Cause : null

Exception Stack Trace : org.apache.wicket.request.mapper.StalePageException
at
org.apache.wicket.request.handler.PageProvider.getStoredPage(PageProvider.java:301)
at
org.apache.wicket.request.handler.PageProvider.resolvePageInstance(PageProvider.java:257)
at
org.apache.wicket.request.handler.PageProvider.getPageInstance(PageProvider.java:165)
at
org.apache.wick&lt;/pre&gt;</description>
    <dc:creator>sudeivas</dc:creator>
    <dc:date>2012-05-24T17:11:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103211">
    <title>Re: wicket 6 beta 1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103211</link>
    <description>&lt;pre&gt;Would be Nice with a hint about that..
Regards
On May 23, 2012 2:51 PM, "Martin Grigorov" &amp;lt;mgrigorov&amp;lt; at &amp;gt;apache.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>nino martinez wael</dc:creator>
    <dc:date>2012-05-23T17:26:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103210">
    <title>Re: AJAX-swappable bookmarkable unversioned tabs</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103210</link>
    <description>&lt;pre&gt;I am assuming that AJAX-swappable and bookmarkable is not possible.

Is it sufficient to override isVersioned() and return false to force
Wicket not to version the page? Are there any Wicket components that
require versioning?

Thanks,

Alec

On Wed, May 23, 2012 at 6:11 AM, Richard W. Adams &amp;lt;RWADAMS1&amp;lt; at &amp;gt;up.com&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-23T16:42:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103209">
    <title>Re: wicket 6 beta 1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103209</link>
    <description>&lt;pre&gt;adding the page for ajax re-render actually rerenders the page with a redirect.
So, the answer is NO.

On Wed, May 23, 2012 at 3:44 PM, nino martinez wael
&amp;lt;nino.martinez.wael&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Martin Grigorov</dc:creator>
    <dc:date>2012-05-23T12:51:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103208">
    <title>wicket 6 beta 1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103208</link>
    <description>&lt;pre&gt;Hi

Should'nt it be possible to this:
      target.add(*this*.getComponent().getPage());

      target.appendJavaScript(" $('."+*this*.getComponent().getMarkupId()+
"').focus();");

However the appendJavaScript  is omitted...

&lt;/pre&gt;</description>
    <dc:creator>nino martinez wael</dc:creator>
    <dc:date>2012-05-23T12:44:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103207">
    <title>Re: AJAX-swappable bookmarkable unversioned tabs</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103207</link>
    <description>&lt;pre&gt;Don't have much to offer re. menus, but if you're starting a new project, 
I'd recommend you use the latest version of Wicket (1.5.6) if at all 
possible.

"There are three kinds of lies: lies, damn lies, and statistics."
Benjamin Disraeli

"Then there was the man who drowned crossing a stream with an average 
depth of six inches."
W. I. E. Gates




From:   Alec Swan &amp;lt;alecswan&amp;lt; at &amp;gt;gmail.com&amp;gt;
To:     users&amp;lt; at &amp;gt;wicket.apache.org
Date:   05/22/2012 07:29 PM
Subject:        Re: AJAX-swappable bookmarkable unversioned tabs



Thoughts, anybody?

On Mon, May 21, 2012 at 4:21 PM, Alec Swan &amp;lt;alecswan&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org




**

This email and any attachments may contain information that is confidential and/or privileged for the sole use of the intended recipient.  Any use, review, disclosure, copying, distribution or reliance by others&lt;/pre&gt;</description>
    <dc:creator>Richard W. Adams</dc:creator>
    <dc:date>2012-05-23T12:11:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103206">
    <title>Re: WICKET-2056 broke DatePicker in ModalWindow in 1.4.16</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103206</link>
    <description>&lt;pre&gt;I used the workaround with "position: static !important". I also had to put a
width with the calendar container (otherwise it looks ugly)

.yui-calcontainer {
width: 140px;
}

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-tp3416225p4649479.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>dpmihai</dc:creator>
    <dc:date>2012-05-23T08:43:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103205">
    <title>Re: AJAX-swappable bookmarkable unversioned tabs</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103205</link>
    <description>&lt;pre&gt;Thoughts, anybody?

On Mon, May 21, 2012 at 4:21 PM, Alec Swan &amp;lt;alecswan&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-23T00:28:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103204">
    <title>Re: How to redirect to a page from an AJAX request?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103204</link>
    <description>&lt;pre&gt;My apologies, setResponsePage does work from AJAX requests.

I had two problems - one with a missing JS reference which I detected
by looking at Wicket Ajax Debug and the other one with my Wicket test
class.

Thanks,

Alec

On Tue, May 22, 2012 at 12:08 AM, Alexander Cherednichenko
&amp;lt;lexaux&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Alec Swan</dc:creator>
    <dc:date>2012-05-23T00:28:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103203">
    <title>Re: wicket 6 setting response page with page object and session expired error</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103203</link>
    <description>&lt;pre&gt;i checked it on other machine, and is working, I ve cleaned m2
repository and now it is working as well :/
I dont know what happened but it is weird that it showed on two
separate application

thanks for help, actually it is great it was only may problem ;]

pozdrawiam
Paweł Kamiński

kamiseq&amp;lt; at &amp;gt;gmail.com
pkaminski.prv&amp;lt; at &amp;gt;gmail.com
______________________


On 22 May 2012 22:52, kamiseq &amp;lt;kamiseq&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kamiseq</dc:creator>
    <dc:date>2012-05-22T22:58:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103202">
    <title>Re: DataTable and PagingNavigator problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103202</link>
    <description>&lt;pre&gt;The patch is yet only a proposal by me on how this might be fixed. Any of the committers might want to look at it before maybe ;-)

As for the release date of the next version: I guess when it is ready ;-)

   -Tom


On 22.05.2012 at 22:49 Viliam Repan wrote:



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Thomas Götz</dc:creator>
    <dc:date>2012-05-22T20:59:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103201">
    <title>Re: wicket 6 setting response page with page object and session expired error</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103201</link>
    <description>&lt;pre&gt;but why??
test it with mvn clean install jetty:run

pozdrawiam
Paweł Kamiński

kamiseq&amp;lt; at &amp;gt;gmail.com
pkaminski.prv&amp;lt; at &amp;gt;gmail.com
______________________


On 22 May 2012 20:47, Thomas Götz &amp;lt;tom&amp;lt; at &amp;gt;decoded.de&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>kamiseq</dc:creator>
    <dc:date>2012-05-22T20:52:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103200">
    <title>Re: DataTable and PagingNavigator problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103200</link>
    <description>&lt;pre&gt;Hi,

I saw a patch already prepared to fix this bug. Does wicket have some
release plan/calendar -
I mean when could I expect next version of wicket (and this to be
inserted in)? :)
Thank you.

vilo

On 05/22/2012 10:26 PM, Thomas Götz wrote:


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Viliam Repan</dc:creator>
    <dc:date>2012-05-22T20:49:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.user/103199">
    <title>Re: DataTable and PagingNavigator problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.user/103199</link>
    <description>&lt;pre&gt;This looks indeed like a bug to me. I opened a ticket for this: https://issues.apache.org/jira/browse/WICKET-4568

   -Tom


On 22.05.2012 at 21:10 Viliam Repan wrote:



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;wicket.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;wicket.apache.org


&lt;/pre&gt;</description>
    <dc:creator>Thomas Götz</dc:creator>
    <dc:date>2012-05-22T20:26:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.wicket.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.wicket.user</link>
  </textinput>
</rdf:RDF>

