Hi; If I want to initialize an ActionForm from a session bean, what's the correct way.
Looking at it it seems to me that I want to tie the session bean to the session. However, reset passes a ServletRequest instead of a HttpServletRequest so there is no way to get the session to do a getAttribute(). Am I missing something? thanks - dave