Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

These are the most important (most used) variables. To have more details, check out ScreenRenderer.java populateBasicContext and populateContextForRequest methods.

This means that you don't have to worry about these variables : they are available from the 1st line of your scripts (BeanShell or Groovy)

parameters (of course)
globalcontext

delegator
dispatcher

security
locale
userLogin

webSiteId
autoUserLogin
person
partyGroup
timeZone

request
response
session
application

javaScriptEnabled

sessionAttributes
requestAttributes
requestParameters

eventMessageList
errorMessageList
nowTimestamp

  • No labels