Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/main/webapp/resources/iqbs/messages.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@
<span class="glyphicon glyphicon glyphicon-ok-sign"></span>&#160;<strong>#{bundle['messages.success']}</strong> – <h:outputText escape="false" value="#{flash['successMsg']}"/>
</div>
</ui:fragment>
<ui:fragment>
<ui:remove>
Note: having a rendered attribute in the ui:fragment that referenced flash scope broke the actionListener below.
As a workaround, we have moved that logic into the div style attribute below.
</ui:remove>
<div class="alert alert-danger" style="display:#{not empty flash['errorMsg']?'block':'none' }">
<ui:fragment rendered="#{not empty flash['errorMsg']}">
<div class="alert alert-danger">

<!-- <h:outputText escape="false" value="# {flash['errorMsg']} "/>
Please contact <a href="#" onclick="event.preventDefault();PF('contactForm').show();" title="Contact Dataverse Support">Dataverse Support</a> for assistance. -->
Expand Down