Re: Transfer Data Objects between Actions and Views

2004-09-22 Thread HG
s Regards Henrik - Original Message - From: "M. Onur Tokan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 22, 2004 5:05 PM Subject: Transfer Data Objects between Actions and Views > Hi, > > I come across the following code. It uses >

Transfer Data Objects between Actions and Views

2004-09-22 Thread M. Onur Tokan
Hi, I come across the following code. It uses "request.setAttribute("employee",employeeDTO);" for transfering employeeDTO. Is it the only practice for doing this? -- Regards, M. Onur Tokan package net.reumann; import org.apache.struts.action.Action; import org.apache.struts.action.ActionForwa