Hi everybody,

I'm having a JsonHandler object inside a snippet and I want to access
some vals from to enclosing snippet. But unfortunately this doesn't
work, because it seems that there is just one single instance per
session and class name maintained by Lift. Having a fresh handler per
snippet would let me easily capture some state from the enclosing
snippet instance, but as the same JsonHandler gets reused in setting
up the Javascript for callback, this is not working.

Is there a way to remove the registered handler from the session?
LiftSession.set and unset aren't accessible for the outside world. Or
to enforce to have a new handler everytime?

I'm using Lift 1.1-M8.

Thanks for any ideas,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to