Skip to content

Instantly share code, notes, and snippets.

@JumboLove
Created June 7, 2013 13:47
Show Gist options
  • Select an option

  • Save JumboLove/5729387 to your computer and use it in GitHub Desktop.

Select an option

Save JumboLove/5729387 to your computer and use it in GitHub Desktop.
Select from Enum of Integer
<isset name="GiftCertLineItemDef" value="${dw.object.SystemObjectMgr.describe('GiftCertificateLineItem').getCustomAttributeDefinition( "denominations" ).getValues()}" scope="page" />
<select>
<isloop iterator="${GiftCertLineItemDef}" var="denom" status="status">
<option value="${denom.getValue()}">${denom.getDisplayValue()}</option>
</isloop>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment