You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a datepicker binded, if within the same request flow the binder readbean is invoked two times:
readBean(null);
readBean(myBean);
The datepicker looeses value even if the myBean.getDateField() returns a valid localdate.
Expected behavior
If the second readBean object contains valid value for the binded field it should be filled for the DatePicker.
Uh oh!
There was an error while loading. Please reload this page.
Description of the bug
Hi,
We have a datepicker binded, if within the same request flow the binder readbean is invoked two times:
readBean(null);
readBean(myBean);
The datepicker looeses value even if the myBean.getDateField() returns a valid localdate.
Expected behavior
If the second readBean object contains valid value for the binded field it should be filled for the DatePicker.
Minimal reproducible example
Versions
The text was updated successfully, but these errors were encountered: