SetupParticipants.jsp
Iwant to remove the new JSCA table options from the setup participants JSP page. Unfortunately the page isn't constructed with the typical describeTable, renderTable. Instead itis done through java code.
It looks like the table is rendered through this line of code:
NmTableRenderer.draw( modelBean, objectBean, sessionBean, localeBean, urlFactoryBean, actionBean, stringBean, linkBean, nmcontext, checkBoxBean,textBoxBean, radioButtonBean, textAreaBean, comboBoxBean, dateBean, null, null, null, true, out, request, response);
I couldn't find anywhere to set the useJSCA flag to false.
Any help would be appreciated.
Steve D.

