Hello everyone!

I am a totally newbie to Weblocks (but I think it is awesome), and my
experience with CL is a bit limited. Thus, feel free to make fun of me
if you need. However, I have a few questions:
  1. How are widget and view different? When should I use each? Is it
possible to mix widgets into a view (especially a form view) and vice
versa?
  2. If I have something like:
(defwidget list-mk () ((list-so-far ...)))

(defmethod render-widget-body ((widget list-mk) &rest args)
  (with-html (:input :type "string" :id "input-string")
                 (render-link (lambda (&rest arg) ...)
                                  "add element to list")))
     How can I get the value of the string from the input?

Thank you!
magice

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