added frame:no_display_login tag and additional attributes to the util:image

tag (for proper CTAP support)
This commit is contained in:
Eric J. Bowersox
2002-01-07 04:22:03 +00:00
parent 245765318d
commit cebede8260
4 changed files with 107 additions and 1 deletions

View File

@@ -69,6 +69,13 @@
<bodycontent>JSP</bodycontent>
</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>
<tag>
<name>QID</name>
<tagclass>com.silverwrist.venice.ui.jsp.FrameQIDTag</tagclass>

View File

@@ -322,6 +322,26 @@
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>align</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>hspace</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>vspace</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>usemap</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>