Portals (MOSC)

MOSC Banner

How to reload adf taskflow in Webcenter portal 12c popup window?

edited Dec 3, 2019 4:01AM in Portals (MOSC) 1 commentAnswered

in WCP template, adding a link to display a popup window with an adf taskflow. everything works fine. the only issue is when the popup close and reopen, the input fileds in the taskflow do not clear out and still display the previous value. here is my code:

<af:link id="mylink" shortDesc="My popup Window" text=My Popup">

    <af:showPopupBehavior align="startBefore" alignId="userMenuLink" popupId="myPopup"/>

</af:link>

<af:popup id="myPopup" contentDelivery="lazyUncached">

    <af:panelWindow modal="true" clientComponent="true" title="Change Password" contentWidth="500">

       <af:region id="wc_mypopup" value="#{bindings.mypopup.regionModel}" xmlns:af="http://xmlns.oracle.com/adf/faces/rich

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center