| Author |
NetBeans wrong output
|
Rahul Shilpakar
Ranch Hand
Joined: Aug 29, 2006
Posts: 132
|
|
Hi Ranchers, I am using NetBeans 6.0 i am running a jsp and its giving same output as previous run. Even i give the different input its giving me the same output which i got on the first input. What may be wrong?
|
Perform for today. Adapt for tomorrow.
|
 |
David Heffelfinger
author
Ranch Hand
Joined: Jul 08, 2004
Posts: 176
|
|
Are you sure you deployed it? Also, you may be seeing a cached copy of your JSP output, try holding down the shift key while hitting "reload". If that doesn't work clear your browser's cache and try hitting "reload" again. David
|
Author, <a href="http://www.packtpub.com/java-ee5-development-with-netbeans-6" target="_blank" rel="nofollow">Java EE 5 Development with NetBeans 6</a>
|
 |
Raghavan Muthu
Ranch Hand
Joined: Apr 20, 2006
Posts: 3327
|
|
|
Try doing a "Clean and Build" and then rerunning again. Also press "Ctrl+F5" for a full reload (to get it from the Server instead of the Cache).
|
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
|
 |
 |
|
|
subject: NetBeans wrong output
|
|
|