2
0
Fork 0

disabled jsp support

This commit is contained in:
willemc 2011-03-13 15:12:52 +01:00
parent ce7e9bd674
commit 7237c2f3bb

View file

@ -5,12 +5,12 @@
<tlib-version>2.1</tlib-version>
<short-name>vasc</short-name>
<uri>http://vasc.idcanet.com/vasc.tld</uri>
<!-- DROPED JSP Support until <deferred-value> is fixed for jbossas6
<tag>
<description>Renders the vasc entry JSF Frontend Renderer</description>
<name>vascEntry</name>
<tag-class>com.idcanet.vasc.frontends.web.jsf.JSFVascUIComponentTag</tag-class>
<body-content>JSP</body-content>
<!-- standard UIComponent attributes -->
<attribute>
<name>id</name>
<required>false</required>
@ -29,7 +29,6 @@
<type>javax.faces.component.UIComponent</type>
</deferred-value>
</attribute>
<!-- custom attributes -->
<attribute>
<name>vascController</name>
<required>true</required>
@ -94,4 +93,5 @@
</deferred-value>
</attribute>
</tag>
-->
</taglib>