value « Header « JSP-Servlet Q&A





1. values of accept-language header?    coderanch.com

2. Set and Get the values from the Http Header    coderanch.com

Hi I have a requirement to set the values to the http header in one jsp file and get the values from the http header in the other jsp file. I tried to set the values to the response by using the both ways mentioned as below... <% response.setHeader("name", value); response.addHeader("name", value); response.sendRedirect("../second.jsp"); %> i have the following logic to retrieve ...

3. showing values in table on basis of column header    coderanch.com

hi, I have a technical problem related to java html and jsp where I have to show a table. Table is such that it has headers on top of table and when page loads I should load the data in table depending on corresponding column header. To be more specific- I would like to call a function on every "square-box" of ...