Sorry, my previous post was too rambling. > When I just started with hunchentoot a while ago and wrote a little > web site I had never had problems with displaying menu and making REST- > style urls.
Selectors have several advantages: 1. modular & maintainable 2. better security / app design 3. caching of widgets at URLs > I think Weblocks should give a user an easy way to get down to the > hunchentoot dispatcher (maybe Weblocks already has it, I just couldn't > figure it out) and map any widget to any url regular expression or > function. Use hunchentoot-create-prefix-dispatcher or the equivalent h-c-regex- d > I think that navigation control should be extended so that it would > allow some kind of regex-url to widget mapping (or funcall-widget to > widget mapping) and the ability to redraw itself based on the > currently selected url. You can subclass the navigation widget, and write a custom get-widget- for-tokens method to accomplish this. -- 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.
