We have some code in the initialize() method. Per the 4.1 doc initialize() is deprecated and we've to move the code to pageBeginRender().
however we find that code in the pageBeginRender does **not** get invoked for direct links, which is correct behavior. and hence we end up with all sorts of issues due to uninitialized properties when direct links are invoked. so is it our improper usage of initialize(), or should initialize() not be deprecated?!! Thanks, Karthik
