[Seaside] Alternative to call:

J.F. Rick self at je77.com
Fri Mar 27 23:28:01 UTC 2015


Perhaps I figured it out. I just replaced
    self call: something
with
    self session presenter call: something
It works, but it may not be the right way to do this.

Cheers,

Jeff

On Fri, Mar 27, 2015 at 7:13 PM J.F. Rick <self at je77.com> wrote:

> Maybe? :) What's a redirect? I can't really find that either. The main
> thing I found is this:
>
> http://stackoverflow.com/questions/7977179/how-do-i-simply-redirect-to-another-toplevel-seaside-component
>
> Cheers,
>
> Jeff
>
>
> On Fri, Mar 27, 2015 at 1:20 PM Brad <bsselfridge at gmail.com> wrote:
>
>> Would a redirect work?
>>
>> Brad Selfridge
>> 913-269-2385
>>
>> > On Mar 27, 2015, at 11:40 AM, J.F. Rick <self at je77.com> wrote:
>> >
>> > This is a silly novice question but I couldn't easily find the answer
>> in the documentation. I'm trying to open up a completely different part of
>> my application. When I do call:, it replaces the component with the new
>> component. I want it to replace everything. What do I do?
>> >
>> > Cheers,
>> >
>> > Jeff
>> > _______________________________________________
>> > seaside mailing list
>> > seaside at lists.squeakfoundation.org
>> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150327/4ee7ba95/attachment.htm


More information about the seaside mailing list