value passing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

value passing

Pal Infocom Technologies-2
i have a field named quantity in a form. when i submit this form a new screen is displayed named new screen
i want to pass value of quantity field to ftl file used in new screen.

How can i pass the value and access it in ftl file.
Reply | Threaded
Open this post in threaded view
|

Re: value passing

Krzysztof Podejma
in new screen in actions place <set field="quantity" from-field="
parameters.quantity" type="Integer" default-value="0"/>
and in ftl ${quantity}

you can also write bsh script if you want to do more
check *Screens.xml files for more info

2007/6/28, amit charaya <[hidden email]>:

>
>
> i have a field named quantity in a form. when i submit this form a new
> screen
> is displayed named new screen
> i want to pass value of quantity field to ftl file used in new screen.
>
> How can i pass the value and access it in ftl file.
> --
> View this message in context:
> http://www.nabble.com/value-passing-tf3994122.html#a11342162
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>