cancel
Showing results for 
Search instead for 
Did you mean: 

How sava a string text to IE page ?

Former Member
0 Kudos

hi All!

I want Save some text to a IE page ( html page) by code in WebDynpro use java language.

example :

String mystr = "This is a text";

I want save this to a html page , how can i to do ?

thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

vmadhuvarshi_
Contributor
0 Kudos

Are you talking about a client side cookie?

Former Member
0 Kudos

Hi,

Create an application.

Go to the view

place a textview or label

right click on the ui component created

select properties

in the text/label properties specify the text you want to display.

Regards

Ayyapparaj

Former Member
0 Kudos

In the View, You can set the text in the NWDS by setting the string in the properties.