I'll check this out... do you have a simple test case, maybe based on the JSTL? Or just a short example of what you're trying to test? Anyway, I suspect the problem might be simple to fix :-)
Ian Kallen wrote:
The first cut of code with JspTagLifecycle worked fine, but the tags nested inside the iterations appear to have lost a reference to the parent tag (getParent() == null).
I'm creating the nesting relationships like this: JspTagLifecycle col1Lc = tableLifecycle.addNestedTag(col1);
I also tried explicitly setting the parent in the setUp() phase but it still thinks the parent is null, I saw the test case for the jstl forEach tag but none of the test cases use addNestedTag(...) where the lifecycle is iterative.
Any ideas? I'm re-examining the tag in question's code but I suspect something is wrong with the iterative lifecycle's handling of nested tags.
On Sun, 9 Mar 2003, Christopher Lenz wrote:
I'd be quite interested in some feedback about the JspTagLifecycle class. Haven't heard much yet :-(
-- Christopher Lenz /=/ cmlenz at gmx.de
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
