Difference between revisions of "Incoming parameters"
From AgileApps Support Wiki
imported>Aeric (Created page with "Did you mean: :* Incoming controller params :* Incoming method parameters") |
imported>Aeric |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Whether in a controller class invoked from a JSP page, or in a method invoked from a [[Rule]], a variety of parameters are at your disposal: | |||
:* [[Incoming controller params]] | :* [[Incoming controller params]] | ||
::: Contains the name/value pairs for form fields and the identifier of the action button coming from a JSP page. | |||
:* [[Incoming method parameters]] | :* [[Incoming method parameters]] | ||
::: Includes the ID of the record the method was invoked on, the name of the object that contains it, and the values of fields in that record. |
Latest revision as of 03:36, 16 January 2014
Whether in a controller class invoked from a JSP page, or in a method invoked from a Rule, a variety of parameters are at your disposal:
-
- Contains the name/value pairs for form fields and the identifier of the action button coming from a JSP page.
-
- Includes the ID of the record the method was invoked on, the name of the object that contains it, and the values of fields in that record.