[magnolia-user] JSP Template

2015-09-21 Thread Yves Tanas (via Magnolia Forums)
When following the basic tutorial i can setup the whole environment including the freemarker ftl. as i would love to write jsp i changed the renderType to jsp and pointed to my jsp file, which is just another name next to the ftl, so i can't miss something. But whatever i try, i am running into

Re: [magnolia-user] JSP template error with 4.2.2

2009-12-15 Thread Will Scheidegger
On 15.12.2009, at 22:36, Grégory Joseph wrote: > > As far as I can tell, if you have pages with the hideInNav attribute set to > true, it should blow, or if you use a content filter (if said filter rejects > any of the nodes) > > It's happening in the piece of code which you patched a while a

Re: [magnolia-user] JSP template error with 4.2.2

2009-12-15 Thread Grégory Joseph
As far as I can tell, if you have pages with the hideInNav attribute set to true, it should blow, or if you use a content filter (if said filter rejects any of the nodes) It's happening in the piece of code which you patched a while ago for MAGNOLIA-2438 ;) Cheers, -g On Dec 15, 2009

Re: [magnolia-user] JSP template error with 4.2.2

2009-12-15 Thread Will Scheidegger
Hm... I just moved about half a dozen sites to Mag 4.2.2 and have not yet stumbled over anything that would not be working in the navigation - then again it's a bit late too... Can you give us a more accurate description of the bug? Under what circumstances will it surface? -will On 15.12.20

Re: [magnolia-user] JSP template error with 4.2.2

2009-12-15 Thread Rakesh Vidyadharan
I was using 4.2.1. My message was not entirely accurate in that I did not attempt to "upgrade an existing install". It was a brand new install using 4.2.2 with our custom module. Rakesh On 15/12/2009 14:39, "Grégory Joseph" wrote: Hi Rakesh, What version were you using previously? On D

Re: [magnolia-user] JSP template error with 4.2.2

2009-12-15 Thread Grégory Joseph
Thanks - in the meantime, I identified the bug. We'll be planning a new release soon. http://jira.magnolia-cms.com/browse/MAGNOLIA-2972 Cheers, -g On Dec 15, 2009, at 10:21 PM, Rakesh Vidyadharan wrote: I was using 4.2.1. My message was not entirely accurate in that I did not attempt t

Re: [magnolia-user] JSP template error with 4.2.2

2009-12-15 Thread Grégory Joseph
Hi Rakesh, What version were you using previously? On Dec 15, 2009, at 9:05 PM, Rakesh Vidyadharan wrote: I tried upgrading to 4.2.2 and my JSP templates seem to throw a ConcurrentModificationException. I believe it is related to cmsu:simpleNavigation tag. You can see the full stack trac

[magnolia-user] JSP template error with 4.2.2

2009-12-15 Thread Rakesh Vidyadharan
I tried upgrading to 4.2.2 and my JSP templates seem to throw a ConcurrentModificationException. I believe it is related to cmsu:simpleNavigation tag. You can see the full stack trace at http://sptci.com/uploads/magnolia/error.txt Rakesh --