Thanks for the info. This almost solves my problem but "company" is not one of the allowable keywords in the format. It would be great if there were a mechanism for conditional inclusion, i.e. only include a $cr if the company exists...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
redirect("CatalogCheckoutFinishedPage.do?ordernumber=" + result);
//Thought this might do the trick
appEng.getCustomerMgr().getCurrentCustomer().setId(-1);
// If we received no exceptions, delete the basket
appEng.getBasketMgr().emptyBasket();
<echo message="Create the konakart_gwt.jar" />
<jar destfile="${custom.home}/jar/konakart_gwt.jar"
manifest="${custom.home}/MANIFEST.MF">
<fileset dir="${custom.home}/onepagecheckout/war/WEB-INF/classes">
<include name="com/konakart/**/*.class" />
</fileset>
</jar>