0

Not unique in ID space [Page cGGM_]: scanStringTooltip [closed]

asked 2015-01-21 13:56:27 +0800

demizon gravatar image demizon
179 1 6

Hi, in my app i have menuitems and the main window where content is displayed after choosing from menu items. When i click on the menuitem once evering goes well but when i choose the same menu item for the second time i get following error: "Not unique in ID space [Page cGGM_]: scanStringTooltip"

Part of my zul page code:

<label value="test" tooltip="scanStringTooltip" />
<popup id="scanStringTooltip">
        <html><![CDATA[
            Test.<br />
        ]]></html>
</popup>

Can someone tell me how to solve this? Thx in advance

delete flag offensive retag edit

The question has been closed for the following reason "the question is answered, right answer was accepted" by terrytornado
close date 2015-01-22 10:28:57

2 Answers

Sort by ยป oldest newest most voted
0

answered 2015-01-22 09:05:43 +0800

demizon gravatar image demizon
179 1 6

i just found out what was the problem...i got <popup> tag enclosed only in <zk> tag and not also in <window> tag...

link publish delete flag offensive edit
0

answered 2015-01-21 17:25:24 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

updated 2015-01-21 17:26:59 +0800

Try to clean first your content area before append new components.

Mycontentarea.getChildren().clear().

link publish delete flag offensive edit

Question tools

Follow
1 follower

RSS

Stats

Asked: 2015-01-21 13:56:27 +0800

Seen: 12 times

Last updated: Jan 22 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More