Author: jleroux
Date: Sat Sep 12 15:19:34 2009
New Revision: 814168
URL:
http://svn.apache.org/viewvc?rev=814168&view=revLog:
A patch from Bharat Soni "TAdd New Address popup of Manage Address page throwing NPE." (
https://issues.apache.org/jira/browse/OFBIZ-2931) - OFBIZ-2931
Add New Address popup of Manage Address page in View profile throwing NullPointerException. (JLR : I suppose it's in the one page checkout, not the profile page from the main title bar see Jira issue for more)
Modified:
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ManageAddress.ftl
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ManageAddress.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ManageAddress.ftl?rev=814168&r1=814167&r2=814168&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ManageAddress.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ManageAddress.ftl Sat Sep 12 15:19:34 2009
@@ -28,7 +28,7 @@
<a class="button" id="addAddress" href="javascript:void(0)">${uiLabelMap.EcommerceAddNewAddress}</a>
<div id="displayCreateAddressForm" class="popup" style="display: none;">
<div id="serverError" class="errorMessage"></div>
- <form id="createPostalAddressForm" method="post" action="<@ofbizUrl></@ofbizUrl>">
+ <form id="createPostalAddressForm" method="post" action="">
<fieldset>
<input type="hidden" name="roleTypeId" value="CUSTOMER" />
<input type="hidden" name="productStoreId" value="${productStoreId?if_exists}" />