Hello, I am newbie for lisp and start makeing a webapp using weblocks.
I know about php ,ruby  kind of frameworks , but now  try to
understand theory of weblocks way.  Weblocks prefer to use
continuation base rather than URL parameter base GET request. But In
my webapp I have to deal with some parameter query string and I start
searching google for how to deal with URL request token.

>From this group's archive ,I found out someone talk about ways of
geting URL params. That said (http://groups.google.com/group/weblocks/
browse_thread/thread/3938ec6ff8d83adb/0bdff92f2a1995f0?
lnk=gst&q=selector#0bdff92f2a1995f0) subcalssing on-demand-selector
widget gave lookup-function to the method that takeing selector class
and uri-token. And make instance at init-session function.

I did same steps, make on-demand-selector subclass widget and method
related with that widget taking URL tokens as args. but url tokens
never binds, always nil. Even I can get params using request-parameter
functions from weblocks. I couldn't get bit clear about how selector
widget and on-demand-selector widget works.

how its works with url like ( /tk1/tk2 ) or ( /?tk=001 ) . how to get
params from these widgets.

thanks

hide

-- 
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.

Reply via email to