Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3932249
By: ayuksel

Hi,

Problem description:
step 1) Delete a row from the webpage results in a webflow action that deletes
eventually a record from the backend and refreshes the webpage accordingly.

step 2) Then, try to sort a column from the same webpage using displaytag. 
Sorting
results in the previous delete action in Webflow instead of refreshing
the webpage.

So when sorting, any particular previous webflow 
action(deleting/inserting/updating
etc..) is repeated again, instead of just sorting the column and refreshing
the webpage.

SpringMVC does have the same problem, which is solved by overriding
isFormSubmission() to check if the request has any parameters that start with
'd-', which displaytag parameters do. If so, handle the request as a normal
form submit

Is there also a solution for Webflow?

Regards,

Ali Yuksel


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to