Skip to Content
0
Former Member
Dec 03, 2009 at 11:42 AM

Dyn page : Event handling and page reload

27 Views

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