dev@jsftemplating.java.net

[Issue 23] initPage not called

From: <kenpaulsen_at_dev.java.net>
Date: 16 Aug 2007 23:09:33 -0000

initPage not called:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=23



User kenpaulsen changed the following:

                What |Old value |New value
================================================================================
                  Status|NEW |RESOLVED
--------------------------------------------------------------------------------
              Resolution| |FIXED
--------------------------------------------------------------------------------




------- Additional comments from kenpaulsen_at_dev.java.net Thu Aug 16 23:09:30 +0000 2007 -------
I resolved this by checking during LayoutViewHandler.createView to see if you are creating a UIViewRoot that you already
have (meaning you are navigating to the page you are on). In this case, I clear the initPage-fired flag so that it will
re-execute.