Re: Bean scope type in Struts2 plugin

2012-10-02 Thread Lukasz Lenart
2012/10/1 Aum Strut : > Hi All, > > i am having a small doubt regarding bean creation in struts2,while going > through some of the plugin i saw following code > > inside the Interceeptor > > @Inject > public void setMyManager(MyManager myManager) { > this.MyManager = myManager; > }

Re: bean scope in ApplicationContext-struts.xml

2007-04-23 Thread Antonio Petrelli
2007/4/23, arunabh <[EMAIL PROTECTED]>: 2007/4/23, arunabh <[EMAIL PROTECTED]>: > > Hi , > In the ApplicationContext-struts.xml what are the different values for > the > scope attribute of bean tag . And what different values mean over there . > I desperately heed help in that . Are you writ

Re: bean scope in ApplicationContext-struts.xml

2007-04-23 Thread arunabh
2007/4/23, arunabh <[EMAIL PROTECTED]>: > > Hi , > In the ApplicationContext-struts.xml what are the different values for > the > scope attribute of bean tag . And what different values mean over there . > I desperately heed help in that . Are you writing about Struts or Spring? In the latter

Re: bean scope in ApplicationContext-struts.xml

2007-04-23 Thread Antonio Petrelli
2007/4/23, arunabh <[EMAIL PROTECTED]>: Hi , In the ApplicationContext-struts.xml what are the different values for the scope attribute of bean tag . And what different values mean over there . I desperately heed help in that . Are you writing about Struts or Spring? In the latter case, write

Re: Bean Scope Problem

2006-07-28 Thread Puneet Lakhina
Correct. Just to expand on it a bit for Puneet... the request that you set the attribute on is the request for resultsPage.jsp. That is the final resource the server returns for that request. Once it is returned, that request is destroyed. A link on that page represents a whole new request, he

Re: Bean Scope Problem

2006-07-28 Thread Frank W. Zammetti
Patil, Sheetal wrote: As I know u cant access this object Better way put it in session scope or regenerate it Else see if you can hidden property in jsp Correct. Just to expand on it a bit for Puneet... the request that you set the attribute on is the request for resultsPage.jsp. That is the

RE: Bean Scope Problem

2006-07-28 Thread Patil, Sheetal
As I know u cant access this object Better way put it in session scope or regenerate it Else see if you can hidden property in jsp -Original Message- From: Puneet Lakhina [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 5:19 PM To: user@struts.apache.org Subject: Bean Scope Problem

RE: Bean scope...

2006-01-10 Thread Kanuri, Chand
you just defined your bean here. scope(session or request) should be given in action mapping. Cheers, Chand. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 09 January 2006 16:04 To: user@struts.apache.org Subject: Bean scope... Hi All, I keep getting this err

Re: Bean scope...

2006-01-10 Thread Ted Husted
After defining a form-bean for an ActionForm http://www.husted.com/poe/ On 1/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > I keep getting this error , I have defined this bean in config file... > Also... > -Cannot find bean StatusSearchActionForm in any scope > > > >