[Seaside-dev] WANotFoundHandler

Julian Fitzell jfitzell at gmail.com
Thu May 6 08:38:57 UTC 2010


Have you checked if that method is even being called? I think if your
Dispatcher has a default entry point set, it will always use that rather
than trying to raise a NOT FOUND.

I bet if you set the dispatcher's default to "None" it will work.

Julian

On Thu, May 6, 2010 at 2:42 AM, Carlos Crosetti <
carlos.crosetti at mostar.com.ar> wrote:

>  Julia, I apologize for sending to the wrong list. Please dont blame on me
> for this note.
> What I am looking for is to make the WANofFoundhandler redirect back to the
> Seasid registed app, the URL  will look like
> http://locahost:8080/seaside/path/myapp
>
> I coded
>     WANotFoundHandler>>handleRequest: aRequest
>         ^WAResponse rediredtTo: 'http://localhost:8080/seaside/path/myapp'
>
> and got this method working, but is leaving me back in the /seasie root-
>
> Carlos
>
> ----- Original Message -----
> *From:* Julian Fitzell <jfitzell at gmail.com>
> *To:* Seaside - developer list <seaside-dev at lists.squeakfoundation.org>
> *Sent:* Wednesday, May 05, 2010 6:26 PM
> *Subject:* Re: [Seaside-dev] WANotFoundHandler
>
> Hi Carlos,
>
> I'm not sure what you're asking. Are you wondering how to process the URL
> in Seaside? Or what the URL should look like? Or how to make the request?
> Are you wanting the URL to trigger a callback or just a normal rendering
> phase?
>
> By the way, I would suggest posting your questions to the "seaside" list
> instead of the "seaside-dev" list. The -dev list is intended for discussion
> of the development of the Seaside framework itself and it has a much smaller
> membership. You'll get a faster reply on the general list.
>
> Julian
>
> On Wed, May 5, 2010 at 8:58 PM, Crosetti, Carlos A <
> carlos.a.crosetti at verizonbusiness.com> wrote:
>
>>  Hi, please disregard my last note. I found class WANotFoundHandler that
>> actually is deliverying the unhandled requests into a directory and I then
>> got the way to trap external request.
>>
>>
>>
>> So, what is the standard way to deliver a reply to the some URL that in
>> turns goes back to the Seaside application?
>>
>>
>>
>> Carlos Crosetti
>>
>>
>>
>> _______________________________________________
>> seaside-dev mailing list
>> seaside-dev at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>>
>>
>  ------------------------------
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20100506/6f87b3f0/attachment-0001.htm


More information about the seaside-dev mailing list