DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32547>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32547





------- Additional Comments From [EMAIL PROTECTED]  2004-12-13 04:24 -------
I found out the real cause for this error.  It seems that if a tag that exports
a variable is nested inside itself, and this is all nested inside a tag
implemented as a tag file, then the incorrect java source is generated.

For instance, this will cause incorrect java source to be generated:

<tags:myTagFile>
 <x:tagThatExportsVariable>
   <x:tagThatExportsVariable>
   ...
   </x:tagThatExportsVariable>
 </x:tagThatExportsVariable>
</tags:myTagFile>

Remove <tags:myTagFile> and it will work.

Is this a bug in Jasper?  I think it should be supported.  If not, a more useful
error message should be generated.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to