Just one to say one thing more for this

MultiPageWindow support doesn't have much to do with back button support
Those 2 are sperated issues.

with multipage window support we are fixing things where the back button doesn't have to be touched at all.

johan


On 4/29/06, Michael Day <[EMAIL PROTECTED]> wrote:
I understand that we have a _javascript_/cookie solution, but I don't
like it.  If I don't need back button support, why can't wicket deal
with multiple tabs/windows without _javascript_?  Each time a page
containing a form is loaded, keep it in session as a separate object
- even if the page is there more than once.  Then when the form is
submitted, make updates to the correct object (which was found by the
form action url).  Surely I'm missing something?

Michael Day

On Apr 29, 2006, at 11:12 AM, Eelco Hillenius wrote:

> But that's exactly what we have build in. It's not totally fail safe -
> clients need at least _javascript_ turned on but preferably also allow
> cookies - but given the technology it's the best we can do for server
> side store.
>
> Eelco
>
>
> On 4/29/06, Michael Day <[EMAIL PROTECTED]> wrote:
>> I don't want to test with two tabs, but the fact is that my users
>> will be doing it regardless of what wicket supports.  The expired
>> page is logical to me also, but it is not acceptable.  Using your
>> example below, can't we leave page 2 in memory?  The form action is
>> set to a separate
>> "wicket interface", so can't the server somehow detect that this
>> request is *separate* from the requests happening on page 1?  If not,
>> could an extra hidden form field help?
>>
>> Michael Day
>>
>> On Apr 29, 2006, at 6:30 AM, Johan Compagner wrote:
>>
>> > i will check out the deadlock.
>> > But can i say that when you disable multi window support you can
>> > start testing with 2 tabs
>> > or you really have to specify the pagemap youreself
>> >
>> > So if you have use/test 2 tabs and both are in the same pagemap
>> > multiwindow support MUST be on.
>> > Else it really won't work, that expired page doesn't really suprise
>> > me, that is pretty logical
>> > because we use a access stack. So if you load 1 then 2 then you
>> > submit 1 then 2 will be erased
>> > from memory on the serverside!
>> >
>> > johan
>> >
>> >
>> >
>> >
>> > On 4/28/06, Michael Day < [EMAIL PROTECTED]> wrote: Hi,
>> >
>> > There is an issue when automatic multi-window support is turned
>> off.
>> >
>> > I have a form on a bookmarkable page.  I loaded it in two tabs,
>> then
>> > submitted both.  This caused the second one to show an expired page
>> > error.  When I click back and try to submit again, the connection
>> > stalls.
>> >
>> > Michael Day
>> >
>> >
>> >
>> > -------------------------------------------------------
>> > 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
>>
>
>
> -------------------------------------------------------
> 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&kid0709&bid&3057&dat1642
> _______________________________________________
> 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?cmdlnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to