Hi folks - newbie here with a quick question:

I'm converting JSPs to struts, and they have a lot of stuff that looks
like this:

<old>
Service managedService = 
  (Service) session.getAttribute("managedService");
.
.
.
<% if (group.getExpirationDate() != null) { %>
.
.
.

</old>


What's the mechanism in struts to accomplish pulling an object out of
the session and using it in a jsp?

Thanks in advance,
-bml


-- 
Brian M. Long
Middleware Services, Virginia Tech
"Ancora Imparo (I am still learning)" - Michaelangelo, age 87



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

Reply via email to