Skip to content

Commit

Permalink
Remove deprecated parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jun 21, 2017
1 parent 09254fb commit f539232
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 74 deletions.
3 changes: 0 additions & 3 deletions server/src/main/webapp/WEB-INF/incl/asimba/idpForm.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
</h:form>

<h:form id="editIDPForm">
<!-- Workaround. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<div class="row">
<div class="col-xs-12">

Expand Down
3 changes: 0 additions & 3 deletions server/src/main/webapp/WEB-INF/incl/asimba/selectorForm.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@


<h:form id="editSelectorForm">
<!-- Workaround. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<div class="row">
<div class="col-xs-12">

Expand Down
3 changes: 0 additions & 3 deletions server/src/main/webapp/WEB-INF/incl/asimba/spPoolForm.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
</h:outputStylesheet>

<h:form id="editSPPoolForm">
<!-- Workaround. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<div class="row">
<div class="col-xs-12">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
</h:form>

<h:form id="editSPRequestorForm">
<!-- Workaround. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<div class="row">
<div class="col-xs-12">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
xmlns:fn="http://xmlns.jcp.org/jsp/jstl/functions">

<h:form>

<input type='hidden' name='cid' value='#{conversation.id}'/> <!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<div class="row">
<div class="col-xs-12">
<div class="box box-primary">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<ox:acceptRemovalDialog id="deleteConfirmation" subject="federation" value="#{joinFederationAction.federationProposal.displayName}" deleteMethod="#{joinFederationAction.delete}" queue="federationQueue" />

<h:form enctype="multipart/form-data" id="joinFederationForm" rendered="#{_isFederation or (not empty federationService.allFederations)}">
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />
<!--a4j:queue onrequestqueue="changeButtonsAvailability('updateButtons',false);"
onrequestdequeue="changeButtonsAvailability('updateButtons',true);"/-->
<h:panelGrid columns="3" width="100%" columnClasses="attributeColumn, , formColumn" border="0" cellpadding="0" cellspacing="0">
Expand Down
12 changes: 0 additions & 12 deletions server/src/main/webapp/WEB-INF/incl/layout/newtemplate.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,6 @@
<rich:notifyMessages stayTime="5000" nonblocking="true" />

<div class="footer">
<ui:fragment rendered="#{init.debug}">
<a:log hotkey="D"/>
<p style="margin-top: -0.5em;">
Conversation: id = #{conversation.id}, #{conversation.longRunning ? 'long running' : 'temporary'}#{conversation.nested ? ', nested, parent id = '.concat(conversation.parentId) : ''}
#{' - '}
Ajax4jsf Log (Ctrl+Shift+D)
#{' - '}
<h:link includeViewParams="false" id="debugConsole" outcome="/debug" value="Debug console" target="debugConsole"/>
#{' - '}
<h:link includeViewParams="false" id="resetSession" outcome="/home" action="#{org.jboss.seam.web.session.invalidate()}" value="Terminate session"/>
</p>
</ui:fragment>
</div>
</h:body>
</f:view>
Expand Down
12 changes: 0 additions & 12 deletions server/src/main/webapp/WEB-INF/incl/layout/template.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@
</ui:fragment>

<div class="footer">
<ui:fragment rendered="#{init.debug}">
<a:log hotkey="D"/>
<p style="margin-top: -0.5em;">
Conversation: id = #{conversation.id}, #{conversation.longRunning ? 'long running' : 'temporary'}#{conversation.nested ? ', nested, parent id = '.concat(conversation.parentId) : ''}
#{' - '}
Ajax4jsf Log (Ctrl+Shift+D)
#{' - '}
<h:link includeViewParams="false" id="debugConsole" outcome="/debug" value="Debug console" target="debugConsole"/>
#{' - '}
<h:link includeViewParams="false" id="resetSession" outcome="/home" action="#{org.jboss.seam.web.session.invalidate()}" value="Terminate session"/>
</p>
</ui:fragment>
</div>
</h:body>
</f:view>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
</h:outputScript>

