disabled jsp support
This commit is contained in:
parent
ce7e9bd674
commit
7237c2f3bb
|
@ -5,12 +5,12 @@
|
||||||
<tlib-version>2.1</tlib-version>
|
<tlib-version>2.1</tlib-version>
|
||||||
<short-name>vasc</short-name>
|
<short-name>vasc</short-name>
|
||||||
<uri>http://vasc.idcanet.com/vasc.tld</uri>
|
<uri>http://vasc.idcanet.com/vasc.tld</uri>
|
||||||
|
<!-- DROPED JSP Support until <deferred-value> is fixed for jbossas6
|
||||||
<tag>
|
<tag>
|
||||||
<description>Renders the vasc entry JSF Frontend Renderer</description>
|
<description>Renders the vasc entry JSF Frontend Renderer</description>
|
||||||
<name>vascEntry</name>
|
<name>vascEntry</name>
|
||||||
<tag-class>com.idcanet.vasc.frontends.web.jsf.JSFVascUIComponentTag</tag-class>
|
<tag-class>com.idcanet.vasc.frontends.web.jsf.JSFVascUIComponentTag</tag-class>
|
||||||
<body-content>JSP</body-content>
|
<body-content>JSP</body-content>
|
||||||
<!-- standard UIComponent attributes -->
|
|
||||||
<attribute>
|
<attribute>
|
||||||
<name>id</name>
|
<name>id</name>
|
||||||
<required>false</required>
|
<required>false</required>
|
||||||
|
@ -29,7 +29,6 @@
|
||||||
<type>javax.faces.component.UIComponent</type>
|
<type>javax.faces.component.UIComponent</type>
|
||||||
</deferred-value>
|
</deferred-value>
|
||||||
</attribute>
|
</attribute>
|
||||||
<!-- custom attributes -->
|
|
||||||
<attribute>
|
<attribute>
|
||||||
<name>vascController</name>
|
<name>vascController</name>
|
||||||
<required>true</required>
|
<required>true</required>
|
||||||
|
@ -94,4 +93,5 @@
|
||||||
</deferred-value>
|
</deferred-value>
|
||||||
</attribute>
|
</attribute>
|
||||||
</tag>
|
</tag>
|
||||||
|
-->
|
||||||
</taglib>
|
</taglib>
|
||||||
|
|
Loading…
Reference in a new issue