list get check?
Hi,
I have a problem with displaying a list of assets [mfcSet:multiformSet], each of them has sub list of type content [offerbox:multiformSet]
when i use ""list get"" as below, all items should be displayed in "output" variable [boxsetID]
The problem is when any of them is empty, "boxsetID" output variable hold the previous "boxsetID" value.
although output variable "boxsetID" should be null !!
<ics:listloop listname="mfcSet:multiformSet" maxrows="4">
<ics:listget fieldname="value" listname="mfcSet:multiformSet" output="contentId"/>
<assetset:setasset name="stepContent" type="Content" id='<%=ics.GetVar("contentId")%>'/>
<assetset:getmultiplevalues name="stepContent" prefix="offerbox">
<assetset:sortlistentry attributetypename="Content_A" attributename="multiformSet" />