Hi,
I am creating a DynamicForm for JAAS authentication which has two fields on iy j_username and other is j_password..
And then I created the IButton which actually submits the form.
I ,then, associated DynamicForm and IButton within one VLayout.
But the problem is that I have to click the submit button through mouse. Its not submitted through "Enter key".
So how can I enable that functionality, i.e. when I click the enter key, the form is get submitted.
Thanks,
Suzan
I am creating a DynamicForm for JAAS authentication which has two fields on iy j_username and other is j_password..
And then I created the IButton which actually submits the form.
I ,then, associated DynamicForm and IButton within one VLayout.
But the problem is that I have to click the submit button through mouse. Its not submitted through "Enter key".
So how can I enable that functionality, i.e. when I click the enter key, the form is get submitted.
Thanks,
Suzan
Comment