I have a snippet that calls S.redirectTo with state.  In this same
snippet class I have a few functions to show the values of the
processed RequestVar's.  This works fine until I refresh the page,
because in these functions I call .open_! on some now Empty
RequestVar's.  It is simple enough to show Text("") when the box is
not Full, but now I have a problem with the page not showing useful
data.

What are some suggestions for handling this?  Should I just add code
to each of my many snippet functions to redirect to "/" when the
RequestVar's are empty?

Thanks,
Bryan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@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