Thank you for your reply. I'll try your suggestions next time I look for ajax behavior. For now, I made this work by removing :no-cache from selector values, and by changing request uri to include product pk in the path, wiki-style.
On Dec 7, 9:29 am, Nandan Bagchee <[email protected]> wrote: > Also, can you add a check in pricingform? > > (defun pricingform (data) > (if data > (make-instance 'dataform > :ui-state :data > :form-view 'product-form-view > :data-view 'product-data-view > :data data) > (break "failed")) > > On Dec 7, 10:25 am, Nandan Bagchee <[email protected]> wrote: > > > What is the defview form for 'product-data-view ? > > > On Dec 7, 12:00 am, Dmitri P <[email protected]> wrote: > > > > I click "Verify", and the form doesn't > > > update.http://paste.lisp.org/display/117398 > > > When I change render-link to :ajaxp nil, I get: > > > > SIMPLE-ERROR: NIL has no slot named WEBLOCKS:ID, etc (see annotation). > > > Please tell me what I'm doing wrong. My goal is to have dataview > > > refresh automatically when action causes data changes. -- 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.
