The tab's window would need to have a name that you can address in your <a> 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 JavaScript from within your WO-app. I am not sure if the latter is possible.
Am 16.07.2014 um 10:37 schrieb Raghavender Bokka <[email protected]>: > 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-2014, at 2:02 PM, Alexander Spohr wrote: > >> Write a direct action that you can call from the other app. >> >> >> >> Am 16.07.2014 um 08:21 schrieb Raghavender Bokka >> <[email protected]>: >> >>> 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. >> >> > > _______________________________________________ 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]
