BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Uses of Interface
com.bea.wlw.netui.tags.ErrorReporter

Packages that use ErrorReporter
com.bea.wlw.netui.tags.databinding.grid   
com.bea.wlw.netui.tags.html   
com.bea.wlw.netui.tags.template This package defines a set of JSP tag extensions providing a simple templating mechanism. 
 

Uses of ErrorReporter in com.bea.wlw.netui.tags.databinding.grid
 

Classes in com.bea.wlw.netui.tags.databinding.grid that implement ErrorReporter
 class Grid
          A <netui-data:grid...> tag is the containing tag of a tag set that renders regular data with the ability to page, sort, and filter the data set.
 

Uses of ErrorReporter in com.bea.wlw.netui.tags.html
 

Classes in com.bea.wlw.netui.tags.html that implement ErrorReporter
 class Html
          Generates the html element and performs error handling within its body.
 

Uses of ErrorReporter in com.bea.wlw.netui.tags.template
 

Classes in com.bea.wlw.netui.tags.template that implement ErrorReporter
 class Template
          This tags defines the template to use within a content page.
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.