Hello friends - 
   
  I recently implemented a filter to push some information into the session.  
Great.  However, after filter processing and within my DispatchAction, if I 
make a call to request.getSession().getAttribute("whateverName"); the values 
aren't there; in fact, the session attached to my incoming request is null.  
   
  Digging around in the debugger I can find my objects, but it's buried pretty 
deep within a layer of of nested ApplicationHttpRequest objects; I don't even 
appear to have the ability to get to it.  If I put things into the session from 
within my DispatchAction, no problems it's always there.  
   
  Also, can anyone explain why my filter is bypassed if the mapping is for 
*.jsp, but gets hit for *.do?
   
  Any advice is greatly appreciated. 
   
  - brian

                
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2ยข/min or less.

Reply via email to