Hi,
I have an ActionForm like following, the setter got called while validate
method never, why?
public class MyForm extends ActionForm {
private String username;
private String password;
public String getUsername() {
return username;
}
public void setUsername(Stri
Hi,
New to Struts, I have a need like this:
If my LoginAction verify that the user is valid, it will retrieve a list of
emails addressed to him from model and send all of them to a yourEmail.jsp.
now as I understand from the doc that for every jsp you have to create a
form-bean/ActionForm, so ho
2 matches
Mail list logo