Hi Experts,
I have some custom types and i did customize the properties component. When i open the properties component in webtop, its giving below exception. Please any body tell me the resolution for issue.
Stack Trace:
java.lang.NullPointerException
at com.documentum.web.formext.control.docbase.DocbaseAttributeList.enableDataDictionaryPopulation(Unknown Source)
at com.documentum.web.formext.control.docbase.DocbaseAttributeList.buildCategoryList(Unknown Source)
at com.documentum.web.formext.control.docbase.DocbaseAttributeList.getSortedAttributeCategoryList(Unknown Source)
at com.documentum.web.formext.control.docbase.DocbaseAttributeList.getCategoriesInfo(Unknown Source)
at com.documentum.webcomponent.library.attributes.Attributes.getComponentPages(Unknown Source)
at com.documentum.web.formext.component.PropertySheetContainer.onInit(Unknown Source)
at com.documentum.webcomponent.library.properties.Properties.onInit(Unknown Source)
at com.documentum.web.form.FormProcessor.invokeMethod(Unknown Source)
at com.documentum.web.form.FormProcessor.invokeMethod(Unknown Source)
at com.documentum.web.form.FormProcessor.fireOnInitEvent(Unknown Source)
at com.documentum.web.form.FormOperation.requestOnInitEvent(FormOperation.java:169)
at com.documentum.web.form.NestOperation.execute(NestOperation.java:121)
at com.documentum.web.form.FormProcessor.openForm(Unknown Source)
at com.documentum.web.form.WebformTag.doStartTag(WebformTag.java:127)
at org.apache.jsp.webcomponent.library.properties.properties_jsp._jspx_meth_dmf_005fwebform_005f0(properties_jsp.java:718)
at org.apache.jsp.webcomponent.library.properties.properties_jsp._jspx_meth_dmf_005fhead_005f0(properties_jsp.java:684)
at org.apache.jsp.webcomponent.library.properties.properties_jsp._jspService(properties_jsp.java:115)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:535)
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:472)
at com.documentum.web.form.FormProcessor.dispatchURL(Unknown Source)
at com.documentum.web.formext.component.URLDispatchBridge.dispatch(URLDispatchBridge.java:107)
at com.documentum.web.formext.component.ComponentDispatcher.mapRequestToComponent(ComponentDispatcher.java:460)
at com.documentum.web.formext.component.ComponentDispatcher.doPost(ComponentDispatcher.java:336)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at com.documentum.web.formext.component.ComponentDispatcher.doService(ComponentDispatcher.java:297)
at com.documentum.web.formext.component.ComponentDispatcher.serviceAsNonController(ComponentDispatcher.java:135)
at com.documentum.web.formext.component.ComponentDispatcher.service(ComponentDispatcher.java:116)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:535)
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher