I am still playing and finding my way around.
However it seems that when you use a uri-parameters-mixin, like:
(defwidget test ()
((uri-test :initform "Never set yet!"
:accessor uri-test
:uri-parameter uri)))
It defines the widget just fine and
creates all the infrastructure to map the get parameter 'uri' to the
slot 'uri-test', but the function to actual update the slot value:
update-widget-parameters
is never called.
Is this by design? Or am I missing something really obvious?
grepping through the source did not show any call to the
update-widget-parameters function.
If it is not by design, I will try to find the right place to call this
method.
Kind regards,
Wim Oudshoorn.
--
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.