NIHVIVO-1287 Moved changes from PagedSearchController to FreemarkerPagedSearchController, since this is the active search controller in vivo and vitro
This commit is contained in:
parent
2d5ef9d187
commit
eed6e5a9d9
2 changed files with 20 additions and 20 deletions
|
@ -945,6 +945,18 @@
|
|||
<url-pattern>/TabEntitiesController</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- NOTICE: index.jsp is mapped to TabController so that we
|
||||
can have the urls that use to be in the system still work even
|
||||
though we no longer use index.jsp -->
|
||||
<servlet>
|
||||
<servlet-name>TabController</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.TabController</servlet-class>
|
||||
</servlet>
|
||||
<servlet-mapping>
|
||||
<servlet-name>TabController</servlet-name>
|
||||
<url-pattern>/index.jsp</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- <servlet>
|
||||
<servlet-name>EntityPropertyListController</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.EntityPropertyListController</servlet-class>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue