Hi, all.
I have add my component into component "permissions" jsp by tag "componentinclude".
How can I know that the user confirm to commit the changes.
PS:
My jsp definition is like the following:
extendedpermissions.jsp
<dmfx:actionmultiselect name='multi'>
<%-- The old definition of the page --%>
<dmfx:clientenvpanel environment='appintg' reversevisible='true'>
<dmfx:entitlementpanel entitlement="irm">
<%-- IRM Permissions definition --%>
</dmfx:entitlementpanel>
</dmfx:clientenvpanel>
</dmf:panel>
<%-- My definition goes here --%>
<dmfx:componentinclude name="component_newadd" component="including_component">
<dmf:argument name='objectId'/>
<dmfx:argument name='objectName' contextvalue='objectName'/>
</dmfx:componentinclude>
<%-- My definition end here --%>
</dmfx:actionmultiselect>
And I need to commit the information edited in the component "including_component" when the user click "OK" to commit changes performed.
Zhou.
Thanks!!