Input NAL information
How to get this to work in your own page
Insert the following snippets to get the JSF tag to work in your JSP page. Note more information about the tag can be found in the TLD documentation or in the API documentation.
This demo shows you how you can ask for NAL information.
<%@taglib prefix="nal" uri="http://www.manorrock.com/tld/jsf/nal"%> <nal:inputNAL required="true" value="#{nalBean.nal}"/>Actual demo