DTO means normal object which contains the data In your case you want to store "In Progress".. So just put "In Progress" into an object and save it to application scope Even if you want to change just change t o"Done" and agin store to application
-----Original Message----- From: Kavita Mehta [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 4:24 PM To: Struts Users Mailing List Subject: Re: form in application context` can you please exlpain it furthur as i am new to struts n i have never used a DTO . Patil, Sheetal wrote: > Its better that u put an normal DTO in application scope and change > values as per condition > > -----Original Message----- > From: Kavita Mehta [mailto:[EMAIL PROTECTED] > Sent: Friday, July 28, 2006 4:02 PM > To: Struts Users Mailing List > Subject: Re: form in application context` > > but why not form bean in application context ... > > Antonio Petrelli wrote: > >> Kavita Mehta ha scritto: >> >>> Hi, >>> can we keep a form bean in application context ?? >>> My requirement is that every operator that opens my screen should >>> see >>> > > >>> the same values corresponding to a field ..i.e. i dont want to reset >>> my form bean for each session/operator/window ... >>> >>> Any ideas ?? >>> >> Don't use a form bean but a normal bean as a "data source" for the >> HTML form, that will be connected to a request-based form. >> >> Ciao >> Antonio >> >> P.S. Don't hijack threads or you will not get visibility >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]