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 if statement the checks for the
first data before retrieving the second.
this would probably need a Java Script that acted on the first being
filled to post to the form again.
I believe there would be multiple request responses to direct to the
next form.

that is the way I would try to accomplish it.
that would be an interesting example.





Bruno Busco sent the following on 8/31/2008 5:21 AM:
> 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 perform the
> additional one.
> -Bruno
> 
> 2008/8/31 Jacques Le Roux <[EMAIL PROTECTED]>
> 
>> 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 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?
>>>>
>>>> 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 are
>>>>> completely
>>>>> replaced by the actions defined in the extended form.
>>>>>
>>>>> Thank you,
>>>>> -Bruno
>>>>>
>>>>>
> 

Reply via email to