Hi All,
I am new to Livesite and I have a design to render JSP pages within Livesite pages.
I have around 200 Jsp files which i need to render in .page files on the target.
Can anyone help on this. I have attached sample desing with this mail
...why?
LiveSite and JSP are basically competing for the same role in your architecture. A LiveSite page cannot include JSP snippets. So, what exactly are you trying to do here?
EDIT: I suppose you could build a component that has an external class that goes and renders a JSP, then sends the HTML back to the component.. but this seems like lazy development and prone to errors.