DO NOT REPLY [Bug 12319] - Compile Error when a Classic Tag is nested in the jsp:attribute of a Simple Tag

2002-09-10 Thread bugzilla

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12319

Compile Error when a Classic Tag is nested in the jsp:attribute of a Simple Tag

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-09-10 21:51 ---
Fixed.

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




DO NOT REPLY [Bug 12319] - Compile Error when a Classic Tag is nested in the jsp:attribute of a Simple Tag

2002-09-04 Thread bugzilla

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12319

Compile Error when a Classic Tag is nested in the jsp:attribute of a Simple Tag





--- Additional Comments From [EMAIL PROTECTED]  2002-09-04 21:54 ---


Lets take the case :
st:simpleTag att1=var 
   jsp:attribute name=param 
  ct:classicTag var=name /
   /jsp:attribute

  jsp:body
st:simpleTag1 att2=${var} 
  jsp:attribute name=param1 
   Somevalue 
  /jsp:attribute
 jsp:body
ct:classicTag1 var1=name1 
.
  /jsp:body
 /st:simpleTag1
   /jsp:body
  /st:simpleTag
===
When a jsp like this gets translated there are couple of return; statement 
inside the public boolean invokex (where x=0,1,2) methods.
This causes a compilation error.

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




DO NOT REPLY [Bug 12319] - Compile Error when a Classic Tag is nested in the jsp:attribute of a Simple Tag

2002-09-04 Thread bugzilla

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12319

Compile Error when a Classic Tag is nested in the jsp:attribute of a Simple Tag





--- Additional Comments From [EMAIL PROTECTED]  2002-09-04 21:56 ---
*** Bug 12318 has been marked as a duplicate of this bug. ***

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