Oracle WebCenter Sites (MOSC)

MOSC Banner

list get check?

edited Mar 6, 2016 3:43AM in Oracle WebCenter Sites (MOSC) 2 commentsAnswered ✓

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"  />

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center