Hi,
First of all thanks to Kaushik for making such a wonderful tutorial on struts2.
I am developing web application using struts2 and oracle cloud.
index page has userid and password verification page
success page has a youtube embedded video.(which has iframe code for HTML)
I am facing 2 problems
1)error messages are not displayed on index.jsp for addFieldError("login","login field is empty");
2)YoTube video is not displayed on success.
Please Help