> 1. Define the TEI within the inner-loop > 2. Have the scripting variables set to null by the TEI > 3. In the startTag() method of inner-loop look up the variables using findAncestorWithClass() > 4. Set the TEI variables to their new values
This would be perfect, except on number 1 the inner TEI wouldn't have access to the pageContext, or the parent tag's attributes. Therefore, they can't define the variable(s) without a desired name. I think the solution is to have the parent define the TEI. The variables will still be defined as NESTED, they just won't be encapsulated within the inner-tag's block. The scripting values can then be set as you mention in step 3, within the doStartTag() of the inner tag. This isn't EXACTLY what I wanted, but it's very close. Thanks. Lukas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]