WARender>>shouldRedirect hack

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

WARender>>shouldRedirect hack

Sebastián Sastre-3
Hi there,

 I'm using seaside 2.7a1-pmm.157 with ShoreComponents-3 and because of an unespected walkback (because #request where nil) I've patched this method to:

WARender>>shouldRedirect
    ^ request isNil or:[request isGet not or: [(request fields includesKey: '_n') not]]

 I'm the only one?

regards,

Sebastian



_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside