Friday, July 15, 2011

[WebContainer : 7] [ERROR] [] [org.apache.wicket.RequestCycle] submitted http post value [radio124] for RadioGroup component [2:form:tabs:panel:crumbPanel:TestRadioGroup] is illegal because it does not contain relative path to a Radio componnet. Due to this the RadioGroup component cannot resolve the selected Radio component pointed to by the illegal value. A possible reason is that componment hierarchy changed between rendering and form submission.

[WebContainer : 7] [ERROR] [] [org.apache.wicket.RequestCycle] submitted http post value [radio124] for RadioGroup component [2:form:tabs:panel:crumbPanel:TestRadioGroup] is illegal because it does not contain relative path to a Radio componnet. Due to this the RadioGroup component cannot resolve the selected Radio component pointed to by the illegal value. A possible reason is that componment hierarchy changed between rendering and form submission.

org.apache.wicket.WicketRuntimeException: submitted http post value [radio124] for RadioGroup component [2:form:tabs:panel:crumbPanel:TestRadioGroup] is illegal because it does not contain relative path to a Radio componnet. Due to this the RadioGroup component cannot resolve the selected Radio component pointed to by the illegal value. A possible reason is that componment hierarchy changed between rendering and form submission.


This issue occurred as My Page had two panels with same component hierarchy. i.e. the child panels was dynamically replaced with each other having a radio group the same wicket id TestRadioGroup.

3 comments:

  1. whats the resolution for this? I am working on this since morning.

    ReplyDelete
    Replies
    1. Resolution would be to change the wicket id for one of the child component...
      so that wicket can distinguish between them.

      Delete
    2. And sorry for the late response :)

      Delete