I'm attempting to load the markup for a page based on values that are available when the page is constructed. For example, I want to be able to pass a parameter into a page and then lookup the name of the content file in my database based on this parameter and then have the page load and display the appropriate content.
I've tried looking at the custom resource loading example in the examples package but that seems to work by loading content based on the class name and I didn't see a way to extend it. I've tried overwriting the newMarkupResourceStream method, but it seems to be called before the constructor is called as well as before the session is available. Any suggestions? j
