On Fri, Jan 23, 2009 at 12:36:40PM -0800, Robin Lee Powell wrote:
> 
> 
> I've never been very good with dynamic variables, but it seems like:
> 
> (let
>     ((*submit-control-name* "foo"))
>     (render-widget
>       (make-quickform ...)))
> 
> should DTRT, but it doesn't.  Help?

Not sure why that doesn't work for you, but I suggest
you just use the :buttons argument to formview:

  (defview my-quickform-view (:type form
                              :buttons '(("submit" . "foo")("cancel" .  
"bar"))))

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