gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

onClickTopics on sj:submit not working. #914

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
<script type="text/javascript">
$.subscribe('showcolumns', function(event,data) {
    alert("After clicking button");
    });      
</script>

<sj:submit id="grid_edit_colsbutton" value="Show/Hide Columns" 
onClickTopics="showcolumns" button="true"/>

What steps will reproduce the problem?
1.on Clicking the button(Show/Hide Columns) 

What is the expected output? What do you see instead?
Alert message-"After clicking button" should appear

Which struts2-jquery plugin version?
struts2-jquery-plugin-3.4.0.jar

Original issue reported on code.google.com by architba...@gmail.com on 2 Nov 2012 at 10:26

Attachments:

GoogleCodeExporter commented 9 years ago
any solution to above issue.

Original comment by palem.r...@gmail.com on 15 May 2013 at 3:09