on 2018 Oct 30 12:19 PM
Hi all ,There is a requirement to add a link to the menu section of CSC and when user clicks on this new link called change password . User should be navigated to a page where it would consider the old password and new password and confirm password . As part of this requirement we have modified the LeftSectionHeaderComponent to show our link and when the link is clicked the listener would redirect to the page where the form has three fields in it
Executions.sendRedirect("/ChangePasswordloginDialog.zul");
we also have ChangePWDLoginFormwhere we have these three fields available
private String oldPassWord;
private String newPassword;
private String confirmPassword;
But when it comes to form submittion in zul file we are not getting these fields in the backed form . Just wanted to know how can we receive the form fields in the back end in cscockpit .
<textbox type="password" id="oldPassWord" name="oldPassWord" value="${ChangePWDLoginForm.oldPassWord}"/>
is the actual field mapping given in the zul file and also action is mapped in the zul file .
what is the way to retrieve these values from input fields to backend form .

Request clarification before answering.
| User | Count |
|---|---|
| 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.