Duplicate local variable page

Anyone have any idea about this error?

Generated servlet error:

Duplicate local variable page

org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:565)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:354)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)

javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

Please respond if you have any ideas....

Thanks in advance....

[588 byte] By [Vigitha] at [2007-11-26 15:35:33]
# 1
Did u get this error in jsp? Send the snippet of code which creates this problem?
mshanua at 2007-7-8 21:53:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
That was an awesome dirty code from me. I had another variable named page!!! (:-)
Vigitha at 2007-7-8 21:53:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi,I am sure that in your JSP u must have deifnd some varibale twice in code scriplets, thats why the error is comming, please see you code line by line for any duplicate varibales declared...Surya
Surya_INDa at 2007-7-8 21:53:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...