Hi all, I've got the following scenario: A comet actor renders a link like this: SHtml.link(myURL, handleClick, Text(linkText), "target" -> "new_window")
The handleClick function then stores some information in a RequestVar. Embedded into the page referenced by myURL, is a snippet that accesses the RequestVar. My problem now is that the RequestVar, when accessed by the snippet is always empty. What I know is that the "handleClick" really stores something into the RequestVar. What am I doing wrong? Any help is appreciated. Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en.
