Author: matzew
Date: Thu Jul 20 09:26:58 2006
New Revision: 423980
URL: http://svn.apache.org/viewvc?rev=423980&view=rev
Log:
added jsp-config to example
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/WEB-INF/web.xml
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/WEB-INF/web.xml?rev=423980&r1=423979&r2=423980&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/WEB-INF/web.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/WEB-INF/web.xml
Thu Jul 20 09:26:58 2006
@@ -135,14 +135,16 @@
</welcome-file-list>
<!-- Survey Demo (Custom) Tag Library -->
- <taglib>
- <taglib-uri>http://myfaces.apache.org/adf/faces/demo</taglib-uri>
- <taglib-location>/WEB-INF/survey.tld</taglib-location>
- </taglib>
+ <jsp-config>
+ <taglib>
+ <taglib-uri>http://myfaces.apache.org/adf/faces/demo</taglib-uri>
+ <taglib-location>/WEB-INF/survey.tld</taglib-location>
+ </taglib>
- <taglib>
- <taglib-uri>http://myfaces.apache.org/adffacesdemo</taglib-uri>
- <taglib-location>/WEB-INF/uixdemo.tld</taglib-location>
- </taglib>
+ <taglib>
+ <taglib-uri>http://myfaces.apache.org/adffacesdemo</taglib-uri>
+ <taglib-location>/WEB-INF/uixdemo.tld</taglib-location>
+ </taglib>
+ </jsp-config>
</web-app>