https://issues.apache.org/bugzilla/show_bug.cgi?id=46339





--- Comment #7 from Jens Askengren <jens.askeng...@gmail.com>  2009-01-08 
02:02:15 PST ---

The patched tag file works in Tomcat but not on Resin.

http://bugs.caucho.com/view.php?id=3228

To me, this code looks like it should evaluate the fragment and pass the result
to the recursive invocation:

<x:recursive depth="${depth-1}">
  <jsp:attribute name="content">
    <jsp:invoke fragment="content"/>
  </jsp:attribute>
</x:recursive>

Apparently it passes the reference to the fragment instead. Strange...


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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to