cancel
Showing results for 
Search instead for 
Did you mean: 

code not saving in Wddoint() method

Former Member
0 Kudos

Hai to every one,

i tried to develop application in that , i supplying data to layout from the java class.

for this i doing initializing the class at viewcontroler 's Wd doint() method.

i wrting code in wd doint() But it is not saving . while click ing SAVEMETDATA option the code is Errasing from the Wddoint() method.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi,

Make sure that your code is between the:

//begin wdDoInit() and //@@end (all other code will be erased)

Omri

Former Member
0 Kudos

ohh Thanks ,

Its is Exactly , i done mistake.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

Try to intialise the java class at the end of controller implementation.(//@@begin others -


//@@end).

And using that instantiated object you can access java class variables.