Greg's Blog

helping me remember what I figure out

Passing Result Sets to Your Views

| Comments

So you have managed to execute a query, but how on earth do you get them to be passed through the framework to your view. The trick is to set a resultKey for the result to be stored in, as shown below: [code] [/code] In your view you can then reference the result doing something like this: [code] [/code]