Thank you for the solution. It works.
Btw, is there a Stripes change log somewhere? I’m interested in the changes 
from the last 7-8 years.

Von: Ben Gunter [mailto:bgun...@cpons.com]
Gesendet: Mittwoch, 20. Januar 2016 13:12
An: Stripes Users List <stripes-users@lists.sourceforge.net>
Betreff: Re: [Stripes-users] Infinite loop issue on stripes layout components 
inside jsp tag

There's no telling when or if this will get fixed. For now, you should be able 
to work around the issue by using the alternative layout tag implementation 
with the following URL in the taglib directive:

<%@ taglib prefix="layout" 
uri="http://stripes.sourceforge.net/stripes-buffered-layout.tld"; %>

On Wed, Jan 20, 2016 at 5:53 AM, Zlatka Mihaylova 
<zla...@chrono24.com<mailto:zla...@chrono24.com>> wrote:
Hi,

I am stuck on the following problem: with the current stripes version 1.6.0 an 
infinite recursion occurs whenever a <stripes:layout-component> is rendered 
inside a JSP custom tag. It’s pretty much the same issue reported here: 
https://stripesframework.atlassian.net/browse/STS-924 . The solution to rewrite 
all custom tags into JSP includes is working, but unclean, since we lose the 
convenient component encapsulation. This bug  makes it impossible to use 
stripes layouts inside custom JSP tags.

One of the stripes framework strengths is in the layout reusability. Therefore 
it would be very helpful if the issue is reopened and fixed. Let me know if you 
need more information or sample program to reproduce the problem.
Kind regards

Zlatka Mihaylova
Backend-/ Java Developer

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net<mailto:Stripes-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/stripes-users

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to