Ticket #1 (new task)

Opened 6 months ago

Revive good parts of Helma 1 HTTP parameter handling

Reported by: hannes Assigned to: hannes@helma.at
Priority: major Milestone: Helma NG 0.3
Component: helma-ng Version: Helma NG 0.1
Keywords: Cc:

Description

Helma 1 has some pretty nice features regarding HTTP parameter access. It would be nice to have these in Helma NG.

  • Accumulative grouped collections: params, queryParams, postParams
  • Grouped parameters for parameters using the foo[bar] or foo.bar syntax
  • Get any parameter value(s) as array by suffixing parameter name with '_array'