Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Deep Linking to a page, using existing session.
Deep Linking to a page, using existing session. [message #764917] Tue, 13 December 2011 04:58 Go to next message
Missing name Missing name is currently offline Missing name Missing nameFriend
Messages: 6
Registered: August 2011
Junior Member
Hi,

Has anyone done a deep linking into an RAP session? Essentially, our app is iFramed into a uber portal and we want to create a deep link to some of pages in the RAP app, using the existing RAP Session.

I noticed that there was an old bug related to deep linking ( bug id=205322), which is marked as WONT fix.

Wondering if anyone has done it?

Many thanks in advance.

-Sudhir
Re: Deep Linking to a page, using existing session. [message #766158 is a reply to message #764917] Thu, 15 December 2011 09:48 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi,

you add request parameters to implement deep links in your application, e.g.

http://yourhost:port/yourapp/servletname?page=foo

In your entrypoint, you can get the parameter values like this:

RWT.getRequest().getParameter( "page" )

The bug you mentioned is very old and was related to some warning that
has been issued by early RAP versions.

HTH, Ralf


--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Deep Linking to a page, using existing session.
Next Topic:help for custom widget resourse file path in js?
Goto Forum:
  


Current Time: Wed Apr 24 17:55:00 GMT 2024

Powered by FUDForum. Page generated in 0.03040 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top