#id_marshalltest:click { evt-click-preventdefault: True; action-server: kss_MarshallTest; kss_MarshallTest-value_singleton: currentFormVar('singleton'); kss_MarshallTest-value_list|list: currentFormVar('alist:list'); kss_MarshallTest-value_record|record: currentFormVar('arecord:record'); kss_MarshallTest-value_records|records: currentFormVar('arecords:records'); kss_MarshallTest-value_singleton_empty: currentFormVar('singleton_empty'); kss_MarshallTest-value_list_empty|list: currentFormVar('alist_empty:list'); kss_MarshallTest-value_record_empty|record: currentFormVar('arecord_empty:record'); kss_MarshallTest-value_records_empty|records: currentFormVar('arecords_empty:records'); kss_MarshallTest-value_sparserecords|records: currentFormVar('sparserecords:records'); kss_MarshallTest-value_form: currentForm(); }