Hi guys,

I've done the following in init-session:

;; Session
(defun init-user-session (comp)
        (with-flow comp
          (yield (make-instance 'my-form-view-widget :data *data*))
                (yield (make-quickform 'my-form-view :data *data*))
                (init-user-session comp)))

http://paste.lisp.org/display/116328

My intention is to repeat a sequence of widgets. Is this the best/only
way to do it?

-Tristan

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