On Apr 20, 7:59 am, Paul Meurer <[email protected]> wrote:
> 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>

A project I'm helping with is running into this problem, too.

If anyone has a work-around or unofficial patch that I could use while
we wait for a fix to be committed to weblocks-dev, that would be
helpful.




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