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.