Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » QueryString Support
QueryString Support [message #77398] Sat, 08 March 2008 03:21 Go to next message
Eclipse UserFriend
Originally posted by: anupgokhale.rediffmail.com

Hi all.

Is there anyway for RAP to support a querystring as is done in traditional
web apps?
For e.g. http://myApp.com/Page1.jsp?userid=1&usermode=power

I understand that a querystring as understood in a traditional web app is
not compatible with the RAP way, but I just wanted to pass some additional
information through the URL, depending on which I want to take different
actions when RAP is launched.

Regards,

Anup Gokhale
RE: QueryString Support [message #77416 is a reply to message #77398] Sat, 08 March 2008 12:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

this is no problem with RAP, as you have access to the underlying
servlet layer. You can use RWT.getRequest().getParameter( "myParam" ) in
IEntryPoint#createUI() for example to read out some parameter before
starting the workbench and do some actions according to the parameter
values.

Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Anup Gokhale [mailto:anupgokhale@rediffmail.com]
Bereitgestellt: Samstag, 8. März 2008 04:21
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: QueryString Support
Betreff: QueryString Support


Hi all.

Is there anyway for RAP to support a querystring as is done in
traditional web apps?
For e.g. http://myApp.com/Page1.jsp?userid=1&usermode=power

I understand that a querystring as understood in a traditional web app
is not compatible with the RAP way, but I just wanted to pass some
additional information through the URL, depending on which I want to
take different actions when RAP is launched.

Regards,

Anup Gokhale
Re: QueryString Support [message #77445 is a reply to message #77416] Sun, 09 March 2008 03:58 Go to previous message
Eclipse UserFriend
Originally posted by: anupgokhale.rediffmail.com

Thanks a lot Frank. Exactly what I was looking for.

Regards,

Anup Gokhale
Previous Topic:UIThread Problem
Next Topic:Changes to Upload widgets (sandbox)
Goto Forum:
  


Current Time: Tue Apr 23 12:22:33 GMT 2024

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

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

Back to the top