I've got a weird issue, and nowhere to find a solution. I'm currently working on a web java test project on eclipse. Nothing particular at the moment: a simple java servlet that sends a request object (with attributes) to a jsp. Attributes are a couple of String variables i've set myself.
Problem is: no matter which string value i update, when i run/debug the app, eclipse will still use the old data value. And i've tried to build automatically the project, still doing it. Thanks for your help!