Examples to invoke the emxIndentedTable.jsp with postProcessURL: Set the href of any command object using macros where appropriate: ${COMMON_DIR}/emxIndentedTable.jsp?mode=Edit&table=<indentedtable_name> &postProcessURL=${SUITE_DIR}/emxCustomPostProcess.jsp Or Invoke emxIndentedTable.jsp with custom JSP pages using the relative path (macros are not supported): ../common/emxIndentedTable.jsp?mode=Edit&table=<indentedtable_name> &postProcessURL=../<Application Directory>/emxCustomPostProcess.jsp If both a postProcessURL and postProcessJPO are specified, the postProcessURL is processed first followed by the postProcessJPO. The post process JSP has the following input parameters available for the post processing:
context = (matrix.db.Context)request.getAttribute("context"); See Pre Process URL for an Editable Structure Browser for code samples for retrieving request parameters and table data. |