Hello Everyone,
I am creating a hello world menu item.
I am currently recieving two errors in the drop down menu of tools in webtop I am seeing yyMSG_HELLO_WORLDyy instead of Hello World.
And also when i click on yyMSG_HELLO_WORLDyy the pop up comes up with
class java.lang.NullPointerException
Stack Trace:
java.lang.NullPointerException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.documentum.web.formext.component.Component.createComponent(Component.java:805)
In the menubar_component.xml ( located in my webtop67/custom/config folder)
I have added the line
<actionmenuitem dynamic="generic" name="hello_world_menu_item" nlsid="MSG_HELLO_WORLD"
action="hello_world_action" showifinvalid="true"/>
I have created the hello_world_action.xml (also in my webtop67/custom/config folder) Attached.
Then i have the hello_world_component.xml (also located in webtop67/custom/config folder).
I have my hello_world.jsp located in webtop67/custom/library.
<html>
<body>
<h1>Hello World</h1>
</body>
</html>
I have defined MSG_HELLO_WORLD=Hello World in my webtop67/webtop/strings/com/documentum/webtop/webcomponent/menubar/MenuBarNlsProp.properties file