hi
can any body tell how to display the session value in jsp using struts tag
i have set the session value in action class as
session.setAttribute("candidatename",request.getParameter
("name"));i want to display this name in jsp page pls help me and send me example code its very urgent for me thanks jalaludeen

