jalal udeen wrote:
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

Which Struts version?

S1: <bean:write name="candidatename" scope="session"/>
S2: <s:property value="%{#session.candidatename}"/>

I don't know what this has to do with hibernate and interceptors though...

ObWhine: please don't post unrelated questions to an existing thread. Be sure to start a new thread (with an appropriate subject) by sending a fresh message to the list, rather than using Reply To.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to