Re: How to get a form component's value that is not a sub-node of the Form.

2008-01-26 Thread smallufo
Can you specify details more precisely ? According to http://www.thescripts.com/forum/thread95602.html It seems nested forms is forbidden. 2008/1/25, Eelco Hillenius [EMAIL PROTECTED]: You could try nested forms. Eelco On Jan 24, 2008 11:19 AM, smallufo [EMAIL PROTECTED] wrote: I have a

Re: How to get a form component's value that is not a sub-node of the Form.

2008-01-26 Thread Eelco Hillenius
On Jan 26, 2008 7:47 PM, smallufo [EMAIL PROTECTED] wrote: Can you specify details more precisely ? According to http://www.thescripts.com/forum/thread95602.html It seems nested forms is forbidden. In Wicket you can nest them and let Wicket figure out to not actually print the inner ones. I

How to get a form component's value that is not a sub-node of the Form.

2008-01-24 Thread smallufo
I have a Form component : SomeCheckGroup added to a SomePanel. For screen arrangement purpose , this SomePanel is not a sub-node of the Form , it's outside of the Form . It looks like this : OutmostPanel add FormPanel FormPanel add MainForm MainForm add other form components OutmostPanel

Re: How to get a form component's value that is not a sub-node of the Form.

2008-01-24 Thread Eelco Hillenius
You could try nested forms. Eelco On Jan 24, 2008 11:19 AM, smallufo [EMAIL PROTECTED] wrote: I have a Form component : SomeCheckGroup added to a SomePanel. For screen arrangement purpose , this SomePanel is not a sub-node of the Form , it's outside of the Form . It looks like this :