Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » There is a request parameter error.
There is a request parameter error. [message #1695587] Sun, 17 May 2015 12:59 Go to next message
Cho HyunJong is currently offline Cho HyunJongFriend
Messages: 106
Registered: July 2009
Location: korea
Senior Member

hi rap team.

Well these days are using the v3.0.
There is a request parameter error.(https://wiki.eclipse.org/RAP/FAQ#How_to_access_the_request_parameters.3F)
Test version is rap-mars-3.0.0-N-20150515-1607.
Re: There is a request parameter error. [message #1695727 is a reply to message #1695587] Mon, 18 May 2015 16:11 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
in RAP 3.0M7 introduced StartupParameters client service - see RAP 3.0M7
New and Noteworthy [1].
To obtain the service use:
StartupParameters service = RWT.getClient().getService(
StartupParameters.class );
String parameter = service.getParameter("foo");

[1] http://www.eclipse.org/rap/noteworthy/3.0/?build=M7
HTH,
Ivan

--
Ivan Furnadjiev

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

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: There is a request parameter error. [message #1695755 is a reply to message #1695727] Mon, 18 May 2015 23:52 Go to previous message
Cho HyunJong is currently offline Cho HyunJongFriend
Messages: 106
Registered: July 2009
Location: korea
Senior Member

@ Ivan Furnadjiev thank a lot.
Previous Topic:Dropped Sessions
Next Topic:Text widget vertical alignment changes since 3.0 M7
Goto Forum:
  


Current Time: Tue Mar 19 10:01:33 GMT 2024

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

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

Back to the top