We are integration a Java application with ALC for generating correpondence. Wa are using ALC ES3 with Output and Forms Module. Document is a static one. Values are passed via XML from the external Java application.
I have a situation where User is given 5 questions (5 drop down menu's) with possible options A, B, C, D, E on the user interface of the Java application.
If user selects A, appropriate paragraph (out of 25 paragraphs or subforms) should be shown on the document.
If the user selects value A for all the 5 questions then approrpiate paragraph needs to be shown 5 times.
I was wondering if I can create 25 fragments and each time user chooses A value then appropriate fragments should be referenced dynamically during rendering process.
Not sure If I was able to explain the question clearly but let me know whatever questions you have to make my situation clear.