update to older Venice sources to modernize things - revamped the build system

using techniques from newer Dynamo version, allow source to compile and work
using newer versions of J2SDK, Tomcat, BSF, other libraries; bugfixes to get
everything running in a newer environment
This commit is contained in:
Eric J. Bowersox
2004-03-08 05:13:29 +00:00
parent 281df572b8
commit 372f548f7f
38 changed files with 1003 additions and 584 deletions

View File

@@ -12,86 +12,80 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>comm</shortname>
<uri></uri>
<info>Tag library used to access various community elements.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>comm</short-name>
<uri>/tlds/community</uri>
<description>Tag library used to access various community elements.</description>
<tag>
<name>name</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityNameTag</tagclass>
<info>Substitutes the community name.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityNameTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the community name.</description>
</tag>
<tag>
<name>ID</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityIDTag</tagclass>
<info>Substitutes the community ID.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityIDTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the community ID.</description>
</tag>
<tag>
<name>can_join</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityCanJoinTag</tagclass>
<info>Includes its content if the user can join the community.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityCanJoinTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can join the community.</description>
</tag>
<tag>
<name>cannot_join</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityCannotJoinTag</tagclass>
<info>Includes its content if the user cannot join the community.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityCannotJoinTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user cannot join the community.</description>
</tag>
<tag>
<name>can_send_invite</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityCanSendInvitationTag</tagclass>
<info>Includes its content if the user can send an invitation to join the community.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityCanSendInvitationTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can send an invitation to join the community.</description>
</tag>
<tag>
<name>is_public</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityIsPublicTag</tagclass>
<info>Includes its content if the community is a public community.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityIsPublicTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the community is a public community.</description>
</tag>
<tag>
<name>is_private</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityIsPrivateTag</tagclass>
<info>Includes its content if the community is a private community.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityIsPrivateTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the community is a private community.</description>
</tag>
<tag>
<name>synopsis</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunitySynopsisTag</tagclass>
<info>Substitutes the community synopsis.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunitySynopsisTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the community synopsis.</description>
</tag>
<tag>
<name>alias</name>
<tagclass>com.silverwrist.venice.ui.jsp.CommunityAliasTag</tagclass>
<info>Substitutes the community alias.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.CommunityAliasTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the community alias.</description>
</tag>
</taglib>

View File

@@ -12,84 +12,81 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>conf</shortname>
<uri></uri>
<info>Tag library used to access various conference elements.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>conf</short-name>
<uri>/tlds/conference</uri>
<description>Tag library used to access various conference elements.</description>
<tag>
<name>can_manage</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanManageTag</tagclass>
<info>Includes its content if the user can manage conferences in the current community.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanManageTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can manage conferences in the current community.</description>
</tag>
<tag>
<name>can_create</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanCreateTag</tagclass>
<info>Includes its content if the user can create conferences in the current community.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanCreateTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can create conferences in the current community.</description>
</tag>
<tag>
<name>name</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceNameTag</tagclass>
<info>Substitutes the conference name.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceNameTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the conference name.</description>
</tag>
<tag>
<name>ID</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceIDTag</tagclass>
<info>Substitutes the conference ID.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceIDTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the conference ID.</description>
</tag>
<tag>
<name>can_read_new</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanReadNewTag</tagclass>
<info>Includes its content if the user can read new messages in the current conference.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanReadNewTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can read new messages in the current conference.</description>
</tag>
<tag>
<name>can_add_to_hotlist</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanAddToHotlistTag</tagclass>
<info>Includes its content if the user can add the current conference to the hotlist.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanAddToHotlistTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can add the current conference to the hotlist.</description>
</tag>
<tag>
<name>default_pseud</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceDefaultPseudTag</tagclass>
<info>Substitutes the user's default pseud for the conference.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceDefaultPseudTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the user's default pseud for the conference.</description>
</tag>
<tag>
<name>can_send_invite</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanSendInviteTag</tagclass>
<info>Includes its content if the user can send an invitation for the current conference.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanSendInviteTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can send an invitation for the current conference.</description>
</tag>
<tag>
<name>can_post</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanPostTag</tagclass>
<info>Includes its content if the user can post to the current conference.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanPostTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can post to the current conference.</description>
</tag>
</taglib>

View File

