Re: ActivationContext for a component

2010-02-16 Thread Nathan Kopp
Wow... You were absolutely correct that I was making this more complicated than it needed to be. It turns out that when I tested the version with the eventlink context, I accidentally left a line of code in the event method that caused Tapestry to do a parameter binding to the loop variable. It t

Re: ActivationContext for a component

2010-02-16 Thread Nathan Kopp
Thanks for the suggestion. This looks like a great idea, but it didn't work for me exactly as-is. I still get an NPE when Tapestry is trying to bind component parameters in the level just above ViewDonkeyInlineEdit. The point of code with the problem is where I'm passing in Test.tml. When T