I'm trying to track down a bug in 4.1.1 which makes the inherit flag on the tags fail. From what I figured out so far, I think it must be related to the fact that the Resource class is deprecated now and replaced by AggregationState. However I have troubles understanding how AggregationState should work properly.
This class has two set of accessor methods for "currentContent" and "mainContent". These however do not seem to correspond to the Resource class getLocalContentNode() and getCurrentActivePage(). Having a close look at how they are used, I could figure out the folowing:
- The currentContent first gets set to the page node then to all paragraph nodes and at the end back to the page node.
- The mainContent does not get set at all. Can anyone tell me what the idea behind this is? Thanks. -will ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
