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 how can I populdate this bean with all the data and forward to yourEmail.jsp in the LoginAction class? Thanks, AC -- View this message in context: http://www.nabble.com/newbie%27s-question-tf4283762.html#a12194251 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

