By: Moisey Blehman - rhal
Using import classes in xml
2003-01-31 01:47
Hi,
How can I import my own classes (not only lang and util) in order to use them inside of xml?
I'am aware that one can use non default classes through scriplets, but can this be done without scriplets use?
Thanks for advice
By: Teodor Danciu - teodord
RE: Using import classes in xml
2003-01-31 02:40
Hi,
You only have to use the entire class name in
the report expressions (including the package).
That's all. No import statements needed.
I hope this helps.
Teodor
By: Moisey Blehman - rhal
RE: Using import classes in xml
2003-02-01 05:19
Thank you very much - that really helped a lot. ^_^
Using import classes in xml
2003-01-31 01:47
Hi,
How can I import my own classes (not only lang and util) in order to use them inside of xml?
I'am aware that one can use non default classes through scriplets, but can this be done without scriplets use?
Thanks for advice
By: Teodor Danciu - teodord
RE: Using import classes in xml
2003-01-31 02:40
Hi,
You only have to use the entire class name in
the report expressions (including the package).
That's all. No import statements needed.
I hope this helps.
Teodor
By: Moisey Blehman - rhal
RE: Using import classes in xml
2003-02-01 05:19
Thank you very much - that really helped a lot. ^_^