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
- RE: Question about Action... emmanuel.boudrant
- RE: Question about Action... Stefan Hamm

