Skip to:
The attached patch modifies invocation.cfm so it can be used from a dialog iframe.
Example:
<cfset urlChangePassword="#application.url.webtop#/conjuror/invocation.cfm?objectid=#stUser.objectid#&typename=farUser&method=editPassword&ref=dialogiframe" /><ft:button type="button" value="Change Password" onClick="$fc.openDialogIFrame('Change Password','#urlChangePassword#')" />
Committed patch to p600
Any reason this hasn't been committed to the maintenance branch already?
The attached patch modifies invocation.cfm so it can be used from a dialog iframe.
Example:
<cfset urlChangePassword="#application.url.webtop#/conjuror/invocation.cfm?objectid=#stUser.objectid#&typename=farUser&method=editPassword&ref=dialogiframe" />
<ft:button type="button" value="Change Password" onClick="$fc.openDialogIFrame('Change Password','#urlChangePassword#')" />