HAH! I found the bastard. It's a cloning issue. WikiActionBeanContext
wasn't cloning it's delegate DefaultWikiContext.
Anyway, while I was at it, I refactored all of the iterator tags,
whacking about 2/3 of the code (rampant cut-n-paste jobs). What I'll
check in later will be lean, clean and documented. :)
Andrew
On May 21, 2009, at 14:20, Janne Jalkanen <[email protected]>
wrote:
It's likely that there is overlap in these techniques :-)
/janne, typing one-handedly
On 21 May 2009, at 21:03, Andrew Jaquith wrote:
My guess is that some of your other modifications are causing
problems with
the page names - on 2.8.x, the AttachmentsIteratorTag seems to be
working
perfectly. Or maybe I misunderstood your problem?
Yep, no question about it. Something isn't working as intended. I'll
need to dig a bit to figure out what's going on. I'm going to be
looking at a few issues: when m_wikiContext is actually changed; when
ATTR_WIKICONTEXT is set, and when WikiContext.setPage() is called.
Any
of these three activities could be where the problem lies.
Andrew