Hi,

To get the properties these two ways work :

1) System.out.println("lastName   = " + custForm.get("login"));

2) System.out.println("lastName   = " + request.getParameter("login"));

Why should I use 1) rather than 2) ?

Thank u.

Reply via email to