Skip to main content



      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] Mon, 12 December 2011 23:58 Go to next message
Eclipse UserFriend
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 04:48 Go to previous message
Eclipse UserFriend
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: Sun Jul 13 15:39:39 EDT 2025

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

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

Back to the top