Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Alexander Spohr
The tab's window would need to have a name that you can address in your tag as target="myappwindowname". Then it will open the WO-app in the old, named window. You might be able to set that name either when you open your WO-app’s window (using a target link). Or you could try to set it using Ja

Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Raghavender Bokka
Hi Alexander, Is is possible to use the existing WebObjects application URL and instance id and call the direct action (within the same existing application screen tab) from the other app, or will the direct action will open up a new URL in a separate tab or window? Thanks, Raghu. On 16-Jul-2

Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Alexander Spohr
Write a direct action that you can call from the other app. Am 16.07.2014 um 08:21 schrieb Raghavender Bokka : > Hello Michael, > > If the new tab is closed then the user will be back to the existing > WebObjects application tab, this if fine, but my requirement is that the user > has to co

Re: Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Raghavender Bokka
Hello Michael, If the new tab is closed then the user will be back to the existing WebObjects application tab, this if fine, but my requirement is that the user has to come back to WebObjects application and also load a specific page at the same time without the user intervention. The functiona

Re: Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Michael Kondratov
What do you mean by coming back to an application in another tab? Maybe all you need is to close the new tab? Could you please provide an example of urls ? Michael Sent from my iPhone > On Jul 15, 2014, at 09:22, Raghavender Bokka > wrote: > > Thanks for your reply Michael. Also I need to

Re: Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Raghavender Bokka
Thanks for your reply Michael. Also I need to load a specific page in the WebObjects application along with redirection of the WebObjects application URL. I need to come back to the same WebObjects application running in another tab. Please advise how a page URL is also appended along with the

Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Raghavender Bokka
Hi, From a WebObjects application I have redirected to a Spring MVC application. And from the Spring MVC application I have to redirect back to WebObjects application that is running in the other tab along with loading a specific page in the WebObjects application. Please advise how this can b