Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NumberFormatException Occurs When Order Field is Left Empty in FlexOrderView #140

Closed
jturfanbasis opened this issue Dec 17, 2024 · 0 comments · May be fixed by #158
Closed

NumberFormatException Occurs When Order Field is Left Empty in FlexOrderView #140

jturfanbasis opened this issue Dec 17, 2024 · 0 comments · May be fixed by #158
Assignees

Comments

@jturfanbasis
Copy link

Description
When the Order input field is left empty (null) and the "Set Order" button is clicked, the application throws a java.lang.NumberFormatException. The input is not properly validated for empty or null values.

Steps to Reproduce

  1. Navigate to the FlexOrderView page.
  2. Delete any existing number in the Order field, leaving it blank.
  3. Click the Set Order button.
  4. Observe the application behavior.

Expected Behavior
The application should validate the input field and prevent the operation if the input is empty. An appropriate user-friendly error message should be displayed.

Actual Behavior
Throw java.lang.NumberFormatException

Recording.2024-12-17.135731.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants