[Seaside] 302 error after 10 selections.

Lukas Renggli renggli at gmail.com
Tue May 11 21:22:25 UTC 2010


AFAIK the page cache normally keeps 10 requests.

However AJAX requests should go into the current page cache, thus that
cannot expire. Check with FireBug or a similar tool that all request
that don't do a full refresh share the same _k key with the current
page. If not, I suspect that there is something wrong with your AJAX
code.

Lukas

On 11 May 2010 23:15, Timothy James Ziebart <timothy at churchmilitant.org> wrote:
> Hi all,
>
> strange problem.  I have a form with 3 list boxes.  BoxA updates BoxB and
> BoxC dynamically.  I am using jQuery to serialize and reload the boxes.
> This is the problem:
>
> After having made the 10th selection in any of the boxes I get a 302 message
> from the server and the dispatcher page is displayed in place of the list
> boxes.  Only on the 10th selection. It does not appear to matter how many
> times I make selections in a particular list or in what sequence -- it
> always occurs on the 10th selection.
>
> Any suggestions as to what it might be?  Curious it occurs on the 10th -
> could it be the element id's (using nextId when element redrawn)?   I am at
> a loss as to where to look.
>
> Thank you for taking the time.
>
> Tim
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>



-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list