| Author |
Regd: Error in Forward
|
anjali reddy
Greenhorn
Joined: Apr 14, 2007
Posts: 11
|
|
Hello Sir, Currently I am working on the maintenance project. When this project was developed,initially the application had 2 categories for example A and B. Within A category, it had 7 screens. Some records were already created before this project was released for maintenance. During maintenance, I created a new screen and numbered it as 5 and renumbered the previously created screen 5 to 6,6 to 7, 7 to 8 by modifying the item value in the forward attribute. for example:<jsp:forward page="dssMenuChoice.jsp?item=2,1,1,5"></jsp:forward>.I created new records and everything is working fine at present. Within the test environment when I view the data for the already created records before the maintenance started, I am getting the error Error: 0 >= 0 has been reported at screen 5. But when I view the data of the record that was created when this new screen was created, I am not facing any error but could successfully proceed till the last screen i.e., 8. I am assuming the reason for this error to be as follows: As existing record (before the maintenance started) has no information for this new screen could be the reason for the occurrance of the error. Could you please let me know the reason for the occurrance of the error?How can I resolve this error? Thanks, Anjali Reddy
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Error: 0 >= 0
This isn't a lot for us to work with. Do you have a full stack trace in your container's logs?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56207
|
|
Please use real words when posting to the forums. "Regd" is not a real word and I have no idea what it is supposed to mean. Please read this for more information. thanks, bear JavaRanch sheriff
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Regd: Error in Forward
|
|
|