Hi, I've only just started playing with weblocks, so sorry if this is trivial but I've searched around and not found any up-to-date documentation on the subject. I'd be happy to be directed to some if it exists.
I'm trying to make a webapp such that I can visit http://foo/details/baz, and have this run the widget 'details' passing 'baz' to it as an argument. I currently have a simple navigator that looks like this: (defun init-user-session (comp) (setf (composite-widgets comp) (make-navigation "Main menu" (list "Details" (make-details-page) "details")))) This works, and runs the appropriate widget when I visit http://foo/details; but how can I make the remainder of the URL available to my widget? Thanks, -- Mike -- 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.
