Re: [Stripes-users] Infinite loop issue on stripes layout components inside jsp tag

2016-01-25 Thread Zlatka Mihaylova
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  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=/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=/4140___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


Re: [Stripes-users] Infinite loop issue on stripes layout components inside jsp tag

2016-01-25 Thread Ben Gunter
Only the git log, most of which was pulled in from the old svn log.

https://github.com/StripesFramework/stripes

On Mon, Jan 25, 2016 at 3:45 AM, Zlatka Mihaylova <zla...@chrono24.com>
wrote:

> 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>
> wrote:
>
> Hi,
>
>
>
> I am stuck on the following problem: with the current stripes version
> 1.6.0 an infinite recursion occurs whenever a  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=/4140
> ___
> Stripes-users mailing list
> 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=/4140
> ___
> Stripes-users mailing list
> 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=/4140___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


[Stripes-users] Infinite loop issue on stripes layout components inside jsp tag

2016-01-20 Thread Zlatka Mihaylova
Hi,

I am stuck on the following problem: with the current stripes version 1.6.0 an 
infinite recursion occurs whenever a  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
__
Chrono24 GmbH
Haid-und-Neu-Str. 18
D-76131 Karlsruhe
Germany

Fon: +49 721 - 480 889 614
Fax: +49 721 - 480 889 88
Mobil: +49 176 - 64 64 43 50
http://www.chrono24.com

USt.-IdNr. DE269055220
AG Mannheim HRB 708124
Geschaeftsfuehrer:
Dirk Schwartz, Tim Stracke
http://about.chrono24.com
__
Chrono24 - The World's Watch Market

--
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=/4140___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


Re: [Stripes-users] Infinite loop issue on stripes layout components inside jsp tag

2016-01-20 Thread Ben Gunter
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 
wrote:

> Hi,
>
>
>
> I am stuck on the following problem: with the current stripes version
> 1.6.0 an infinite recursion occurs whenever a  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
> __
> Chrono24 GmbH
> Haid-und-Neu-Str. 18
> D-76131 Karlsruhe
> Germany
>
> Fon: +49 721 - 480 889 614
> Fax: +49 721 - 480 889 88
> Mobil: +49 176 - 64 64 43 50
> http://www.chrono24.com
>
> USt.-IdNr. DE269055220
> AG Mannheim HRB 708124
> Geschaeftsfuehrer:
> Dirk Schwartz, Tim Stracke
> http://about.chrono24.com
> __
> Chrono24 – The World's Watch Market
>
>
>
>
> --
> 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=/4140
> ___
> Stripes-users mailing list
> 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=/4140___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users