diff src/main/webapp/clean/makeTextsPublic.xhtml @ 181:52aa06772336

fixed missingCodex function. moved some code from SessionBean up to MissingRelationsBean and PublicByAuthorBean.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 13 Jun 2018 17:48:06 +0200
parents ca83d67a2dc9
children
line wrap: on
line diff
--- a/src/main/webapp/clean/makeTextsPublic.xhtml	Wed Jun 13 14:57:13 2018 +0200
+++ b/src/main/webapp/clean/makeTextsPublic.xhtml	Wed Jun 13 17:48:06 2018 +0200
@@ -21,8 +21,8 @@
 				styleClass="mainPanel">
 
 				<rich:tabPanel id="tabPanel"
-    				itemChangeListener="#{Session.listenerPublicByAuthorTabChange}"
-					activeItem="#{Session.selectedPublicByAuthorTab}">
+    				itemChangeListener="#{Session.publicByAuthor.listenerTabChange}"
+					activeItem="#{Session.publicByAuthor.selectedTab}">
 				
                     <rich:tab header="Find Author" name="aut">
                         <ui:include src="components/publicFindAuthor.xhtml" />