This Struts tag creates an input tag of type hidden. The name attribute specifies the object/bean containing the value and the property attribute specifies the name of the property. So if name="data" and property="value", Struts will call data.getValue().