Registration page [message #1840539] |
Sun, 18 April 2021 07:56  |
Eclipse User |
|
|
|
Good day,
I would like to have a registration page that is accessible with the /register URL.
I have tried to create RegisterRequestHandler which reads the Pac4J session data to prepopulate the form with userName, firstName, lastName and so forth.
The problem I am faced with, is that I do not know how to activate the PersonForm on the Desktop.
I have tried the following with and without a RunContext.
PersonForm form = new PersonForm();
Desktop.CURRENT.get().activateForm(form);
Is there other mechanism to get this to work?
Kind regards,
Mark Ashworth
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.29424 seconds