@@ -12,35 +12,32 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>frame</shortname>
<uri></uri>
<info>Tag library used by the frame JSP page to render portions of the UI.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>frame</short-name>
<uri>/tlds/frame</uri>
<description>Tag library used by the frame JSP page to render portions of the UI.</description>
<tag>
<name>head</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameHeadTag</tagclass>
<info>Inserts the information inside the HEAD tag for the frame page.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameHeadTag</tag-class>
<body-content>empty</body-content>
<description>Inserts the information inside the HEAD tag for the frame page.</description>
</tag>
<tag>
<name>body</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameBodyTag</tagclass>
<info>Replaces the standard BODY tags on the frame page.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameBodyTag</tag-class>
<body-content>JSP</body-content>
<description>Replaces the standard BODY tags on the frame page.</description>
<attribute>
<name>extra</name>
<required>false</required>
@@ -50,65 +47,65 @@
<tag>
<name>sitelogo</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameSiteLogoTag</tagclass>
<info>Inserts the defined site logo and any link that goes around it.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameSiteLogoTag</tag-class>
<body-content>empty</body-content>
<description>Inserts the defined site logo and any link that goes around it.</description>
</tag>
<tag>
<name>banner_ad</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameBannerAdTag</tagclass>
<info>Inserts a banner advertisement into the page.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameBannerAdTag</tag-class>
<body-content>empty</body-content>
<description>Inserts a banner advertisement into the page.</description>
</tag>
<tag>
<name>display_login</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameDisplayLoginTag</tagclass>
<info>Includes the enclosed JSP text if the "displayLogin" flag is set on the request.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameDisplayLoginTag</tag-class>
<body-content>JSP</body-content>
<description>Includes the enclosed JSP text if the "displayLogin" flag is set on the request.</description>
</tag>
<tag>
<name>no_display_login</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameNoDisplayLoginTag</tagclass>
<info>Includes the enclosed JSP text if the "displayLogin" flag is not set on the request.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameNoDisplayLoginTag</tag-class>
<body-content>JSP</body-content>
<description>Includes the enclosed JSP text if the "displayLogin" flag is not set on the request.</description>
</tag>
<tag>
<name>QID</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameQIDTag</tagclass>
<info>Inserts the QID of this page into the page.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameQIDTag</tag-class>
<body-content>empty</body-content>
<description>Inserts the QID of this page into the page.</description>
</tag>
<tag>
<name>if_QID</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameIfQIDTag</tagclass>
<info>Includes the enclosed JSP text if the current page has a QID.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameIfQIDTag</tag-class>
<body-content>JSP</body-content>
<description>Includes the enclosed JSP text if the current page has a QID.</description>
</tag>
<tag>
<name>venice_logo</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameVeniceLogoTag</tagclass>
<info>Inserts the Venice logo into the page.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameVeniceLogoTag</tag-class>
<body-content>empty</body-content>
<description>Inserts the Venice logo into the page.</description>
</tag>
<tag>
<name>content_here</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameContentHereTag</tagclass>
<info>Marks the point where the frame content gets inserted.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameContentHereTag</tag-class>
<body-content>empty</body-content>
<description>Marks the point where the frame content gets inserted.</description>
</tag>
<tag>
<name>leftmenu</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameLeftMenuTag</tagclass>
<info>Inserts a left menu bar menu.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameLeftMenuTag</tag-class>
<body-content>empty</body-content>
<description>Inserts a left menu bar menu.</description>
<attribute>
<name>name</name>
<required>true</required>
@@ -118,9 +115,9 @@
<tag>
<name>currentmenu</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameCurrentMenuTag</tagclass>
<info>Inserts the current "top" menu on the left menu bar.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.FrameCurrentMenuTag</tag-class>
<body-content>empty</body-content>
<description>Inserts the current "top" menu on the left menu bar.</description>
</tag>
</taglib>

View File

@@ -12,35 +12,32 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2002 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2002-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>global</shortname>
<uri></uri>
<info>Tag library used to access various global elements.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>global</short-name>
<uri>/tlds/global</uri>
<description>Tag library used to access various global elements.</description>
<tag>
<name>categories_enabled</name>
<tagclass>com.silverwrist.venice.ui.jsp.GlobalCategoriesEnabledTag</tagclass>
<info>Includes its content if categories are enabled in the engine.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.GlobalCategoriesEnabledTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if categories are enabled in the engine.</description>
</tag>
<tag>
<name>categories_disabled</name>
<tagclass>com.silverwrist.venice.ui.jsp.GlobalCategoriesDisabledTag</tagclass>
<info>Includes its content if categories are disabled in the engine.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.GlobalCategoriesDisabledTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if categories are disabled in the engine.</description>
</tag>
</taglib>

View File

@@ -12,35 +12,32 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>post</shortname>
<uri></uri>
<info>Tag library relating to Venice post data.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>post</short-name>
<uri>/tlds/post</uri>
<description>Tag library relating to Venice post data.</description>
<tag>
<name>rewrite</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostRewriteTag</tagclass>
<info>Rewrites post data for display, resolving postlink: and userlink: URIs.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostRewriteTag</tag-class>
<body-content>JSP</body-content>
<description>Rewrites post data for display, resolving postlink: and userlink: URIs.</description>
</tag>
<tag>
<name>box</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostBoxTag</tagclass>
<info>Template for the post box.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostBoxTag</tag-class>
<body-content>JSP</body-content>
<description>Template for the post box.</description>
<attribute>
<name>action</name>
<required>true</required>
@@ -55,9 +52,9 @@
<tag>
<name>param</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostParamTag</tagclass>
<info>Specifies a hidden parameter for the post box.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostParamTag</tag-class>
<body-content>JSP</body-content>
<description>Specifies a hidden parameter for the post box.</description>
<attribute>
<name>name</name>
<required>true</required>
@@ -67,9 +64,11 @@
<tag>
<name>newtopic</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostNewTopicTag</tagclass>
<info>Specifies the name of the optional "new topic name" field of the post box, and its contents.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostNewTopicTag</tag-class>
<body-content>JSP</body-content>
<description>
Specifies the name of the optional "new topic name" field of the post box, and its contents.
</description>
<attribute>
<name>name</name>
<required>true</required>
@@ -79,9 +78,9 @@
<tag>
<name>pseud</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostPseudTag</tagclass>
<info>Specifies the name of the pseud field of the post box, and its contents.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostPseudTag</tag-class>
<body-content>JSP</body-content>
<description>Specifies the name of the pseud field of the post box, and its contents.</description>
<attribute>
<name>name</name>
<required>true</required>
@@ -91,9 +90,9 @@
<tag>
<name>attach</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostAttachTag</tagclass>
<info>Specifies the name of the attach checkbox of the post box, and whether it is checked.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostAttachTag</tag-class>
<body-content>empty</body-content>
<description>Specifies the name of the attach checkbox of the post box, and whether it is checked.</description>
<attribute>
<name>name</name>
<required>true</required>
@@ -108,9 +107,9 @@
<tag>
<name>text</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostTextTag</tagclass>
<info>Specifies the name of the TEXTAREA of the post box, and its contents.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostTextTag</tag-class>
<body-content>JSP</body-content>
<description>Specifies the name of the TEXTAREA of the post box, and its contents.</description>
<attribute>
<name>name</name>
<required>true</required>
@@ -120,9 +119,9 @@
<tag>
<name>button</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostButtonTag</tagclass>
<info>Inserts a standard button into the post box command buttons area.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.PostButtonTag</tag-class>
<body-content>empty</body-content>
<description>Inserts a standard button into the post box command buttons area.</description>
<attribute>
<name>id</name>
<required>true</required>

View File

@@ -12,161 +12,158 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>topic</shortname>
<uri></uri>
<info>Tag library used to access various topic elements.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>topic</short-name>
<uri>/tlds/topic</uri>
<description>Tag library used to access various topic elements.</description>
<tag>
<name>can_create</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanCreateTag</tagclass>
<info>Includes its content if the user can create topics in the current conference.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicCanCreateTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can create topics in the current conference.</description>
</tag>
<tag>
<name>can_freeze</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanFreezeTag</tagclass>
<info>Includes its content if the user can freeze or unfreeze the current topic.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicCanFreezeTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can freeze or unfreeze the current topic.</description>
</tag>
<tag>
<name>can_archive</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanArchiveTag</tagclass>
<info>Includes its content if the user can archive or unarchive the current topic.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicCanArchiveTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can archive or unarchive the current topic.</description>
</tag>
<tag>
<name>can_delete</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanDeleteTag</tagclass>
<info>Includes its content if the user can delete the current topic.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicCanDeleteTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can delete the current topic.</description>
</tag>
<tag>
<name>ID</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIDTag</tagclass>
<info>Substitutes the topic ID.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicIDTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the topic ID.</description>
</tag>
<tag>
<name>number</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNumberTag</tagclass>
<info>Substitutes the topic number.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicNumberTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the topic number.</description>
</tag>
<tag>
<name>name</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNameTag</tagclass>
<info>Substitutes the topic name.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicNameTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the topic name.</description>
</tag>
<tag>
<name>is_archived</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsArchivedTag</tagclass>
<info>Includes its content if the topic is archived.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicIsArchivedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic is archived.</description>
</tag>
<tag>
<name>is_not_archived</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsNotArchivedTag</tagclass>
<info>Includes its content if the topic is not archived.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicIsNotArchivedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic is not archived.</description>
</tag>
<tag>
<name>is_frozen</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsFrozenTag</tagclass>
<info>Includes its content if the topic is frozen.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicIsFrozenTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic is frozen.</description>
</tag>
<tag>
<name>is_not_frozen</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsNotFrozenTag</tagclass>
<info>Includes its content if the topic is not frozen.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicIsNotFrozenTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic is not frozen.</description>
</tag>
<tag>
<name>is_hidden</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsHiddenTag</tagclass>
<info>Includes its content if the topic is hidden.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicIsHiddenTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic is hidden.</description>
</tag>
<tag>
<name>is_not_hidden</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsNotHiddenTag</tagclass>
<info>Includes its content if the topic is not hidden.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicIsNotHiddenTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic is not hidden.</description>
</tag>
<tag>
<name>last_message</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicLastMessageTag</tagclass>
<info>Substitutes the index of the last message in the topic.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicLastMessageTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the index of the last message in the topic.</description>
</tag>
<tag>
<name>subscribed</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicSubscribedTag</tagclass>
<info>Includes its content if the user is subscribed to this topic.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicSubscribedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user is subscribed to this topic.</description>
</tag>
<tag>
<name>not_subscribed</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNotSubscribedTag</tagclass>
<info>Includes its content if the user is not subscribed to this topic.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicNotSubscribedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user is not subscribed to this topic.</description>
</tag>
<tag>
<name>can_send_invite</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanSendInvitationTag</tagclass>
<info>Includes its content if the user can send an invitation to the current topic.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicCanSendInvitationTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can send an invitation to the current topic.</description>
</tag>
<tag>
<name>specified</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicSpecifiedTag</tagclass>
<info>Includes its content if the topic was specified.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicSpecifiedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic was specified.</description>
</tag>
<tag>
<name>not_specified</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNotSpecifiedTag</tagclass>
<info>Includes its content if the topic was not specified.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicNotSpecifiedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the topic was not specified.</description>
</tag>
<tag>
<name>can_post</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanPostTag</tagclass>
<info>Includes its content if the user can post to the current topic.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.conf.jsp.TopicCanPostTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user can post to the current topic.</description>
</tag>
</taglib>

View File

@@ -12,56 +12,53 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>user</shortname>
<uri></uri>
<info>Tag library used to access various user elements.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>user</short-name>
<uri>/tlds/user</uri>
<description>Tag library used to access various user elements.</description>
<tag>
<name>is_logged_in</name>
<tagclass>com.silverwrist.venice.ui.jsp.UserIsLoggedInTag</tagclass>
<info>Includes its content if the user is logged in.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UserIsLoggedInTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user is logged in.</description>
</tag>
<tag>
<name>is_not_logged_in</name>
<tagclass>com.silverwrist.venice.ui.jsp.UserIsNotLoggedInTag</tagclass>
<info>Includes its content if the user is not logged in.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UserIsNotLoggedInTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user is not logged in.</description>
</tag>
<tag>
<name>name</name>
<tagclass>com.silverwrist.venice.ui.jsp.UserNameTag</tagclass>
<info>Substitutes the user name.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UserNameTag</tag-class>
<body-content>empty</body-content>
<description>Substitutes the user name.</description>
</tag>
<tag>
<name>is_verified</name>
<tagclass>com.silverwrist.venice.ui.jsp.UserIsVerifiedTag</tagclass>
<info>Includes its content if the user's E-mail address has been verified.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UserIsVerifiedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user's E-mail address has been verified.</description>
</tag>
<tag>
<name>is_not_verified</name>
<tagclass>com.silverwrist.venice.ui.jsp.UserIsNotVerifiedTag</tagclass>
<info>Includes its content if the user's E-mail address has not been verified.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UserIsNotVerifiedTag</tag-class>
<body-content>JSP</body-content>
<description>Includes its content if the user's E-mail address has not been verified.</description>
</tag>
</taglib>

