wmp_tc, wmp_rt request params

Hi Guys,

What is the significance of request param names wmp_tc, wmp_rt? Where can I find the documentation on them?

Also, what are all the other such request params that are pre-defined for CAF applications?

Kind regards,
Raj

I don’t believe there is any formal public documentation about the request parameters.

If there are areas that you or a customer would like to be improved in documentation or functionality, then you can make a proposal in brainstorm @ https://empower.softwareag.com/Products/FeatureRequestsInBrainstorm/default.asp for consideration in a future release.

For the two you asked about:

  1. The value of “wmc_rt” specifies the request type. The value should be either “action” or “render”. Also, “render” is the default value if this request parameter is not specified
  2. The value of the “wmc_tc” specifies the id of the primary target component of the request. Any request parameters that are not otherwise namespaced are directed to this target component.