Hi,
I have a
JSP page which uses a bean to retrieve some prices and these prices are formatted as a currency using the JSTL formatNumber:
This works fine on my local machine for as many times I call the page. However, when I uploed the very same page to the server, it always displays the same value for all double entries. Say, if the salary entered was 50000 the first time, it always sticks to that value (for all prices) until the app /
tomcat is restarted.
Can someone point out my error?
Note: I need the page to take part in the session as only validated users should be accessing the page.
Thanks in advance
- FK -