Hi,

I am acessing the other form in a action which is not mapped to these forms.

Action1 - > form1
Actrion2 -> form2

I am accessing the form2 in Action1.

Thanks & Regards,
Ashok.D
----- Original Message -----
From: "Jarnot Voytek Contr AU HQ/SC" <    >
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, July 03, 2003 9:51 PM
Subject: RE: Centralized Way of Acessing the Form Bean


> maybe I'm confused about what you're doing, but doesn't your form bean get
> passed in to the execute method for you?
>
> --
> Voytek Jarnot
> Quidquid latine dictum sit, altum viditur.
>
>
> > -----Original Message-----
> > From: AshokD [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 03, 2003 11:24 AM
> > To: Struts Users Mailing List
> > Subject: Centralized Way of Acessing the Form Bean
> >
> >
> > Hi,
> >
> > I have a Session, Request scope beans in my Application.
> >
> > To acess Session Scope component I am using below logic:
> >
> > LoginForm lLoginForm = (LoginForm )session.getAttribute("formName");
> >
> > To acess Request Scope component I am using below logic:
> >
> > NewLoginForm lNewLoginForm = (NewLoginForm
> > )request.getAttribute("formName");
> >
> >
> >
> > If i change the scope in configuration(strut-config.xml) I
> > need to change my Action classes also (where ever I am
> > acessing the form).
> >
> > Their is any centralized Way of acessing the Form Bean is their ?
> >
> > like:
> >
> > Acessing all beans from request instead of session and request.
> >
> > Thanks in Advance,
> > Ashok.D
> >
>
> ---------------------------------------------------------------------
> 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]

Reply via email to