<h:form id="organizationForm">
<!-- Workaround. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<div class="row">
<div class="col-xs-12">
<div class="nav-tabs-custom" style="margin-bottom: 0px;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@
setPasswordMethod="#{appliancePasswordAction.update}"/>

<h:form id="organizationForm">
<!-- Workaround. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}'/>

<div class="row">
<div class="col-xs-12">
<div class="nav-tabs-custom" style="margin-bottom: 0px;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
</f:facet>

<h:form>
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<h:panelGrid columns="1" id="MetadataFilterMenu">
<rich:pickList id="metadataFilterSelection" value="#{metadataFiltersAction.metadataFilters}"
listsHeight="150" listWidth="130" sourceCaption="#{msg['trustmanager.availableFilter']}" targetCaption="Selected Filters">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@
</f:facet>

<h:form>
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<h:panelGrid columns="1" id="RelyingPartyMenu" width="700" style="margin: 0 auto; ">
<rich:pickList id="profileConfigurationSelection" value="#{relyingPartyAction.profileConfigurations}"
listsHeight="150" listWidth="230" sourceCaption="#{msg['trustmanager.availableProfileConfigurations']}" targetCaption="#{msg['trustmanager.selectedProfileConfigurations']}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@

<h:panelGrid columns="1" id="entityIdSelectionMenu">
<h:form>
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<h:panelGrid columns="3">
<h:outputText value="#{msg['trustmanager.filter']}: " />
<h:inputText value="#{_trustRelationshipAction.filterString}">
Expand All @@ -40,9 +37,6 @@
</h:panelGrid>
</h:form>
<h:form>
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<h:panelGroup id="EntityIds">
<h:selectManyListbox value="#{_trustRelationshipAction.selectedEntities}" styleClass="width: 450px;" size="10">
<f:selectItems value="#{_trustRelationshipAction.availableEntities}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@

<h:panelGrid columns="1" id="federationDeconstructionMenu">
<h:form>
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<h:panelGrid columns="3">
<h:outputText value="Filter: " />
<h:inputText value="#{federationDeconstructionAction.filterString}">
Expand All @@ -41,9 +38,6 @@
</h:form>

<h:form>
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<rich:pickList id="federationDeconstructionSelection" value="#{federationDeconstructionAction.managedEntities}"
listsHeigh="150" listWidth="230" sourceCaption="#{msg['trustmanager.availableFederationMembers']}"
targetCaption="#{msg['trustmanager.membersSelectedForIndividualsConfiguration']}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
<ui:include src="/WEB-INF/incl/trustmanager/entityIdSelector.xhtml" />

<h:form enctype="multipart/form-data" id="trustForm">
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input type='hidden' name='cid' value='#{conversation.id}' />

<!--a4j:queue onrequestqueue="changeButtonsAvailability('updateButtons',false);" onrequestdequeue="changeButtonsAvailability('updateButtons',true);" /-->
<h:panelGrid columns="2" width="100%"
columnClasses="formColumn, formColumn" border="0"
Expand Down
4 changes: 0 additions & 4 deletions server/src/main/webapp/logviewer/configureLogViewer.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<div id="formArea">
<h:form id="logViewerForm">
<f:validateBean>
<!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<input name="cid" type="hidden" value="#{conversation.id}"/>


<div class="row">

<div class="col-xs-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
</h:outputStylesheet>

<h:form id="changePasswordForm">
<input type='hidden' name='cid' value='#{conversation.id}'/> <!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->
<rich:graphValidator value="#{passwordValidationAction}" id="gv" binding="#{cc.attrs.validatorBinding}">
<rich:messages for="gv" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
</h:outputStylesheet>

<h:form id="generateMetadata">
<input type='hidden' name='cid' value='#{conversation.id}'/> <!-- Workaround which required by manual tab panel. TODO: Remove after upgrade to SEAM 2.3.1 -->

<rich:messages for="gv" />

<h:panelGrid id="metadataGroupId" columns="2">
Expand Down

0 comments on commit f539232

Please sign in to comment.