2 of jwebunit tests are still failing due to the cookies.js. I guess it is because jwebunit does't handle javascript perfectly right.
Juergen On 4/15/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > The problem is with the pagemaps. Browsing in one window will invalidate > pages in another window. > > Other frameworks either have no serverside state requirement (struts, > webwork) or prohibit the usage of the back button (Echo) > > Martijn > > > On 4/15/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > > I don't know the other web frameworks very well. Do they all need it? > I can't remember I've seen it anywhere else. Is it something that each > user has to develop on there own in case of the other frameworks? Why > does Wicket require it? > > Juergen > > On 4/15/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > > it is not about popup pages it is for every webpage there is > > If a user does CTRL-N or klicks on a links and says open in new tab/window > > or copies a link and copies that link in another browser he/she has open. > > all that kind of stuff you as developer never know this if a user does it > or > > not. > > > > So it is not a limited number it can happen with pretty much every > > application you make with wicket. > > > > johan > > > > > > > > On 4/15/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > > > > WebPage now contains quite some code related to popup windows. From > > what I see there are web apps which require that support, hence we > > should support it, but it is a limited number. I wonder if it would > > make sense to move that code into something like PopupWebPage in order > > not to blur WebPage. And 2nd, but that I guess is my gut feeling, I > > don't like that we generate javascript for each webpage even though it > > is never required in my apps. > > > > Juergen > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > > that extends applications into web and mobile media. Attend the live > webcast > > and join the prime developer group breaking into this new coding > territory! > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > -- > Wicket 1.2 is coming! Write Ajax applications without touching JavaScript! > -- http://wicketframework.org ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
