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 [[]], appendJavascript [[]]
wicket.WicketRuntimeException: Exception in rendering component:
[MarkupContainer [Component id = tagList, page = wicket.quickstart.Index,
path = 0:tabs:panel:simpleUpload:tagList.ListMultipleChoice, isVisible =
true, isVersioned = false]]


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 also how you
tied to achive. Welcome are code snippet (not full java codebase, but
related to encountered problem), html fragments, exception stack
trace, debug messages...

With this info locating of your errors might brings pleasure.
Short, be more verbose, and people will like you.

Cheers,

Oleg

Thursday, August 30, 2007, 2:10:41 PM, you wrote:

 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 [[]], appendJavascript [[]]
 wicket.WicketRuntimeException: Exception in rendering component:
 [MarkupContainer [Component id = tagList, page = wicket.quickstart.Index,
 path = 0:tabs:panel:simpleUpload:tagList.ListMultipleChoice, isVisible =
 true, isVersioned = false]]



-- 
Best regards,
 Olegmailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 PROTECTED] wrote:
 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 also how you
 tied to achive. Welcome are code snippet (not full java codebase, but
 related to encountered problem), html fragments, exception stack
 trace, debug messages...

 With this info locating of your errors might brings pleasure.
 Short, be more verbose, and people will like you.


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]