loading a resourcebundle from a jar file in /web-inf/lib

2001-04-10 Thread Carbone
on error, again and again... I tried to make the directory 'resources' under /WEB-INF/classes/ and put the file 'errors' into it, unsuccessful... If I call it from a jsp page, it's ok, the bundle is loaded. Where should i place my resource file ? Thank you in advance Carbone

RE: Session problem -- sessions being recreated, browser related?

2001-04-04 Thread Steven Carbone
We had a similar problem with cookies, but not the session cookie. Maybe this info will help nevertheless. We noticed the server wasn't seeing the cookie whenever we clicked on a form's submit button. What happened was, all our forms were JSP's and our form handlers were servlets. Even though