I am making a Java web application called Calculator. I'm using JSP, but I am not sure how to move forward.
Actually the problem is, I have designed a calculator UI and I want to display the number clicked in the text field on the same page.
How do I do this?
Please help me with an example.