Some users stick "hld_" (or hold) variables onto screens, which are passed
along automatically from page to page to keep context.
When a programmer uses x6.json.init(), these variables are automatically
passed along.
However, when a programmer passes to a simple URL, they are all lost.
The new function "linkHolds(url)" accepts a GET string, adds all hold
variables to it, and then jumps to it.
Anybody using this system would use linkHolds() instead of regular links
whenever they need to preserve context.
Original issue reported on code.google.com by KenDown...@gmail.com on 18 May 2009 at 4:50
Original issue reported on code.google.com by
KenDown...@gmail.com
on 18 May 2009 at 4:50