"Leslie P. Polzer" <[email protected]> writes:

>> There still seems to be a problem though when your second widget in
>> the flow is a navigation widget, like:
>>
>> (defun init-user-session (comp)
>>   (with-flow comp
>>     (yield (login-page comp))
>>     (yield (make-main-page))))
>>
>> (defun make-main-page ()
>>    (make-instance 'composite
>>    :widgets
>>    (list (make-navigation 'main-menu (list ...)))))
>>
>> I get the following error:
>>
>>    UNBOUND-SLOT: Slot WEBLOCKS::BASE-URI is unbound in #<NAVIGATION
>> WEBLOCKS-CLSQL-DEMO::MAIN-MENU>
>
> This is a bug in the new dispatching system.
>
> We will need to fix this before the next release.
>
> Volunteers?

I'm looking at it. It's puzzling -- this can only happen if
update-children was never called for the selector that the navigation is
derived from. This is something that should never happen.

Paul -- any chance you could provide me with a more complete backtrace?
I'd really like to know who called selector-base-uri and when.

--J.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to