Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Form Validation Error Message Showing Wrong

$
0
0
Hi,
We are using Smart Gwt-4.1p(10th March 2015)
Browser : IE10, 11, Google Chrome: 41.0.2272.101 m
Attached file: TestsmartGwtProject.java and FormValidation.java
Attached snapshot: 1) invalid_value.png 2) fieldRequired.png 3) datepicker.png

Issue 1: Incorrect validation messages for passwordTextItem in case of double byte characters as input.
Steps:
1) After launching the application Enter double byte characters for Password fields.
2) After entering the value do the Tab off. So it will validate and showing “Invalid Value”.
3) Now repeat step one (1) and try to validate using “OK” button. So after clicking the ok button it show “field is required” error.

Expected: Validation message 'Invalid Value' should display.
Actual: Field is required message is displayed.



Issue 2: user are not able to select date control. If he remove the already existing value of that date text field
Steps:
1) After launching the application “DateItem” field are already field.
2) Now remove the value from date field and try to select the date from date picker.
User can’t select the date at first time.

Expected Result: Date Control should be allowed to select
Actual Result: Date Control is not allowed to select


Note: After lunching the Application click “edit” button.
Please let us know how to resolve this issue.


Thanks for your support.

Attached Images
File Type: png invalid_value.png (10.4 KB)
File Type: png fieldRequired.png (10.9 KB)
File Type: png datepicker.png (15.6 KB)
Attached Files
File Type: java FormValidation.java (6.2 KB)
File Type: java TestsmartGwtProject.java (852 Bytes)

Viewing all articles
Browse latest Browse all 4756

Trending Articles