You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2018/07/15 09:41:00 UTC

[jira] [Created] (OFBIZ-10482) Use input type="submit" for form sumisstion

Deepak Dixit created OFBIZ-10482:
------------------------------------

             Summary: Use input type="submit" for form sumisstion 
                 Key: OFBIZ-10482
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10482
             Project: OFBiz
          Issue Type: Improvement
            Reporter: Deepak Dixit
            Assignee: Deepak Dixit


As per current implementation following pattern is used to submit a form
{code}
<a href="javascript:document.getElementById('<formId>').submit();" >.......</a>
or 
<a  href='javascript:document.<formName>.submit();>..........</a>
{code}

Instead, we can use input type="submit" if submit button is inside the form, at some places we need to still use javascript pattern to submit the form as we have a button outside the form




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)