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 functionality is like when the user clicks a "System Parameters" button that exists in the Spring MVC application, then the user has to come back to the WebObjects application with the "System Parameters" screen loaded, this screen functionality is existing in the WebObjects application.
The following is the example url when a user is in WebObjects application: http://<Domain-Name>/cgi-bin/WebObjects/TestApp.woa/28/wo/qmHbxUClaI7GicGm92oNPM/0.2.9 The following is the example url of the WebObjects application when the user clicks on "System Parameters" screen, but this has to work when the user clicks on "System Parameters" button from the Spring MVC application. http://<Domain-Name>/cgi-bin/WebObjects/TestApp.woa/28/wo/qmHbxUClaI7GicGm92oNPM/2.3.17.1.11.3.105.0 Thanks, Raghu. On 15-Jul-2014, at 11:25 PM, Michael Kondratov wrote: > 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 >> <[email protected]> wrote: >> >> 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 instance and >> the session id. >> >> Regards, >> Raghu. >> >>> On 15-Jul-2014, at 6:39 PM, Michael Kondratov wrote: >>> >>> Pass a session id along with instance number to spring app. Construct a new >>> URL in spring app. >>> >>> Michael >>> >>> Sent from my iPhone >>> >>>> On Jul 15, 2014, at 08:47, Raghavender Bokka >>>> <[email protected]> wrote: >>>> >>>> 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 be achieved. >>>> >>>> Thanks in advance. >>>> >>>> Regards, >>>> Raghu. >>>> >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list ([email protected]) >>>> Help/Unsubscribe/Update your Subscription: >>>> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com >>>> >>>> This email sent to [email protected] >>> >> >> > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
