old value

Values not updated in the GUI frontend of a JEE application using the Apache Wicket framework

I am using the Apache Wicket 6.0 framework as the GUI framework in my web application. I have the following problem: after changing the data, the value displayed in the text field does not change according to the data that has been entered respectively calculated after entering it and pressing a button to perform a calculation. Unfortunately, I have to refresh the site. Why does this behavior occur?
Subscribe to old value