[ http://issues.apache.org/jira/browse/BEEHIVE-1120?page=comments#action_12415408 ]
Srinivas Surapaneni commented on BEEHIVE-1120: ---------------------------------------------- I found out there is a issue with <netui:button action=""/> tag When I use this tag it is not going to sort action I specified . Here is the detailed description on the issue We have a <netui:button> defined in a <netui:form> <netui:button action="save" value="save"/> we are using <netui:reWriteURL> for the anchor tags in the same form with a different actions. If we click on the save button first, all the links generated by <netui:reWriteURL> always goes to the save action although they are for a different action This is not a problem if we don't have the action as a attribute for the button. But we have multiple buttons on the form. We are getting around it by submitting to a javascript function when the user clicks on a button. > Data Grid loosing sort state when we click any application url's on the page > ---------------------------------------------------------------------------- > > Key: BEEHIVE-1120 > URL: http://issues.apache.org/jira/browse/BEEHIVE-1120 > Project: Beehive > Type: Bug > Reporter: Srinivas Surapaneni > > Data Grid is loosing sort state when we click any URL from our application > We had paging and sorting action on the DataGrid > As long as we stay in paging and sorting action, sort state is preserved > When we click any URL outside the DataGrid, it is loosing the sort state -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
