cancel
Showing results for 
Search instead for 
Did you mean: 

Method Problem

Former Member
0 Kudos

Hi Everybody,

I have a scenario, where I have to add 10 tabs consisting of 20 Tables in each tab. So far, I have added 4 Tabs with 20Tables(in a TransparentContainer) and tried to execute it...I am getting the following exception...

java.lang.Error: Unresolved compilation problem: The code of method wdCreateUITreeForTransparentContainer4() is exceeding the 65535 bytes limit

Please guide me how to overcome this... Can i increase the size of the method... is there any other alternative solutions apart from Dynamic UI....

Regards/Guru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This limit is enforced on all java methods. There are no workarounds and even if there were, you couldn't have done it since this is a generated code. So you might want to think about simplifying the UI.

Regards,

Satyajit.