Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-30 Thread Freddy Daoud
Thanks for the tip, Ben! Cheers, Freddy On Sun, 29 Aug 2010 22:26:55 -0400, Ben Gunter gunter...@gmail.com said: Freddy, the NoSuchMethodError you're seeing means your JSP needs to be recompiled. It results from one or more tags changing from extending TagSupport to extending BodyTagSupport.

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-30 Thread Nikolaos Giannopoulos
All, So I tried 1) [Forging ahead with a 1.6 Snapshot...] and didn't get very far after removing the SpringInterceptor (Interceptor.Classes param in web.xml) as I then hit the DynamicMapping filter issue in 1.5.3 that made me initially jump to 1.5.4 Snapshot... . After reluctantly putting

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
Oscar Westra van Holthe - Kind wrote: Hi Nikolaos, What I see in short, is this: 1. forwards are to design_site.jsp 2. design_site.jsp renders layout 3c.jsp (with the components col_center, col_left and col_right replaced) 3. 3c.jsp defines a layout, which renders layout

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
Hi, Either something is seriously broken with Nested Layout Components in 1.5.4 OR I am seriously confused. I distilled my previous example even further to the following MINIMAL code AND it still doesn't work... I have spent 3 *full* days trying to get this to work... this is TOTALLY

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Freddy Daoud
Either something is seriously broken with Nested Layout Components in 1.5.4 OR I am seriously confused. Well, I can tell you that your example works as expected with 1.5.2 and with the trunk. I think you are correct -- something is broken in the 1.5.x branch. I don't get the (unexpected)

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
Feddy, Thanks for testing it out and letting me know it isn't just me. I'll write up a JIRA ticket ASAP. As I am on a tight schedule and there haven't been any updates to 1.5.4 since the flurry of activity this past June I think I have little choice but to take a snapshot of the 1.6 trunk.

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Ben Gunter
Freddy, the NoSuchMethodError you're seeing means your JSP needs to be recompiled. It results from one or more tags changing from extending TagSupport to extending BodyTagSupport. It took me a while to figure that one out the first time I saw it. -Ben On Sun, Aug 29, 2010 at 2:09 PM, Freddy

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Ben Gunter
Nikolaos, let's not confuse things by calling this 1.5.4 since there has been no 1.5.4 release yet. I am aware that nested components don't work with that branch at the moment. To be frank, when I realized that was a problem I had to step away from it for a while because I had grown sick of

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
Ben, First on the confusion: The JIRA ticket I filed is against Release 1.5.4. I didn't label it as such but if it is confusing then perhaps that needs to be remedied by perhaps renaming Release 1.5.4 in JIRA to Release 1.5.x or something. I fully understand 1.5.4 is not released and that

[Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-28 Thread Nikolaos Giannopoulos
Hi, I have the feeling that I am doing something backwards with nested Stripes Layouts but don't see why the following won't work. I looked through the examples in the Stripes book but no dice. I'm guessing there something obviously wrong with the following and would appreciate assistance

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-28 Thread Oscar Westra van Holthe - Kind
Hi Nikolaos, What I see in short, is this: 1. forwards are to design_site.jsp 2. design_site.jsp renders layout 3c.jsp (with the components col_center, col_left and col_right replaced) 3. 3c.jsp defines a layout, which renders layout html_template.jsp (with the component block_body