The SlidingPanel (as it currently is), expects an Array of Strings that contain the contents of the SlidingPanel:
E.g.: public String[] getDetails(){ return new String[]{"Content A","Content B","Content C"}; } Assuming, I want to return components instead of Strings, how would I access them in Java code? e.g. ComponentA.tml ComponentB.tml ComponentC.tml Can I "inject" them somehow and access their contents as a String? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]