Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread Jacques Le Roux
sco <[EMAIL PROTECTED]> wrote: From: Bruno Busco <[EMAIL PROTECTED]> Subject: Adding actions instead of replacing them in extended forms To: user@ofbiz.apache.org Date: Sunday, August 31, 2008, 2:08 AM Hi, when extending a form is there a way to ADD actions to the ones defined in the

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread Adrian Crum
rs to offer their comments. -Adrian --- On Sun, 8/31/08, Bruno Busco <[EMAIL PROTECTED]> wrote: > From: Bruno Busco <[EMAIL PROTECTED]> > Subject: Re: Adding actions instead of replacing them in extended forms > To: [EMAIL PROTECTED] > Date: Sunday, August 31, 2008, 9:4

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread Bruno Busco
ons? > > -Adrian > > > --- On Sun, 8/31/08, Bruno Busco <[EMAIL PROTECTED]> wrote: > > > From: Bruno Busco <[EMAIL PROTECTED]> > > Subject: Adding actions instead of replacing them in extended forms > > To: user@ofbiz.apache.org > > Date: Sunda

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread Adrian Crum
;[EMAIL PROTECTED]> > Subject: Adding actions instead of replacing them in extended forms > To: user@ofbiz.apache.org > Date: Sunday, August 31, 2008, 2:08 AM > Hi, > when extending a form is there a way to ADD actions to the > ones defined in > the original form? > What I see now

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread BJ Freeman
I was asking on the vague chance that he was referring to the action folder (groovy). Jacques Le Roux sent the following on 8/31/2008 4:48 AM: > I think it's about widget, there is no notion of action in FTL. And I > have no answers to propose. > > Jacques > > From: "BJ Freeman" <[EMAIL PROTECT

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread BJ Freeman
I believe this was discussed before, but I can't find the email. the simplest way I can think of, but have not tested is you have the drop down but it is conditionally displayed on the data being there. the data becomes available after the first step is taken. The code (groovy) would then have a

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread Bruno Busco
BJ, Jacques, yes, I was interested to the form widget. I have a form widget with many actions and then I created a new frame extending the first. This simply adds one field a drop-down that need an additional action to be populated. Could be interesting to call all parent form actions and then perf

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread Jacques Le Roux
I think it's about widget, there is no notion of action in FTL. And I have no answers to propose. Jacques From: "BJ Freeman" <[EMAIL PROTECTED]> before the answer need some clarification: by extended form are you talking about widgets or ftl. or are you talking about some new functions you are

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread BJ Freeman
before the answer need some clarification: by extended form are you talking about widgets or ftl. or are you talking about some new functions you are considering. Bruno Busco sent the following on 8/31/2008 2:15 AM: > In other words, > how can I call actions of the parent form a child one? > > Th

Re: Adding actions instead of replacing them in extended forms

2008-08-31 Thread Bruno Busco
In other words, how can I call actions of the parent form a child one? Thank you, Bruno 2008/8/31 Bruno Busco <[EMAIL PROTECTED]> > Hi, > when extending a form is there a way to ADD actions to the ones defined in > the original form? > What I see now is that actions defined in the original form

Adding actions instead of replacing them in extended forms

2008-08-31 Thread Bruno Busco
Hi, when extending a form is there a way to ADD actions to the ones defined in the original form? What I see now is that actions defined in the original form are completely replaced by the actions defined in the extended form. Thank you, -Bruno