Issue 807 in struts2-jquery: No Message is displayed for successful or failed Inline Edit.

36 views
Skip to first unread message

struts2...@googlecode.com

unread,
Apr 20, 2012, 3:52:44 PM4/20/12
to struts2...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 807 by neeraj.s...@gmail.com: No Message is displayed for
successful or failed Inline Edit.
http://code.google.com/p/struts2-jquery/issues/detail?id=807

(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

What steps will reproduce the problem?
1.Use editinline="true" and onEditInlineSuccessTopics="oneditsuccess"
2.Edit a row using inline edit options. Make sure there is a server side
error.
3. The changes are saved, the subscribe to oneditsuccess will not work. It
only works for Popup editing not for NavigatorInlineEditButtons.

What is the expected output? What do you see instead?
There should be an option similar to oneditsuccess to display success or
failure for inline editing of row data.


Which struts2 version?


Which struts2-jquery plugin version?


Please provide any additional information below.

struts2...@googlecode.com

unread,
Apr 20, 2012, 4:12:06 PM4/20/12
to struts2...@googlegroups.com

Comment #1 on issue 807 by neeraj.s...@gmail.com: No Message is displayed

I used the latest version of JQ Grid.

struts2...@googlecode.com

unread,
May 16, 2012, 11:19:49 PM5/16/12
to struts2...@googlegroups.com

Comment #2 on issue 807 by linus.ch...@gmail.com: No Message is displayed
We have the same problem. onEditInline*Topics seems not work. The showcase
Grid (Editable) doesn't update #gridinfo element after saving records.

struts2...@googlecode.com

unread,
Sep 25, 2013, 5:45:57 AM9/25/13
to struts2...@googlegroups.com

Comment #3 on issue 807 by pablo.fn...@gmail.com: No Message is displayed
I've the same problem and in the online example it doesn't works.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

struts2...@googlecode.com

unread,
May 15, 2015, 12:41:05 PM5/15/15
to struts2...@googlegroups.com

Comment #4 on issue 807 by cipoleto: No Message is displayed for successful
or failed Inline Edit.
https://code.google.com/p/struts2-jquery/issues/detail?id=807

the event onEditInlineSuccessTopics="oneditsuccess" in example grid
(Editable) not working with Struts2 jQuery Plugin Showcase
Version 3.7.1
http://struts.jgeppert.com/struts2-jquery-showcase/index.action

struts2...@googlecode.com

unread,
May 15, 2015, 12:42:39 PM5/15/15
to struts2...@googlegroups.com

Comment #5 on issue 807 by cipoleto: No Message is displayed for successful
this example
JavaScript
$.subscribe('oneditsuccess', function(event, data){
var message = event.originalEvent.response.statusText;
$("#gridinfo").html('<p>Status: ' + message + '</p>');
});
Reply all
Reply to author
Forward
0 new messages