Dear Sir,

Can the 'context' be passed from a ftl file to java?

I see a 'globalContext' in this link...
https://cwiki.apache.org/confluence/display/OFBIZ/Variables+always+available+in+screen+context

My goal is to use context here..
-----------------------
dbName.setNonPKFields(context);
-------------------------
in a method...
------------------------
public static String createSubscriber(HttpServletRequest request,
HttpServletResponse response) {  }
-----------------------
can I use 'globalContext' in place of 'context'?

regards
Avijit

Reply via email to