Re: Submit a form and ignore nested forms

2008-04-09 Thread Johan Compagner
That sounds like a bug can you open an issue in jira? On 4/9/08, AshleyAbraham [EMAIL PROTECTED] wrote: Hi everyone, I have a question regarding IFormVisitorParticpant, I implement IFormVisitorParticpant in a panel where my nested form resides, the form has formcomponents which are set

Re: Submit a form and ignore nested forms

2008-04-08 Thread AshleyAbraham
Hi everyone, I have a question regarding IFormVisitorParticpant, I implement IFormVisitorParticpant in a panel where my nested form resides, the form has formcomponents which are set to required. When the processChildren() is set to return false everything works as normall, none of the

Re: Submit a form and ignore nested forms

2008-02-29 Thread AshleyAbraham
Hi everyone, I have a similar problem using Wizard, I have a idea but I dont know whether its a right approach or is there an easy way to do it... here is my thought, if I use a FormComponentPanel and put my nested form in it, then override the processChildren() to return false. So, when the

Re: Submit a form and ignore nested forms

2008-02-29 Thread Igor Vaynberg
processchildren() comes from IFormVisitorParticipant which, afaik, any component can implement and therefore act as a barrier to prevent form processing logic from going any deeper. -igor On Fri, Feb 29, 2008 at 1:21 PM, AshleyAbraham [EMAIL PROTECTED] wrote: Hi everyone, I have a

Re: Submit a form and ignore nested forms

2008-02-29 Thread Igor Vaynberg
eg its probably something your nested form can implement -igor On Fri, Feb 29, 2008 at 1:29 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: processchildren() comes from IFormVisitorParticipant which, afaik, any component can implement and therefore act as a barrier to prevent form processing

Re: Submit a form and ignore nested forms

2008-02-29 Thread AshleyAbraham
Igor, Thank u for your fast response... Thanks again, Ashley Pills wrote: Hi everybody, I'm using nested forms in my web app to provide to the user a simple way for editting a product and its stock state at the same time (PRODUCTS and STOCKS are bound with a relation 1-n in my