makeValueIDID()

The makeValueIDID() function builds a value in inclusive format

Syntax

makeValueIDID(expr1,expr2)
Note:
  1. expr1 is the object id.
  2. expr2 is the value of the field.

Example

<input type="submit" gwc:attributes="name makeValueIDID(ID, value)".../>

produces

<input type="submit" name="v89/tata"... />