View File

@@ -12,35 +12,32 @@
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2001-02 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
<tlibversion>0.1</tlibversion>
<jspversion>1.1</jspversion>
<shortname>util</shortname>
<uri></uri>
<info>Utility tag library for JSP renderings.</info>
<tlib-version>0.1</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>util</short-name>
<uri>/tlds/util</uri>
<description>Utility tag library for JSP renderings.</description>
<tag>
<name>comment</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilCommentTag</tagclass>
<info>Conditionally includes HTML comments.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilCommentTag</tag-class>
<body-content>JSP</body-content>
<description>Conditionally includes HTML comments.</description>
</tag>
<tag>
<name>color</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilColorTag</tagclass>
<info>References a standard color from the configuration.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilColorTag</tag-class>
<body-content>empty</body-content>
<description>References a standard color from the configuration.</description>
<attribute>
<name>name</name>
<required>true</required>
@@ -50,9 +47,9 @@
<tag>
<name>font</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilFontTag</tagclass>
<info>Includes a standard FONT tag pair.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilFontTag</tag-class>
<body-content>JSP</body-content>
<description>Includes a standard FONT tag pair.</description>
<attribute>
<name>color</name>
<required>false</required>
@@ -67,9 +64,9 @@
<tag>
<name>link</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilLinkTag</tagclass>
<info>Includes an A tag with the URL possibly modified by the system.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilLinkTag</tag-class>
<body-content>JSP</body-content>
<description>Includes an A tag with the URL possibly modified by the system.</description>
<attribute>
<name>href</name>
<required>true</required>
@@ -99,23 +96,23 @@
<tag>
<name>escape</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilEscapeTag</tagclass>
<info>Escapes its content so that it's not interpreted as HTML.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilEscapeTag</tag-class>
<body-content>JSP</body-content>
<description>Escapes its content so that it's not interpreted as HTML.</description>
</tag>
<tag>
<name>urlencode</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilURLEncodeTag</tagclass>
<info>URL-encodes its content.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilURLEncodeTag</tag-class>
<body-content>JSP</body-content>
<description>URL-encodes its content.</description>
</tag>
<tag>
<name>stock_message</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilStockMessageTag</tagclass>
<info>References a stock message from the configuration file.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilStockMessageTag</tag-class>
<body-content>empty</body-content>
<description>References a stock message from the configuration file.</description>
<attribute>
<name>key</name>
<required>true</required>
@@ -125,9 +122,9 @@
<tag>
<name>button</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilButtonTag</tagclass>
<info>Inserts a standard button graphic.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilButtonTag</tag-class>
<body-content>empty</body-content>
<description>Inserts a standard button graphic.</description>
<attribute>
<name>id</name>
<required>true</required>
@@ -142,9 +139,9 @@
<tag>
<name>header</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilHeaderTag</tagclass>
<info>Inserts a standard content header.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilHeaderTag</tag-class>
<body-content>JSP</body-content>
<description>Inserts a standard content header.</description>
<attribute>
<name>title</name>
<required>false</required>
@@ -169,23 +166,23 @@
<tag>
<name>title</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilTitleTag</tagclass>
<info>Supplies a title for the content header.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilTitleTag</tag-class>
<body-content>JSP</body-content>
<description>Supplies a title for the content header.</description>
</tag>
<tag>
<name>subtitle</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilSubtitleTag</tagclass>
<info>Supplies a subtitle for the content header.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilSubtitleTag</tag-class>
<body-content>JSP</body-content>
<description>Supplies a subtitle for the content header.</description>
</tag>
<tag>
<name>menuheader</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilMenuHeaderTag</tagclass>
<info>Demarcates a block that becomes a "menu" header. Contains util:menuheaderitem tags.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilMenuHeaderTag</tag-class>
<body-content>JSP</body-content>
<description>Demarcates a block that becomes a "menu" header. Contains util:menuheaderitem tags.</description>
<attribute>
<name>caption</name>
<required>true</required>
@@ -195,9 +192,9 @@
<tag>
<name>menuheaderitem</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilMenuHeaderItemTag</tagclass>
<info>Denotes an item for a menu header. Must be contained within a util:menuheader tag.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilMenuHeaderItemTag</tag-class>
<body-content>JSP</body-content>
<description>Denotes an item for a menu header. Must be contained within a util:menuheader tag.</description>
<attribute>
<name>selected</name>
<required>false</required>
@@ -207,9 +204,9 @@
<tag>
<name>href</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilHrefTag</tagclass>
<info>Supplies a HREF link and type for the util:menuheaderitem and util:xlink tags.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilHrefTag</tag-class>
<body-content>JSP</body-content>
<description>Supplies a HREF link and type for the util:menuheaderitem and util:xlink tags.</description>
<attribute>
<name>type</name>
<required>true</required>
@@ -219,16 +216,16 @@
<tag>
<name>text</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilTextTag</tagclass>
<info>Supplies the text for the util:menuheaderitem and util:xlink tags.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilTextTag</tag-class>
<body-content>JSP</body-content>
<description>Supplies the text for the util:menuheaderitem and util:xlink tags.</description>
</tag>
<tag>
<name>form</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilFormTag</tagclass>
<info>Includes a FORM tag with the URL possibly modified by the system.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilFormTag</tag-class>
<body-content>JSP</body-content>
<description>Includes a FORM tag with the URL possibly modified by the system.</description>
<attribute>
<name>verb</name>
<required>false</required>
@@ -258,16 +255,16 @@
<tag>
<name>stdbullet</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilStdBulletTag</tagclass>
<info>Inserts the standard "bullet" graphic.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilStdBulletTag</tag-class>
<body-content>empty</body-content>
<description>Inserts the standard "bullet" graphic.</description>
</tag>
<tag>
<name>xlink</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilXLinkTag</tagclass>
<info>Includes an A tag built up piecemeal with util:text and util:href.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilXLinkTag</tag-class>
<body-content>JSP</body-content>
<description>Includes an A tag built up piecemeal with util:text and util:href.</description>
<attribute>
<name>aclass</name>
<required>false</required>
@@ -282,16 +279,16 @@
<tag>
<name>expand_servlet</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilExpandServletTag</tagclass>
<info>Expands the servlet address in its body into a full URL.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilExpandServletTag</tag-class>
<body-content>JSP</body-content>
<description>Expands the servlet address in its body into a full URL.</description>
</tag>
<tag>
<name>image</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilImageTag</tagclass>
<info>Inserts an IMG tag with its URL optionally fixed up.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilImageTag</tag-class>
<body-content>JSP</body-content>
<description>Inserts an IMG tag with its URL optionally fixed up.</description>
<attribute>
<name>src</name>
<required>true</required>
@@ -346,30 +343,30 @@
<tag>
<name>alt</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilAltTag</tagclass>
<info>Supplies the ALT text for the util:image tag.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilAltTag</tag-class>
<body-content>JSP</body-content>
<description>Supplies the ALT text for the util:image tag.</description>
</tag>
<tag>
<name>linktitle</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilLinkTitleTag</tagclass>
<info>Supplies a title for the xlink tag.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilLinkTitleTag</tag-class>
<body-content>JSP</body-content>
<description>Supplies a title for the xlink tag.</description>
</tag>
<tag>
<name>target</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilTargetTag</tagclass>
<info>Supplies a target for the xlink tag.</info>
<bodycontent>JSP</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilTargetTag</tag-class>
<body-content>JSP</body-content>
<description>Supplies a target for the xlink tag.</description>
</tag>
<tag>
<name>call_jsp</name>
<tagclass>com.silverwrist.venice.ui.jsp.UtilCallJSPTag</tagclass>
<info>Calls another JSP page from within this one.</info>
<bodycontent>EMPTY</bodycontent>
<tag-class>com.silverwrist.venice.ui.jsp.UtilCallJSPTag</tag-class>
<body-content>empty</body-content>
<description>Calls another JSP page from within this one.</description>
<attribute>
<name>name</name>
<required>true</required>