handle
View Handler methods "query()" and "pre_render()"
Hi
What is the purpose of the View handler method query()?
Using a skeleton class that traces the calling of the View handler methods, I see that method query() is called before method pre_render(). Is there an expected work flow relation between these two methods?
Thanks
Jeff in Seattle

