You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by bhupat parmar <bh...@gmail.com> on 2007/08/30 14:10:41 UTC

not able to get selected ListMultipleChoice values

ERROR - AjaxRequestTarget          - Error while responding to an AJAX
request: [AjaxRequestTarget@1814440195 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

Posted by Martijn Dashorst <ma...@gmail.com>.
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 <ol...@web.de> 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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: not able to get selected ListMultipleChoice values

Posted by Oleg Taranenko <ol...@web.de>.
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: [AjaxRequestTarget@1814440195 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,
 Oleg                            mailto:otaranenko@key-software.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org