framework icon indicating copy to clipboard operation
framework copied to clipboard

Communication between comet actor and snippet via RequestVar

Open fixundfertig123 opened this issue 10 years ago • 1 comments

There are use cases when one wants to hand over params from CometActor to snippets via RequestVars. One example would be a SHtml.link() within a CometActor where the parameter could be passed by a RequestVar snapshot.

This issue is discussed in https://groups.google.com/forum/#!topic/liftweb/N_yNYnaErhQ

fixundfertig123 avatar Jul 31 '14 07:07 fixundfertig123

The snippet refactor I want to work on for, amongst other things, #1799, may provide some better approaches here. We're dealing with some of these issues at work and have come up with a few interesting ways to try to deal with it.

Shadowfiend avatar Apr 22 '17 19:04 Shadowfiend