Skip to content

Commit

Permalink
minor change to the page refresh update logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Mar 2, 2015
1 parent b44f284 commit 13a7fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
<ui:fragment rendered="#{DatasetPage.editMode != 'INFO'}">
<div id="contentTabs">
<ui:fragment> <!-- rendered="#{empty DatasetPage.editMode}" -->
<p:commandButton id="refreshButton" widgetVar="refreshButton" actionListener="#{DatasetPage.refresh}" update=":datasetForm:tabView:filesTable,:messagePanel" style="display:none"/>
<p:commandButton id="refreshButton" widgetVar="refreshButton" actionListener="#{DatasetPage.refresh}" update="@all" style="display:none"/><!-- :datasetForm:tabView:filesTable,:messagePanel -->
<script type="text/javascript">
function updateFilesTable(facesmessage) {
//flash['successMsg'] = facesmessage.text; -- not working as expected - ? L.A.
Expand Down

0 comments on commit 13a7fea

Please sign in to comment.