Discussions
Web tier: servlets, JSP, Web frameworks: sending dirty read information to serverside java
-
sending dirty read information to serverside java (1 messages)
- Posted by: Pallav Bora
- Posted on: August 10 2009 14:21 EDT
Hi, I have this problem hope I will find the answer here.. I has a web page that has a table of rows of editable data. The use can edit more then one row of data. I want to used some dirtyMarker pattern so that server side can only update the changed rows. How do I do that? I am thinking of having a check box in each row so that user checks the row and changes it. This way the server code can find out the rows that were changed. But is there a better approach?? ThanksThreaded Messages (1)
- Re: sending dirty read information to serverside java by Prashant Saraf on August 11 2009 01:41 EDT
-
Re: sending dirty read information to serverside java[ Go to top ]
- Posted by: Prashant Saraf
- Posted on: August 11 2009 01:41 EDT
- in response to Pallav Bora
You can use Ajax hit for this. and use hidden field for to pass the row number.