Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bcreeve

    Cannot append string to response with Servlet Filter

    Yes I did actually. I adapted a servlet filter to allow prepending text and appending text. I checked the content type before appending the closing tags to make sure it was "text/html", and applied some explicit mappings in web.xml so the servlet filter would not try to append HTML on .CSS...
  2. bcreeve

    Cannot append string to response with Servlet Filter

    Ok, after being tabled for awhile, I'm back on this issue. I'm trying to create a servlet filter to append closing body and html tags (like "</body></html>")to the end of every HTML and JSP before sent to the browser. I'm still stuck and running in circles. Any ideas to help me out would be...
  3. bcreeve

    defining colors in CSS

    What exactly are you trying to do? There are usually ways of leveraging the CSS's inheritance to solve the problem of re-defining color over and over again.
  4. bcreeve

    Cannot append string to response with Servlet Filter

    I simply want to use a servlet filter to take the response from JSPs and append a string before sending it back to the client. My servlet filter is in the chain and executing, but I'm receiving the error "OutputStream already retrieved" Below is my doFilter method. Please let me know what I'm...

Part and Inventory Search

Back
Top