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;
> }
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
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
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
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
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
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
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
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
>
>
>
>
9 matches
Mail list logo