All--

With SVN change 151732, I've moved the NetUI taglib TLD files into the taglib JARs; they're no longer in WEB-INF/ for a NetUI-enabled webapp.

  To reference the NetUI tag libraries from your JSPs, use these URIs:

HTML:
 http://beehive.apache.org/netui/tags-html-1.0

Databinding:
  http://beehive.apache.org/netui/tags-databinding-1.0

Template:
  http://beehive.apache.org/netui/tags-template-1.0

If you are running an old web application and need to upgrade, follow these steps to upgrade to the new TLD locations:

1) delete the beehive-netui-*.tld files from your WEB-INF/ directory
2) remove the beehive-netui-*.tld entries from web.xml
3) update your NetUI runtime in WEB-INF/lib
2) switch to the taglib declarations above in any .jsp / .tag

If you need the TLDs themselves, they are available in the JAR files or in SVN at netui/build/dist/tld. If there's sufficient demand, we can certainly ship them with the distribution as well.

  An import statement with all of the NetUI tags is below.

  Questions, comments, flames welcome.  :)

Eddie

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0"; prefix="netui"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0"; prefix="netui-data"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0"; prefix="netui-template"%>




Reply via email to