on 2018 Aug 31 8:52 AM
Hello,
I have written the entire code for form in jsp but its not reflecting in the view.Please find my code snippet below:
<div class="container-lg col-md-6">
<div class="account-section-content">
<div class="account-section-form">
<form:form action="new-form" method="post" commandName="updateNewForm">
<formElement:formInputBox idKey="keyForm.firstName" labelKey="keyForm.firstName" path="fName" inputCSS="text" mandatory="true"/>
<formElement:formInputBox idKey="keyForm.lastName" labelKey="keyForm.lastName" path="lName" inputCSS="text" mandatory="true"/>
<div class="row">
<div class="col-sm-6 col-sm-push-6">
<div class="accountActions">
<ycommerce:testId code="newFormDetails_button">
<button type="submit" class="btn btn-primary btn-block">
</button>
</ycommerce:testId>
</div>
</div>
</div>
</form:form>
</div>
</div>
</div>
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.