Unsolved
This post is more than 5 years old
5 Posts
0
702
July 22nd, 2009 03:00
how to pass argument in a xml and retrive value in class file
we have used oninit method to retrive vale but it is returning null value.plase look into the matter as soon as possible and reply soon.
No Events found!



DCTM_Guru
3.4K Posts
0
July 22nd, 2009 05:00
natraj2
5 Posts
0
July 22nd, 2009 21:00
helloworld
dialogcontainer
and the oninit() code :
public void onInit(ArgumentList arg)
{
System.out.println("*** onInit method of HelloWorldComponent called ");
String logType= arg.get("contracts");
System.out.println("****** = "+logType);
super.onInit(arg);
}
It is returning "null".
DCTM_Guru
3.4K Posts
0
July 23rd, 2009 10:00
super.onInit(arg);
before the first system.out