implemented UI for find posts, debugged and tweaked the engine implementation

This commit is contained in:
Eric J. Bowersox
2001-12-08 05:02:00 +00:00
parent 4b1acef325
commit ae129e5410
15 changed files with 730 additions and 116 deletions

View File

@@ -270,6 +270,14 @@
<servlet-class>com.silverwrist.venice.servlets.AdminUserPhoto</servlet-class>
</servlet>
<servlet>
<servlet-name>findpost</servlet-name>
<description>
Searches for posts in communities, conferences, or topics.
</description>
<servlet-class>com.silverwrist.venice.servlets.FindPost</servlet-class>
</servlet>
<!-- the following are test servlets, they should go away -->
<servlet>
@@ -413,6 +421,11 @@
<url-pattern>/adminuserphoto</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>findpost</servlet-name>
<url-pattern>/findpost</url-pattern>
</servlet-mapping>
<!-- the following are test servlets, they should go away -->
<servlet-mapping>
<servlet-name>testformdata</servlet-name>