Hi,
I am new to dynpage and my requirement is
I am able to collect portal account locked user details.
When I click on unlock button I need to unlock the account .
I have the code to unlock the object .
My query is how to pass the object to event say
public void onUnLock(Event event) throws PageException {} where I unlock the user account
and also once it unlocks I should get a message that account unlocked above or as a popup and the page should be reloaded if needed.
kindly help
thanks