Hello. I created the example (using Eclipse with MyEclipse plugin) and got no such error. I did however, put in all the generics of <MenuItem> where needed (List, ArrayList, etc). Also, you have to add all of the various imports from org.apache.wicket, create your own MyFirstPage and MySecondPage classes. Exported to Tomcat, and all worked fine. topMenuItems is a Java ArrayList object - no magic there. I am using java version 1.6.0
tsuresh wrote: > > Dear wicketeers > Has any one tried Suckerfish dropdowns in wicket. I saw one examle of it > in > http://javathoughts.capesugarbird.com/2007/11/suckerfish-dropdowns-for-wicket.html > > I tried to run the example but some error was shown with the message no > get method for topMenuItems. Can some one please > solve the problem and comment. > thanks > -- View this message in context: http://www.nabble.com/Suckerfish-dropdowns-for-wicket-tf4960810.html#a14232401 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
