Saikat Chakrabarti <[email protected]> writes:
[...]
> Jan, the reason I say mostly above is that I have now run into a
> different problem. I no longer get the error I was getting earlier
> (or any error for that matter), but my object is simply not getting
> created in the database.
Here's how I register my users (this is in a do-dialog actually):
(make-instance 'dataform
:form-view 'user-registration-form
:ui-state :form
:data (make-instance 'user)
:answerp nil
:on-success (lambda (w) (answer w (dataform-data w)))
:on-cancel (lambda (w &rest args)
(declare (ignore args))
(answer w nil))))
I hope that helps.
--J.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---