Jan Luehe wrote:
> Costin,
> 
> 
>>Something like:
>>
>><logic:iterate id="sub" name="scope" property="associations">
>>  <bean:write name="sub" property="value"/>
>></logic:iterate>">
>>
>>It'll fist generate a duplicated declaration ( once at top level,
>>once at block level ) for _jspx_sub_1, and then look for a 
>>variable named 'sub' that is not declared.
> 
> 
> I am unable to reproduce your problem. The above test case compiles
> fine for me.
> 
> In particular, this test case will not declare any jspx_sub_1
> variables, since <logic:iterate> is not nested inside itself, and even
> if <logic:iterate> were nested, jspx_sub_1 would be declared only
> once.
> 
> Also, the "sub" variable with NESTED scope does get declared.
> 
> I've attached the generated servlet code. Let me know if I missed
> anything in reproducing your test case.

Costin is on vacation now. Maybe there was a problem about not updating 
his local CVS, as it kinda looks like the issues I ran into when trying 
to run the admin webapp (if he had attached the stack trace and 
generated code, I would have known for sure).

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to