Re: Nested forms quick question

2011-05-12 Thread Alexandru Artimon

Yes they are necessarily nested.
Thanks Martin, I'll give it a try.

Alex

On 05/06/2011 09:15 PM, Martin Grigorov wrote:

instead of setRequired() use isRequired(submittedForm == innerForm)

On Fri, May 6, 2011 at 6:04 PM, Titonjyt...@gmail.com  wrote:

Are these necessarily nested forms?

2011/5/5 Alexandru Artimonaarti...@developmentgateway.org


Hey guys,

When I submit the main form can I prevent the submit of the inner forms?

I have some small forms to add items to the main form. The fields in the
inner forms have setRequired(true), so when I submit the main form I get
errors that those fields are empty. Any ideas?

Thanks,
Alexandru

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Nested forms quick question

2011-05-06 Thread Alexandru Artimon

Hey guys,

When I submit the main form can I prevent the submit of the inner forms?

I have some small forms to add items to the main form. The fields in the 
inner forms have setRequired(true), so when I submit the main form I get 
errors that those fields are empty. Any ideas?


Thanks,
Alexandru

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Nested forms quick question

2011-05-06 Thread Tito
Are these necessarily nested forms?

2011/5/5 Alexandru Artimon aarti...@developmentgateway.org

 Hey guys,

 When I submit the main form can I prevent the submit of the inner forms?

 I have some small forms to add items to the main form. The fields in the
 inner forms have setRequired(true), so when I submit the main form I get
 errors that those fields are empty. Any ideas?

 Thanks,
 Alexandru

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Nested forms quick question

2011-05-06 Thread Martin Grigorov
instead of setRequired() use isRequired(submittedForm == innerForm)

On Fri, May 6, 2011 at 6:04 PM, Tito njyt...@gmail.com wrote:
 Are these necessarily nested forms?

 2011/5/5 Alexandru Artimon aarti...@developmentgateway.org

 Hey guys,

 When I submit the main form can I prevent the submit of the inner forms?

 I have some small forms to add items to the main form. The fields in the
 inner forms have setRequired(true), so when I submit the main form I get
 errors that those fields are empty. Any ideas?

 Thanks,
 Alexandru

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org






-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org