I still haven't got any further. I've created web forms. Used these to create content in xml and html pairs. These are saved in a specific location and I'd like to be able to add them to an index page automatically.
Do I use a web script? I have followed a tutorial for something like this but I can't get the lucenesearch to work properly and I'm not even sure this is the correct way to do this.
Can you elaborate on what do you mean by dynamically add content in another page? 1) you create content-body.jsp deploy using FSR 2) you create article-page.jsp that has either <c:import or something that includes content-body.jsp within that page.
I wish users to be able to create content (using a web form) and for this to be added to an index page for them. The users of the system have no knowledge of html so cannot add these content pages to an index themselves.
I don't know how to do this at all. It seems there are a few ways but all I've tried havn't worked for me. Whether I've barked up the wrong tree or just failed to set it up correctly I don't know.
I have tried creating a static index.html page that is rendered with the content.html but had issues getting alfarseXMLDocuments() working. I have also tried Web scripts. With no success.