You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by amit charaya <of...@palinfocom.net> on 2007/06/28 14:48:00 UTC

value passing

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.


Re: value passing

Posted by Krzysztof Podejma <kp...@gmail.com>.
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 <of...@palinfocom.net>:
>
>
> 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.
>
>