not able to get selected ListMultipleChoice values

2007-08-30 Thread bhupat parmar
ERROR - AjaxRequestTarget - Error while responding to an AJAX request: [EMAIL PROTECTED] markupIdToComponent [{tabs=[MarkupContainer [Component id = tabs, page = wicket.quickstart.Index, path = 0:tabs.AjaxTabbedPanel, isVisible = true, isVersioned = false]]}], prependJavascript [[]],

Re: not able to get selected ListMultipleChoice values

2007-08-30 Thread Oleg Taranenko
Hello bhupat, you shows only the the top of the iceberg, better show all, what is under waterline. This error can be initiated by many reasons. Most likely of mismatching in you markup and corresponding declared java objects hierarchy. Write carefully what you want to expect from you code and

Re: not able to get selected ListMultipleChoice values

2007-08-30 Thread Martijn Dashorst
It also helps to read [1] and use its lessons and guidance for future questions, it will help us help you much better and quicker. (and add the wicket version to Oleg's list of needed information) Martijn [1] http://catb.org/~esr/faqs/smart-questions.html On 8/30/07, Oleg Taranenko [EMAIL