Hi, quick question. I have an 1.4 app which uses setResponsePage(getApplication().getHomePage()); in a Component's contructor and it works even if the Component is not yet fully configured (not all children created and added). In 1.5 the same page throws a MarkupException. In 1.5 Pages obviously are allways rendered, even with the response page re-set to something else. Is that by purpose? Why does it make sense to still render the page?
-Juergen
