Accessing summary columns and form rendering on JSP
Posted by ktangirala on Dec 16, 2010; 8:21am
URL: https://discuss.orbeon.com/Accessing-summary-columns-and-form-rendering-on-JSP-tp3090455.html
Hi,
I am trying to build a custom JSP page which embeds the summary log layout as designed in the Orbeon forms. I can't use the orbeon form runner's summary URL directly for business reasons. What I am trying to understand is
1. When I design the form in Form Builder, I mark some controls as "Show in Summary" so that they appear in the summary log when I open the published form. In my case, I need to have access to those columns marked for summary so that I can populate that information in my JSP page's HTML table.
2. In the published form, I need a way to embed the designed form as is, while retaining control over the "Save" and Validation capabilities provided by Orbeon. This is again with respect to building my custom JSP that shows the form and I have control on how I want to submit the form with my own FORM action.
Hope someone can answer!
Thanks,
K