The scenario is that a user request a leave. When he request leave then a email is send to the approver and the user containing the details about the leave. I am Stuck at th
Just use some template engine to create template and populate it with your data. Take a look at FreeMarker template engine http://struts.apache.org/2.x/docs/freemarker.html. It is used in Struts2 by default so there is no need to add it separately.