> 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?


--~--~---------~--~----~------------~-------~--~----~
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