import com.webobjects.appserver.WOComponent; import com.webobjects.appserver.WOContext; public class LinkExampleSubComponent2 extends WOComponent { public LinkExampleSubComponent2(WOContext context) { super(context); } }