can we see the code please

-igor


On 1/1/07, GhostDog <[EMAIL PROTECTED]> wrote:

hi, i write some thing to  add a row into a list view by press button. and
there is one  textfield with datepicker in the row. every thing is ok when
I don't use ajax submit button;

it' generate  the below error  when  i use the ajax way. when i removed
the datepicker it's ok. is anyone can give me some sugguest to fix it?


 Error while responding to an AJAX request: [EMAIL PROTECTED]
markupIdToComponent [{demoTableForm4=[MarkupContainer [Component id =
demoTableForm, page = wisq.demo.web.EditDemoTablePage, path = 2:
demoTableForm.EditDemoTablePage$1 , isVisible = true, isVersioned =
false]]}], prependJavascript [[]], appendJavascript [[]]
wicket.WicketRuntimeException: The component(s) below failed to render. A
common problem is that you have added a component in code but forgot to
reference it in the markup (thus the component will never be rendered).

1. [MarkupContainer [Component id = calendarMain, page =
wisq.demo.web.EditDemoTablePage, path =
2:demoTableForm:petlist:3:birthday_datePicker:
calendarMain.JavaScriptReference, isVisible = true, isVersioned = false]]
2. [MarkupContainer [Component id = calendarSetup, page =
wisq.demo.web.EditDemoTablePage, path =
2:demoTableForm:petlist:3:birthday_datePicker:
calendarSetup.JavaScriptReference, isVisible = true, isVersioned = false]]

3. [MarkupContainer [Component id = calendarLanguage, page =
wisq.demo.web.EditDemoTablePage, path =
2:demoTableForm:petlist:3:birthday_datePicker:
calendarLanguage.JavaScriptReference, isVisible = true, isVersioned =
false]]
4. [MarkupContainer [Component id = calendarStyle, page =
wisq.demo.web.EditDemoTablePage, path =
2:demoTableForm:petlist:3:birthday_datePicker:
calendarStyle.StyleSheetReference, isVisible = true, isVersioned = false]]


    at wicket.DebugHelper.checkRendering(DebugHelper.java:166)
    at wicket.DebugHelper.onEndComponentRender(DebugHelper.java:91)
    at wicket.Page.endComponentRender(Page.java:454)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to