Hello again,

Indeed I wasn't adding my Panel to the border's body container so I made
that adjustment.

was
this.getBorder().add(new GenericFormPanel("panel", parameters));
now
this.getBorder().getBodyContainer().add(new GenericFormPanel("panel",
parameters));

So now my Wicket 101 question...with my panel added to the border's body
container do I also need to  add the form and all it's components directly
to the border's body container? If so, how do I get a reference to that
border and body container from within my Panel?

I tried getting the Panel's parent but that object was null.

Thanks,
Craig


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Form-component-s-model-setObject-getting-called-twice-per-submit-when-inside-a-Border-tp4665278p4665374.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to