|
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. Now when I use the browser back button I see the first Page where B is visible as expected. But now when I click on another Link within B - it causes a Wicket runtime exception: component [...] not found on page [...] Everywhere else across the app, browser back-button works beautifully. Is this problem to be expected if you have links within an area on a page refreshed using Ajax and then you use the browser back button to try other links in that area? Thanks, Peter. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
matej didnt you fix this in 1.x svn?
-igor On 3/28/07, Peter Thomas <[hidden email]> wrote:
Hi, ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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 <[hidden email]> wrote: > matej didnt you fix this in 1.x svn? > > -igor > > > > On 3/28/07, Peter Thomas <[hidden email]> 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 B to > replace Panel A. Then I click one of the Link(s) within Panel B that brings > up another page. > > > > Now when I use the browser back button I see the first Page where B is > visible as expected. But now when I click on another Link within B - it > causes a Wicket runtime exception: component [...] not found on page [...] > > > > Everywhere else across the app, browser back-button works beautifully. Is > this problem to be expected if you have links within an area on a page > refreshed using Ajax and then you use the browser back button to try other > links in that area? > > > > Thanks, > > > > Peter. > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Wicket-user mailing list > > [hidden email] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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 <[hidden email]> wrote: Peter, are you using 1.x? this can be caused by ajax requests being ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
peter can you try updating to the lastest snapshot and trying again?
-igor On 3/28/07, Peter Thomas <[hidden email]> wrote: Matej - I am using wicket-1.3-incubating-SNAPSHOT.jar dated 2007-03-12 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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 at http://cwiki.apache.org/WICKET/migrate-13.html can you help? Other API changes I noted: - getObject(Component) in AbstractReadOnlyModel became getObject() - FeedBackMessage.getMessage() returns Object not String - IStringResourceLoader added one method signature loadStringResource(Component, String) Thanks, Peter. On 3/29/07,
Igor Vaynberg <[hidden email]> wrote: peter can you try updating to the lastest snapshot and trying again? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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 <[hidden email]> wrote: Igor, ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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, Peter. On 3/29/07, Igor Vaynberg <[hidden email]> wrote: hmm, it is briefly mentioned under ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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. Eelco On 3/28/07, Peter Thomas <[hidden email]> wrote: > 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, > > Peter. > > On 3/29/07, Igor Vaynberg < [hidden email]> wrote: > > hmm, it is briefly mentioned under > > > > Validation Changes i 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 <[hidden email]> wrote: > > > 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 at > http://cwiki.apache.org/WICKET/migrate-13.html can you > help? > > > > > > Other API changes I noted: > > > - getObject(Component) in AbstractReadOnlyModel became getObject() > > > - FeedBackMessage.getMessage() returns Object not String > > > - IStringResourceLoader added one method signature > loadStringResource(Component, String) > > > > > > Thanks, > > > > > > Peter. > > > > > > > > > > > > On 3/29/07, Igor Vaynberg <[hidden email]> wrote: > > > > peter can you try updating to the lastest snapshot and trying again? > > > > > > > > > > > > -igor > > > > > > > > > > > > > > > > On 3/28/07, Peter Thomas < [hidden email]> 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 with both true and false, same result. > > > > > > > > > > Thanks, > > > > > > > > > > Peter. > > > > > > > > > > > > > > > > > > > > On 3/28/07, Matej Knopp < [hidden email]> wrote: > > > > > > 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 < [hidden email]> wrote: > > > > > > > matej didnt you fix this in 1.x svn? > > > > > > > > > > > > > > -igor > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 3/28/07, Peter Thomas < [hidden email] > 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 B to > > > > > > > replace Panel A. Then I click one of the Link(s) within Panel B > that brings > > > > > > > up another page. > > > > > > > > > > > > > > > > Now when I use the browser back button I see the first Page > where B is > > > > > > > visible as expected. But now when I click on another Link > within B - it > > > > > > > causes a Wicket runtime exception: component [...] not found on > page [...] > > > > > > > > > > > > > > > > Everywhere else across the app, browser back-button works > beautifully. Is > > > > > > > this problem to be expected if you have links within an area on > a page > > > > > > > refreshed using Ajax and then you use the browser back button to > try other > > > > > > > links in that area? > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > Peter. > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > > > > > Join SourceForge.net's Techsay panel and you'll get the chance > to share > > > > > > > your > > > > > > > > opinions on IT & business topics through brief surveys-and > earn cash > > > > > > > > > > > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > > > > _______________________________________________ > > > > > > > > Wicket-user mailing list > > > > > > > > [hidden email] > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > > > > Join SourceForge.net's Techsay panel and you'll get the chance > to share your > > > > > > > opinions on IT & business topics through brief surveys-and earn > cash > > > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > > _______________________________________________ > > > > > > > Wicket-user mailing list > > > > > > > [hidden email] > > > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > > > > > opinions on IT & business topics through brief surveys-and earn > cash > > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > _______________________________________________ > > > > > > Wicket-user mailing list > > > > > > [hidden email] > > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > > > > opinions on IT & business topics through brief surveys-and earn cash > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > _______________________________________________ > > > > > Wicket-user mailing list > > > > > [hidden email] > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > > > opinions on IT & business topics through brief surveys-and earn cash > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > _______________________________________________ > > > > Wicket-user mailing list > > > > [hidden email] > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > Wicket-user mailing list > > > [hidden email] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Wicket-user mailing list > > [hidden email] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
In reply to this post by Peter Thomas
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 might be a place to start -igor On 3/28/07,
Peter Thomas <[hidden email]> wrote: Ok, my bad - the documentation does mention the package change to wicket.validation.validator.AbstractValidator ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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.MarkupException: Unable to find component with id '<auto>-message_attr' in [MarkupContainer [...]] This is the offending markup: <input type="submit" wicket:message="value= login.submit"/> Any idea how to proceed? Looks like something related to wicket:message attribute i18n broke. Thanks, Peter. On 3/29/07,
Igor Vaynberg <[hidden email]> wrote: we only have an unofficial release for it that is a zip. search the list for it, it is in martijn's dir somewhere. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
<auto> is something from 2.0, are you sure you have the right jars?
-igor On 3/28/07, Peter Thomas <[hidden email]> 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. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
Pretty sure. I'm using Maven2 and the JAR name is wicket-1.3.0-incubating-SNAPSHOT.jar
On 3/29/07, Igor Vaynberg <[hidden email]> wrote: <auto> is something from 2.0, are you sure you have the right jars? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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 <[hidden email]> wrote: Pretty sure. I'm using Maven2 and the JAR name is wicket-1.3.0-incubating-SNAPSHOT.jar ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
yes, create a jira
-igor On 3/29/07, Peter Thomas <[hidden email]> 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. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
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....
|
|
On 8/6/07, dukejansen <[hidden email]> 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 page they are for, so assuming the one rendered most > recentely.... The Ajax versioning problem was resolved for me in one of the later snapshots. 1.3.0-beta2 works fine for me as well. igor.vaynberg wrote: > > > > yes, create a jira > > > > -igor > > > > > > On 3/29/07, Peter Thomas <[hidden email]> 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 <[hidden email]> wrote: > >> > > >> > Pretty sure. I'm using Maven2 and the JAR name is > >> > wicket-1.3.0-incubating-SNAPSHOT.jar > >> > > >> > On 3/29/07, Igor Vaynberg < [hidden email]> wrote: > >> > > > >> > > <auto> is something from 2.0, are you sure you have the right jars? > >> > > > >> > > -igor > >> > > > >> > > > >> > > On 3/28/07, Peter Thomas < [hidden email]> 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 I have a big problem with the usage of wicket:message > attribute > >> > > > (tag works fine). This is the error: > >> > > > > >> > > > wicket.markup.MarkupException: Unable to find component with id > >> > > > '<auto>-message_attr' in [MarkupContainer [...]] > >> > > > > >> > > > This is the offending markup: <input type="submit" > >> > > > wicket:message="value= login.submit"/> > >> > > > > >> > > > Any idea how to proceed? Looks like something related to > >> > > > wicket:message attribute i18n broke. > >> > > > > >> > > > Thanks, > >> > > > > >> > > > Peter. > >> > > > > >> > > > On 3/29/07, Igor Vaynberg <[hidden email]> wrote: > >> > > > > > >> > > > > 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 might be a place to start > >> > > > > > >> > > > > -igor > >> > > > > > >> > > > > > >> > > > > On 3/28/07, Peter Thomas <[hidden email]> wrote: > >> > > > > > > >> > > > > > 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, > >> > > > > > > >> > > > > > Peter. > >> > > > > > > >> > > > > > On 3/29/07, Igor Vaynberg < [hidden email]> wrote: > >> > > > > > > > >> > > > > > > hmm, it is briefly mentioned under > >> > > > > > > Validation Changes i 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 <[hidden email]> wrote: > >> > > > > > > > > >> > > > > > > > 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 at > >> http://cwiki.apache.org/WICKET/migrate-13.html > >> > > > > > > > can you help? > >> > > > > > > > > >> > > > > > > > Other API changes I noted: > >> > > > > > > > - getObject(Component) in AbstractReadOnlyModel became > >> > > > > > > > getObject() > >> > > > > > > > - FeedBackMessage.getMessage() returns Object not String > >> > > > > > > > - IStringResourceLoader added one method signature > >> > > > > > > > loadStringResource(Component, String) > >> > > > > > > > > >> > > > > > > > Thanks, > >> > > > > > > > > >> > > > > > > > Peter. > >> > > > > > > > > >> > > > > > > > On 3/29/07, Igor Vaynberg <[hidden email]> > wrote: > >> > > > > > > > > > >> > > > > > > > > peter can you try updating to the lastest snapshot and > >> > > > > > > > > trying again? > >> > > > > > > > > > >> > > > > > > > > -igor > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > On 3/28/07, Peter Thomas < [hidden email]> wrote: > >> > > > > > > > > > > >> > > > > > > > > > Matej - I am using > >> wicket-1.3-incubating-SNAPSHOT.jardated 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 < [hidden email]> > wrote: > >> > > > > > > > > > > > >> > > > > > > > > > > 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 < [hidden email] > > > >> > > > > > > > > > > wrote: > >> > > > > > > > > > > > matej didnt you fix this in 1.x svn? > >> > > > > > > > > > > > > >> > > > > > > > > > > > -igor > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > On 3/28/07, Peter Thomas < [hidden email] > > >> > > > > > > > > > > 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 B to > >> > > > > > > > > > > > replace Panel A. Then I click one of the Link(s) > >> > > > > > > > > > > within Panel B that brings > >> > > > > > > > > > > > up another page. > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > Now when I use the browser back button I see > the > >> > > > > > > > > > > first Page where B is > >> > > > > > > > > > > > visible as expected. But now when I click on > >> > > > > > > > > > > another Link within B - it > >> > > > > > > > > > > > causes a Wicket runtime exception: component > [...] > >> > > > > > > > > > > not found on page [...] > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > Everywhere else across the app, browser > >> > > > > > > > > > > back-button works beautifully. Is > >> > > > > > > > > > > > this problem to be expected if you have links > >> within > >> > > > > > > > > > > an area on a page > >> > > > > > > > > > > > refreshed using Ajax and then you use the browser > >> > > > > > > > > > > back button to try other > >> > > > > > > > > > > > links in that area? > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > Thanks, > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > Peter. > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > > > > > > > > Take Surveys. Earn Cash. Influence the Future > of > >> > > > > > > > > > > IT > >> > > > > > > > > > > > > Join SourceForge.net's Techsay panel and you'll > >> > > > > > > > > > > get the chance to share > >> > > > > > > > > > > > your > >> > > > > > > > > > > > > opinions on IT & business topics through brief > >> > > > > > > > > > > surveys-and earn cash > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > > > > > > > > _______________________________________________ > >> > > > > > > > > > > > > Wicket-user mailing list > >> > > > > > > > > > > > > [hidden email] > >> > > > > > > > > > > > > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > > > > > > > Take Surveys. Earn Cash. Influence the Future of > IT > >> > > > > > > > > > > > Join SourceForge.net's Techsay panel and you'll > get > >> > > > > > > > > > > the chance to share your > >> > > > > > > > > > > > opinions on IT & business topics through brief > >> > > > > > > > > > > surveys-and earn cash > >> > > > > > > > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > > > > > > > >> > > > > > > > > > > > _______________________________________________ > >> > > > > > > > > > > > Wicket-user mailing list > >> > > > > > > > > > > > [hidden email] > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > > > > > > > > Join SourceForge.net's Techsay panel and you'll get > >> > > > > > > > > > > the chance to share your > >> > > > > > > > > > > opinions on IT & business topics through brief > >> > > > > > > > > > > surveys-and earn cash > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > > > > > > _______________________________________________ > >> > > > > > > > > > > Wicket-user mailing list > >> > > > > > > > > > > [hidden email] > >> > > > > > > > > > > > >> > > > > > > > > > > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > > > > > > > Join SourceForge.net's Techsay panel and you'll get > the > >> > > > > > > > > > chance to share your > >> > > > > > > > > > opinions on IT & business topics through brief > >> > > > > > > > > > surveys-and earn cash > >> > > > > > > > > > > >> > > > > > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > > > > > _______________________________________________ > >> > > > > > > > > > Wicket-user mailing list > >> > > > > > > > > > [hidden email] > >> > > > > > > > > > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > > > > > > Join SourceForge.net's Techsay panel and you'll get the > >> > > > > > > > > chance to share your > >> > > > > > > > > opinions on IT & business topics through brief > >> surveys-and > >> > > > > > > > > earn cash > >> > > > > > > > > > >> > > > > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > > > > _______________________________________________ > >> > > > > > > > > Wicket-user mailing list > >> > > > > > > > > [hidden email] > >> > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > > > > > Join SourceForge.net's Techsay panel and you'll get the > >> > > > > > > > chance to share your > >> > > > > > > > opinions on IT & business topics through brief > surveys-and > >> > > > > > > > earn cash > >> > > > > > > > > >> > > > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > > > _______________________________________________ > >> > > > > > > > Wicket-user mailing list > >> > > > > > > > [hidden email] > >> > > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > > > > Join SourceForge.net's Techsay panel and you'll get the > >> chance > >> > > > > > > to share your > >> > > > > > > opinions on IT & business topics through brief surveys-and > >> > > > > > > earn cash > >> > > > > > > > >> > > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > > _______________________________________________ > >> > > > > > > Wicket-user mailing list > >> > > > > > > [hidden email] > >> > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > > >> > > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > ------------------------------------------------------------------------- > >> > > > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > > > Join SourceForge.net's Techsay panel and you'll get the > chance > >> > > > > > to share your > >> > > > > > opinions on IT & business topics through brief surveys-and > earn > >> > > > > > cash > >> > > > > > > >> > > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > > _______________________________________________ > >> > > > > > Wicket-user mailing list > >> > > > > > [hidden email] > >> > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > > >> > > > > > > >> > > > > > >> > > > > > >> > > > > > >> > ------------------------------------------------------------------------- > >> > > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > > Join SourceForge.net's Techsay panel and you'll get the chance > to > >> > > > > share your > >> > > > > opinions on IT & business topics through brief surveys-and earn > >> > > > > cash > >> > > > > > >> > > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > > _______________________________________________ > >> > > > > Wicket-user mailing list > >> > > > > [hidden email] > >> > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > > >> > > > > > >> > > > > >> > > > > >> > > > > >> > ------------------------------------------------------------------------- > >> > > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > > Join SourceForge.net's Techsay panel and you'll get the chance to > >> > > > share your > >> > > > opinions on IT & business topics through brief surveys-and earn > >> cash > >> > > > > >> > > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > > _______________________________________________ > >> > > > Wicket-user mailing list > >> > > > [hidden email] > >> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > > >> > > > > >> > > > >> > > > >> > > > >> > ------------------------------------------------------------------------- > >> > > Take Surveys. Earn Cash. Influence the Future of IT > >> > > Join SourceForge.net's Techsay panel and you'll get the chance to > >> > > share your > >> > > opinions on IT & business topics through brief surveys-and earn > cash > >> > > > >> > > > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> > > _______________________________________________ > >> > > Wicket-user mailing list > >> > > [hidden email] > >> > > https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > > > >> > > > >> > > >> > >> > ------------------------------------------------------------------------- > >> Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to share > >> your > >> opinions on IT & business topics through brief surveys-and earn cash > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> _______________________________________________ > >> Wicket-user mailing list > >> [hidden email] > >> https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > >> > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Wicket-user mailing list > > [hidden email] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > -- > View this message in context: > http://www.nabble.com/Ajax-component-replaceWith-and-browser-back-button-problems-tf3479357.html#a12008955 > Sent from the Wicket - User (OLD) mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > IMPORTANT NOTICE: > > This mailing list is shutting down. Please subscribe to the Apache Wicket > user list. Send a message to: "users-subscribe at wicket.apache.org" and > follow the instructions. > _______________________________________________ > Wicket-user mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/wicket-user > This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
| Powered by Nabble | Edit this page |
