cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco templates and JSP

tonizz
Champ in-the-making
Champ in-the-making
I am thinking about creating FTL templates. But If instead of generate html pages I try to generate JSP content will I have problems?

Has somebody tried it?

Thanks
2 REPLIES 2

d_mon
Champ in-the-making
Champ in-the-making
I am thinking about creating FTL templates. But If instead of generate html pages I try to generate JSP content will I have problems?

Has somebody tried it?

Thanks

You may jenerate jsp if you choose xml as output; there are no problems with it

kvc
Champ in-the-making
Champ in-the-making
Everyone:


Wonderful!  We recommend generating a dynamic page like a JSP instead of just static HTML.  You can burn fixed content into the JSP, but keep dynamic portions of the page dynamic.  More than that, you can use input values from your XML to choose what dynamic components to add to the JSP.  Include a newsfeed?  Depending on user-entered data in the underlying XML, either emit a <c:import path='path_to_some_web_script'> or not.

Give more power to your biz users - let's them control what dynamic bits are / are not in a page!

Cheers.


Kevin