Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

--------------- what to do with this junk? ---------

Info
titleWhat is session and global scope?

TODO

...

In this example we'll develop an action sequence to generate an HTML report containing financial data for the current user's region. This suggests that when the user logs in, we need to identify the user's region, and store this information someplace that we can use later in our action sequence.
To identify the user's region, let's create a new action sequence in Eclipse using the action sequence editor.

Name the action sequence usernameToRegion.xaction, and place it in the samples/filters folder of the repository.

...