validate never got called

2007-08-17 Thread AngeloChen
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

newbie's question

2007-08-16 Thread AngeloChen
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