when you do a view, a groovy file marshals data and passed to ftl and/or
widgets, as defined in the view.
if the screen is a widget the Groovy many be declared in the Actions
section.
if just ftl, as defined in the view, then the groovy file with the same
name is usually in /WEB-INF/actions
=========================
BJ Freeman
Strategic Power Office with Supplier Automation
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist
Chat Y! messenger: bjfr33man
Shereen sent the following on 10/27/2010 6:40 AM:
Hi all
I'm new to freemarker and I want to do some checking in the orderinfo.ftl
I want to get the customer for the order then check on certain field in the
that customer
In more detailes I've added a field to the party called requirePrepayment
now I want in the orderinfo.ftl to know the customer (the bill to party and
check on that field.
I think I'll need the orderhelper right?
would anyone suggest some code?
Thanks in advance