Validation Is Not Working
(Doc ID 2036712.1)
Last updated on NOVEMBER 22, 2019
Applies to:
Oracle Self Service E-Billing Business Edition - Version 6.2 and laterInformation in this document applies to any platform.
Goal
I would like to customize the user creation page in ebilling. I have to add phone number field in 'Add Company User' page.I have created following files for adding the new field.
1) Added the phone number in existing jsp page (company_addUser.jsp)
2) Created one action class (UserCreationAction.java)
3) Created one bean class(UserCreationBean.java)which extends to existing bean class(UserCreationBean extends B2BEnrollBean)
I have created our own method in UserCreationAction and tried to save user information with phone number. But problem is , validation is not working for required fields.I have mentioned the field in validation.xml also.
But the page is always skip validation. How can I call the validation?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |