1. How can a website display dynamic values allowing users to calculate on each of its page refresh stackoverflow.comI have a website which accepts comments from a user . for example see this figure here a sample demo http://imageshack.us/photo/my-images/577/capturezyd.jpg/ Here before allowing a comment from a user he needs to ... |
2. dynamic JSP pages are not getting refreshed coderanch.comI have used the following headers in the jsp files...but still caching of dynamic jsp page is taking place. in Prod_category_selection.jsp =============================== in the begining of file <% response.setHeader("Pragma", "No-cache"); response.setHeader("Cache-Control", "no-cache"); response.setDateHeader("Expires",0); %> also in header in the body has |
3. [SOLVED] refresh servlet due to dynamic data coderanch.comI have a servlet that displays a list of text read from a file. I am simply reading the lines of text into an array, and then looping through the array to display the data. I have some other servlets that are used to edit, delete, and add data. Once each of the servlets does the required manipulation, the text is ... |
4. Page not refreshing dynamic content. coderanch.comHi Again, I'm facing a problem ,in my code , that is designed to implement a CRUD operation .It makes use of two tables domaintype and domain , the first one acting as a reference and the second acting as a list.My screen consists of a dropdown and other fields .Also within the same screen ,I intend to populate a dynamic ... |