Re: newbie's question

2007-08-17 Thread meisam sarabadani
Hi, Im new to Struts too! But i need to be very quickly come up with a login and log out part for my application which im going to use the Struts, I need to retrieve the user name and password from the Mysql database then check it with a form values, would you send me a piece of code or something

Re: newbie's question

2007-08-17 Thread Laurie Harper
AngeloChen wrote: 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-bea

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