[Seaside] WARender>>shouldRedirect

Sebastian Sastre ssastre at seaswork.com
Wed Feb 28 12:44:15 UTC 2007


Hi there,
    
    I have regularly this MessageNotUndesrtood: UndefinedObject>>isGet
with:
 
WARender>>shouldRedirect
 ^ request isGet not or: [(request fields includesKey: '_n') not]
 
    And allways I patch it to:
 
WARender>>shouldRedirect
 ^ request isNil or:[ request isGet not or: [(request fields includesKey:
'_n') not]]
 
    And then I have no more problems about that. There is any inconvenience
to integrate this patch to official Seaside? how and who will do it?
 
    cheers,
 
Sebastian Sastre

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070228/7a4075b6/attachment.htm


More information about the Seaside mailing list