Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-08-07 Thread Peter Thomas
On 8/6/07, dukejansen <[EMAIL PROTECTED]> wrote: > > > Was this ever resolved? I'm still seeing problems when I use back button, > where the ajax actions on the previous page are being evaluated as though > they were for the more recent page, as if the ajax actions have no way of > knowing what pag

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-08-05 Thread dukejansen
Was this ever resolved? I'm still seeing problems when I use back button, where the ajax actions on the previous page are being evaluated as though they were for the more recent page, as if the ajax actions have no way of knowing what page they are for, so assuming the one rendered most recentely.

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-29 Thread Igor Vaynberg
yes, create a jira -igor On 3/29/07, Peter Thomas <[EMAIL PROTECTED]> wrote: And the Ajax replace / browser back-button problem is still there even in 1.3.0 [29-Mar]. Do you need me to open a JIRA? I'll revert to 1.3 for now. Thanks, Peter. On 3/29/07, Peter Thomas <[EMAIL PROTECTED]> wr

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-29 Thread Peter Thomas
And the Ajax replace / browser back-button problem is still there even in 1.3.0 [29-Mar]. Do you need me to open a JIRA? I'll revert to 1.3 for now. Thanks, Peter. On 3/29/07, Peter Thomas <[EMAIL PROTECTED]> wrote: Pretty sure. I'm using Maven2 and the JAR name is wicket-1.3.0-incubating-

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Peter Thomas
Pretty sure. I'm using Maven2 and the JAR name is wicket-1.3.0-incubating-SNAPSHOT.jar On 3/29/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: is something from 2.0, are you sure you have the right jars? -igor On 3/28/07, Peter Thomas < [EMAIL PROTECTED]> wrote: > > Thanks Eelco & Igor I got

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Igor Vaynberg
is something from 2.0, are you sure you have the right jars? -igor On 3/28/07, Peter Thomas <[EMAIL PROTECTED]> wrote: Thanks Eelco & Igor I got the api and src and made the changes for AbstractValidator - will also try to add some stuff to the wiki page as soon as I finish refactoring. But

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Peter Thomas
Thanks Eelco & Igor I got the api and src and made the changes for AbstractValidator - will also try to add some stuff to the wiki page as soon as I finish refactoring. But I have a big problem with the usage of wicket:message attribute (tag works fine). This is the error: wicket.markup.MarkupE

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Igor Vaynberg
we only have an unofficial release for it that is a zip. search the list for it, it is in martijn's dir somewhere. other then that all the jars/src/and javadocs are available from that wicketstuff.org maven repo. all the new classes in wicket.validator package have pretty good javadocs so that m

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Eelco Hillenius
http://wicketstuff.org/maven/repository/org/apache/wicket/wicket/1.3.0-incubating-SNAPSHOT/wicket-1.3.0-incubating-SNAPSHOT-javadoc.jar It would be good if someone could write a couple of scentences on how to migrate from the old to the new ones. It's not difficult, but indeed a bit different. Ee

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Peter Thomas
Ok, my bad - the documentation does mention the package change to wicket.validation.validator.AbstractValidator But the API looks a lot different, can you quickly point me to the online Javadoc corresponding to 1.3.0-incubating-SNAPSHOT - also if it is downloadable as a zip or something. Thanks,

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Igor Vaynberg
hmm, it is briefly mentioned under Validation Changesi dont remember if we still have abstract validator or not, see the source of other alidators and if they extend something. -igor On 3/28/07, Peter Thomas <[EMAIL PROTECTED]> wrote: Igor, I now see that there is a 1.3.0-incubating-SNAPSHO

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Peter Thomas
Igor, I now see that there is a 1.3.0-incubating-SNAPSHOT (as opposed to 1.3-incubating-SNAPSHOT which I was using earlier). I assume this is the latest version and just switched. But Looks like wicket.markup.html.form.validation.AbstractValidator has disappeared. I don't see a mention of this

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Igor Vaynberg
peter can you try updating to the lastest snapshot and trying again? -igor On 3/28/07, Peter Thomas <[EMAIL PROTECTED]> wrote: Matej - I am using wicket-1.3-incubating-SNAPSHOT.jar dated 2007-03-12 Let me know if you need any more details. On the Page in question I had tried setVersioned wi

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Peter Thomas
Matej - I am using wicket-1.3-incubating-SNAPSHOT.jar dated 2007-03-12 Let me know if you need any more details. On the Page in question I had tried setVersioned with both true and false, same result. Thanks, Peter. On 3/28/07, Matej Knopp <[EMAIL PROTECTED]> wrote: Peter, are you using 1.x

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Matej Knopp
Peter, are you using 1.x? this can be caused by ajax requests being non-versioned in 1.2. In 1.x, the changes should be merged to latest version. On 3/28/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > matej didnt you fix this in 1.x svn? > > -igor > > > > On 3/28/07, Peter Thomas <[EMAIL PROTECTED

Re: [Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Igor Vaynberg
matej didnt you fix this in 1.x svn? -igor On 3/28/07, Peter Thomas <[EMAIL PROTECTED]> wrote: Hi, I have a panel A that is replaced by another panel B over Ajax using Component.replaceWith(). Panel B contains a few Links. Say I navigate to this Page and trigger the event that causes panel

[Wicket-user] Ajax component replaceWith and browser back-button problems

2007-03-28 Thread Peter Thomas
Hi, I have a panel A that is replaced by another panel B over Ajax using Component.replaceWith(). Panel B contains a few Links. Say I navigate to this Page and trigger the event that causes panel B to replace Panel A. Then I click one of the Link(s) within Panel B that brings up another page.