Problem in Add Menu in setting tab

1
0
-1

Dear All
By surfing the bonita-web source code, in "/bonita-web/portal/src/main/java/org/bonitasoft/console/client/menu/view"
directory there is a"LoginBox.java" and I add sub menu in setting tab. everything in my menu is same as About option.it was compiled successfully. But when I run it, I saw a "Not implemented" instead of About popup page.
How can I solve this problem?

Regard.
REZA

2 answers

1
0
-1
This one is the BEST answer!

Luckily, I found the "ConsoleFactoryClient.java" file and just import my implementation to this file. everything works well and a new submenu added. I have another question. I am new in GWT and I want to implement a redirect method in my class that goes to another page. for example in a simple way when I click on a button like "OK" button, the "google.com" page will open. any suggestion is acceptable.

regards
REZA

1
0
-1

To be honest this is now solely in your domain.

No-one else will know how or what you did to the source so you'll have to figure it out yourself I'm afraid.

While I understand this may not be the answer you are looking for it does answer your question, please mark as resolved by ticking the tick mark on the left of this reply so others now it is closed.

regards
Seán

Notifications