Skip to main content Skip to main menu

Support

We introduce all kinds of eGovFrame related documents, training and technical support information in this corner.
Also, we provide the contact information and the location of the eGovFrame center.

Posted Question Details View This table provides TITLE, DIVISION, VIEWS, WRITER, DATE ASKED, NATIONALITY, EMAIL, EMAIL REPLY, STATUS, Question, Answer.
Title When process validation, could not find a method for password.
Division Runtime Environment Views 2249
Writer R****o Date Asked 2017-03-23 Nationality MX
Email Reply N STATUS Complete
Question
Hola!
When process validation, the error which is validatePassword1 method missing occurs.
egovframework.rte.ptl.mvc.validation.RteFieldChecks.validatePassword1

Please check the error.
Answer
Hello, this is eGovFrame Center.

That error occurs because the corresponding method is missing.

Reference below open community runtime environment project or
http://open.egovframe.go.kr/scm/viewvc.php/trunk/Presentation/egovframework.rte.ptl.mvc/src/main/java/egovframework/rte/ptl/mvc/validation/?root=egovframerte

Reference attached java file(ValidatorChecks.java) and valiator-rules.xml. Apply those files to the project.
- ValidatorChecks.java : include the 4 missing validation methods (change the package to the project package)
- validator-rules.xml : swap for src/main/resources/validator/valiator-rules.xml
Change classname property (assign above ValdiatorChecks class)