...
--------------- what to do with this junk? ---------
Info | ||
---|---|---|
| ||
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.
...