I do not know if that helps you usually, but the paramentros are passed by
bsh files to FTL , which are called by action tag into Screen
example:
file.bsh
orderId = request.getParameter("orderId");
if (orderId == null) orderId = parameters.get("orderId");
context.put("orderId", orderId);
file.ftl
<html>
<h1> ${orderId} </h1>
</htm
Yubei.Xianren wrote:
>
>
> Hi,
>
> I am using OFBiz for my project. I need to pass some parameters from
> Screen-widget XML document to my Freemarker template. Does any one knows
> how to get this done?
>
> TIA
>
--
View this message in context:
http://www.nabble.com/Pass-information-from-Screen-widget-to-FTL-tp19489246p19494444.html
Sent from the OFBiz - User mailing list archive at Nabble.com.