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]>

Reply via email to