aspose file tools
The moose likes JSP and the fly likes enumeration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "enumeration" Watch "enumeration" New topic
Author

enumeration

narayana arya
Greenhorn

Joined: Dec 12, 2005
Posts: 12
Hi when i use enumeration i am getting all parameter names alongs with parameter name x and parameter name y.
but i haven't used x and y .
how i am getting this (x,y) in all pages (while using enum).
what is this x,y (positions? or what?)

to avoid this what should i use?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

Are you submitting using an input element of type image? If so, the browser adds those parameters to the submission.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: enumeration
 
Similar Threads
Is there a URL that explains[ y = x++ + ++x; ] ?
Someone Please, Help.. having Syntax problems with p.getx().. PLEASE
Java Increment Operator pre/post fix
passing many values from jsp and getting only one value in servlet?
request.getParameterValues()