Sending Messages Between Pages in Perspective

Thanks for the writeup @cmallonee. I’m still trying to get my sea legs with regards to perspective.

I was just looking for a way to send a parameter to a page without having to enter it into the URL. I’ve used page parameters before but they’ve been one or two word text strings. I would then use the parameters to build a tag paths inside my template view and map data accordingly. What I was hoping to do now was send a whole data structure that contained configuration data for a set of views on a carousel on a template view without garbling up the URL.

I know that views can be navigated to with parameters and they won’t appear in the URL but I don’t want to trip up the user if they press the back button.

I’ll try to find another way to get where I need to go.
Thanks again,
G