malpaso
Trying not to be a rookie
Joined: 12/11/08
Posts: 17 |
setNextRoute
05/27/10 7:05 AM
I'm trying to use setNextRoute with the 'persist' attribute and the routing works but my persisted variables (structure and a query) are not visible.
<cfset rc.struct = structNew()> <cfset rc.qry = queryNew("")> <cfset setNextRoute(route:"route",persist:"struct,qry",ssl:"true")>
Any ideas what I'm doing wrong?
|
|
Link | Top | Bottom
|
malpaso
Trying not to be a rookie
Joined: 12/11/08
Posts: 17 |
RE: setNextRoute
05/27/10 7:10 AM
I think I just realized what I was doing wrong. Sorry to bother :)
|
|
Link | Top | Bottom
|
malpaso
Trying not to be a rookie
Joined: 12/11/08
Posts: 17 |
RE: setNextRoute
05/27/10 8:59 PM
Still can't get this to work with setNextRoute().
Has anybody got a viable working example of setNextRoute using the persist argument?
|
|
Link | Top | Bottom
|