I guess you are replying just to the sentence " Stateless pages are most likely bookmarkable."
and then taking about wicket 1.x not wicket 2.0 (because then it is populated for you)
But in 1.x a page is not stateless when a form resides on it thats impossible.
Maybe most likely bookmarkable was a bit wrong. It doesn't have to be ofcourse you could
make such a page from anyother type of request (form submit or link click from another request)
But the thing is that in default wicket 1.x such a page will be statefull again because we redirect
to it (redirect after post). And that will make the page also statefull...

johan




On 10/20/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
On 10/20/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> all bookmarkable pages can have forms..
> that is already possible at the moment we had bookmarkable pages (like
> wicket 0.x)
>
> Again you mixup the notion of Bookmarkable and Stateless
> Those are NOT the same, especially bookmarkable in regards to stateless.
> the other way around, Stateless pages are most likely bookmarkable.

No, I don't think so. Are you telling me those forms are populated
automatically from a 'bookmarkable' url? I think not, and thus you
have to interpret/ repopulate the form yourself. Now bookmarkable
forms in the way they are in 2.0 now can be used just as normal form
with the only difference from an end-user's perspective that you can't
depend on instance variables.

Eelco

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to