You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RequestVars are good for sharing between snippets. Don't work for comet.
"The purpose of RequestVars is to share state across snippets during a single request. I advise against using RequestVars when snippet instance variables are available." (dpp in https://groups.google.com/forum/?fromgroups#!msg/liftweb/gTkrnu8588o/dxaKFPrI5y4J)
Mention Wizard as another useful way to handle simple form stuff?
Problem:
You want a regular HTML form and process the values on the server.
Solution:
Use StatefulSnippet and instance vars.
(insert example here)
Discussion:
Because... https://groups.google.com/forum/?fromgroups#!topic/liftweb/2pxQf4VMk-c and the links from it
RequestVars are good for sharing between snippets. Don't work for comet.
"The purpose of RequestVars is to share state across snippets during a single request. I advise against using RequestVars when snippet instance variables are available." (dpp in https://groups.google.com/forum/?fromgroups#!msg/liftweb/gTkrnu8588o/dxaKFPrI5y4J)
Mention Wizard as another useful way to handle simple form stuff?
See also
4.3 Stateful Snippets
http://simply.liftweb.net/index-4.3.html
4.4 RequestVars
http://simply.liftweb.net/index-4.4.html
The text was updated successfully, but these errors were encountered: