do you use gifs as submit buttons ??
if you use gifs the x and y is where you pressed the gifs (coordinates
of the gif )
may be this will help you

-----Original Message-----
From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 19. September 2001 10:28
To: [EMAIL PROTECTED]
Subject: Question about Action...


When I submit a Form, I display in the action:process
all the request parameter.

    while ( e.hasMoreElements() ) {
      String tmp = (String) e.nextElement();
      System.out.println(tmp + ":" +
request.getParameter(tmp));
    }

Here the display:

password:dqs
from:1
y:4
x:8
username:dsq


The x and y parameter isn't mine, what it is ?

Thanx



___________________________________________________________
Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr !
Yahoo! Courrier : http://fr.mail.yahoo.com

Reply via email to