How can i integrate Dojo and Liferay.In my portlet i can add the Button and text box component using Dojo.But i cant add the Tab Component in my liferay portlet.
Any one some idea regarding this.l
[code] public class Example{ public static void main(String args[]) { int a2=5; int b2=5; System.out.println(a2==b2); System.out.println(a2.equals(b2)); }
}
[\code] it throws Compile time Exception:int cant be dereferenced. System.out.println(a2.equals(b2))