Versions Compared

Key

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

...

Validation

Internationalization

Type Conversion

...

What are the default variables in the value stack? (accessible using #foo)
attr (scans the request, session, and application attributes, in that order)
request (request attributes)
session (session attributes)
application (application attributes)
parameters (request params)

...