Author: jleroux
Date: Wed Feb  3 21:24:28 2016
New Revision: 1728376

URL: http://svn.apache.org/viewvc?rev=1728376&view=rev
Log:
Not sure it's a real issue but stumbled upon while doing automated tests: 
webSiteId was null

Modified:
    ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl

Modified: ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl?rev=1728376&r1=1728375&r2=1728376&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl Wed Feb  3 
21:24:28 2016
@@ -20,7 +20,7 @@ under the License.
 
     <!-- Begin  Form Widget - Form Element  
component://myportal/widget/MyPortalForms.xml#RegisterPerson -->
     <form name="RegisterPerson" 
onsubmit="javascript:submitFormDisableSubmits(this)" class="basic-form" 
id="RegisterPerson" action="/myportal/control/createRegister" method="post">
-        <input type="hidden" value="${webSiteId}" name="webSiteId"/>
+        <input type="hidden" value="${webSiteId!}" name="webSiteId"/>
         <input type="hidden" name="reload"/>
         <div id="_G0_" class="fieldgroup"><div 
class="fieldgroup-title-bar"><table><tbody><tr><td class="collapse"> </td><td> 
</td></tr></tbody></table></div><div class="fieldgroup-body" id="_G0__body">
             <table cellspacing="0" class="basic-table">


Reply via email to