i want remove all "\n" for JSP page output.
i think i should be using a Filter for this.
but i dont know how to do
public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain)throws IOException, ServletException {
//how to remove all "\n" for output?
}
any idea? thanks for help :)