<div class="screenlet-body">
<form name="choosecatalogform" method="post"
action="<@ofbizUrl>main</@ofbizUrl>">
<ul name='CURRENT_CATALOG_ID' class='selectBox' onclick="submit()">
<#list catalogCol as catalogId>
<#assign thisCatalogName =
Static["org.ofbiz.product.catalog.CatalogWorker"].getCatalogName(request,
catalogId)>
<li value='${catalogId}'> ${thisCatalogName} <main> </li>
</#list>
</ul>
</form>
</div>
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/New-to-Ofbiz-and-Ofbiz-POS-tp4647653p4649764.html
Sent from the OFBiz - User mailing list archive at Nabble.com.