ucEditClose allows additional processing upon closing an edit screen.
Edit Issue screen
public void ucEditClose( ProblemFormParam values, // contains values of form params SesameSession session) // current session
This method shows how upon the closure of an edit screen, the users role is reset to their default role.
public void ucEditClose ( ProblemFormParam values, // contains values of the form params SesameSession session) { // current session. super.ucEditClose(values, session); resetRole(session); }