ID CRRRW7323E errror
HI,
When i tried to add an artifact in a module by clicking on the 'create new artifact' link which appears in an empty module, i encountered with the error given below.
"The artifact creation form cannot be displayed.
ID CRRRW7323E The artifact creation form could not be loaded due to an error.
_36[0] is undefined"
ID CRRRW7323E The artifact creation form could not be loaded due to an error.
_36[0] is undefined"
What would be the exact reason and how to resolve the error?
2 answers
What is the context of the request?
If the module is added via extension point in a plug-in.xml...
<extension point="net.jazz.ajax.ajaxModules">
<ajaxModule id="com.ibm.team.workitem.WorkItemGadget"
widgetClass="com.ibm.team.workitem.web.ui.internal.module.WorkItemGadget"
internalPathInfo="/">
<requiredProperty
id="net.jazz.ajax.service.rootServicesProp">
</requiredProperty>
</ajaxModule>
</extension>
Then the referenced class must be in your class path.
If the module is added via extension point in a plug-in.xml...
<extension point="net.jazz.ajax.ajaxModules">
<ajaxModule id="com.ibm.team.workitem.WorkItemGadget"
widgetClass="com.ibm.team.workitem.web.ui.internal.module.WorkItemGadget"
internalPathInfo="/">
<requiredProperty
id="net.jazz.ajax.service.rootServicesProp">
</requiredProperty>
</ajaxModule>
</extension>
Then the referenced class must be in your class path.