Placeholder value is not binding in html body.

0
i am working on html template. for sending mail. here placeholder value is not binding in html body. after ruuning java action(replace token) i am getting this in html body.    <tbody>     <tr>                          <td data-label="Proposal Id">{%SrNo%}</td>                          <td data-label="Site">{​​​​​​​%requestsite%}​​​​​​​</td>                          <td data-label="Requested By">{​​​​​​​%user%}​​​​​​​</td>                          <td data-label="Requested Date">{​​​​​​​%requestdate%}​​​​​​​</td>                          <td data-label="Currency">{​​​​​​​%Currency%}​​​​​​​</td>                          <td data-label="Total Amount">{​​​​​​​%TotalAmount%}​​​​​​​</td>                          <td data-label="Status">{​​​​​​​%Status%}​​​​​​​</td>                      </tr>                   </tbody>   not able to bind these values
asked
0 answers