Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Direct Entry URLs possible?
Direct Entry URLs possible? [message #640866] Tue, 23 November 2010 11:26 Go to next message
Philipp Leusmann is currently offline Philipp LeusmannFriend
Messages: 36
Registered: July 2009
Member
Hi,

for our application we would like to provide customers with static URLs
to open content.
That is, when the customer clicks on the URL, we would open the
application, show the authorization page and then show a view state
dependent on the URL instead of the "normal" initial view.

How is that possible?

Thanks,
Philipp
Re: Direct Entry URLs possible? [message #641074 is a reply to message #640866] Wed, 24 November 2010 08:28 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Philipp,
it's possible to pass a URL parameter to your application like:
http://127.0.0.1:8080/rap?startup=app&view=view5
and get this URL parameter "view" from within the entry point like:
RWT.getRequest().getParameter( "view" );
Than you need some codding to switch the initial view based on this
parameter.
HTH,
Ivan

On 23.11.2010 1:26 PM, Philipp Leusmann wrote:
> Hi,
>
> for our application we would like to provide customers with static
> URLs to open content.
> That is, when the customer clicks on the URL, we would open the
> application, show the authorization page and then show a view state
> dependent on the URL instead of the "normal" initial view.
>
> How is that possible?
>
> Thanks,
> Philipp
Previous Topic:Include in RAP
Next Topic:TinyMCE can't working with RAP1.4M3
Goto Forum:
  


Current Time: Tue Apr 23 07:32:12 GMT 2024

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

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

Back to the top