Re: Cascading Nature of Templates and Themes

2015-05-04 Thread Zoran Avtarovski
Thanks for the pointer Lucasz. One thing I did notice was that some of my files didn’t use the ${parameters.expandTheme} parameter, but instead just had plain old ${parameters.theme} in the free marker templates. I’ll make the changes and I’m pretty sure that should resolve the issue. Again than

Re: Cascading Nature of Templates and Themes

2015-05-04 Thread Zoran Avtarovski
I spoke too soon. I just replaced all instances of parameters.theme with parameters.expandTheme. I had copied all the missing simple templates into my mobile template directory as a work-around. When I deleted optgroup.ftl from the mobile template directory I get the following error: ERROR [ajp-

Re: Cascading Nature of Templates and Themes

2015-05-04 Thread Lukasz Lenart
2015-05-05 7:19 GMT+02:00 Zoran Avtarovski : > I spoke too soon. > > I just replaced all instances of parameters.theme with > parameters.expandTheme. > > I had copied all the missing simple templates into my mobile template don't do it, Struts will find them. Just override those templates which yo

Re: Cascading Nature of Templates and Themes

2015-05-04 Thread Zoran Avtarovski
Hi Lucasz, >>I had copied all the missing simple templates into my mobile template > >don't do it, Struts will find them. Just override those templates which >you need I don¹t think I was clear enough here. If I don¹t include the file the error is thrown. The issue I have is struts doesn¹t find t