Hi

I have a link which when clicked invokes some action and opens up a pop up.
The result to be displayed in the pop up needs to be returned as object in
the action method called onclick. that is why i do not my calling  page to
navigate to some other jsp.

If u cud help me out how to handle such scenario that will be great help

-- 
Thanks and Regards
Upasana Sharma



On Thu, Apr 22, 2010 at 3:35 PM, Miles, Chris <
chris.mi...@spsa.pnn.police.uk> wrote:

>
>
>
>
>
> Explain what exactly you are trying to achieve and why and it would help
> someone give you a solution.
>
> Chris
>
> -----Original Message-----
> From: Upasana Sharma [mailto:sharma...@gmail.com]
> Sent: 22 April 2010 10:52
> To: Struts Users Mailing List
> Subject: Re: Action result to go nowhere
>
> In that case how can I invoke the action without changing the url.
> please help me out.
> --
> Thanks and Regards
> Upasana Sharma
> On Thu, Apr 22, 2010 at 3:18 PM, Miles, Chris <
> chris.mi...@spsa.pnn.police.uk> wrote:
>
> >
> >
> >
> >
> > That is what I would expect to happen. You are clicking a link which
> > changes the URL to the URL of the Action. This is the normal process
> > of the web itself.
> >
> > Chris
> >
> >
> > -----Original Message-----
> > From: Upasana Sharma [mailto:sharma...@gmail.com]
> > Sent: 22 April 2010 10:37
> > To: Struts Users Mailing List
> > Subject: Re: Action result to go nowhere
> >
> > hi thanks for your response.I tried that But my browser goes to some
> > blank page with that respective action name as the url.
> > It does not stick to the calling page
> >
> > --
> > Thanks and Regards
> > Upasana Sharma
> >
> >
> > On Thu, Apr 22, 2010 at 2:53 PM, Miles, Chris <
> > chris.mi...@spsa.pnn.police.uk> wrote:
> >
> > > NOT PROTECTIVELY MARKED
> > >
> > >
> > >
> > > Hi
> > >
> > > Do not put any result in the XML and in the Action just return
> > > Action.NONE
> > >
> > > Chris
> > >
> > > -----Original Message-----
> > > From: Upasana Sharma [mailto:sharma...@gmail.com]
> > > Sent: 22 April 2010 10:10
> > > To: Struts Users Mailing List
> > > Subject: Action result to go nowhere
> > >
> > > Hi
> > >
> > > I have a link which when clicked invokes some action. I do not want
> > the
> > > page to redirect or forward to some other jsp or action.
> > > what should i write in struts.xml <result> of that action?
> > >
> > > --
> > > Thanks and Regards
> > > Upasana Sharma
> > >
> > > NOT PROTECTIVELY MARKED
> > >
> > >
> > > --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > > For additional commands, e-mail: user-h...@struts.apache.org
> > >
> > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to