1. Refreshing output from bean classes coderanch.comHello, I am using a jsp:use bean tag to difne a bean that represents an instance of a class as below: |
2. on clicking refresh the jsp the value from a bean are duplicated coderanch.com |
3. Issue with JPS and refreshing Entity bean's data. coderanch.comHi guys I was just wondering if someone could explain what seems like an obvious issue to me, but something I'm finding very hard to get around. If I goto the page displaying the value for 'name' I get the expected result, however if the value is changed in the database and I move away from the page and back again, ... |
4. JSP+bean+page refresh forums.oracle.comi\m getting information from using java bean. public void processRequest(HttpServletRequest request){ request.getParameter("login"); } next i'm sending this record to data base. all is beautiful, but when a'm refreshing my page login record is reading and putting into the data base again. what should i do when i want to read this login only once and that's it. |