isOutputOnly

LANSA WAM

isOutputOnly

Indicates that the list specified by the listname property is only being used by this weblet for output. When a list is being used for input, the LANSA framework needs to create some hidden fields and do some extra processing to make sure the list data is sent to the server correctly. If the list is being used by this weblet for output purposes only, you can slightly improve performance and reduce the risk of conflicts with other weblets using the same list if you set this property to True.

Default value

False

Valid values

True, False, or any valid XPath expression that returns a boolean value.