You could get it directly from the request... but why would you want to? That would defeat one of the purposes of having Struts, wouldn't it?
Dave On Mon, Sep 27, 2010 at 7:24 AM, hareendra seneviratne <hareend...@gmail.com > wrote: > Hi all, > > > > I’m new to struts and getting to know it. > > > > Is it mandatory to have an ActionForm? Can we access the variables defined > in *view* from *execute()* method without using an ActionForm? > > > > Thnks for ur replies J >