You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem si in method WidgetHandler.getInstance().getLabel(). It only tries to retrieve children from direct parent, but if direct parent isn't the one containing both text and label SWTLayerException will be thrown.
The text was updated successfully, but these errors were encountered:
EXEC: create CDI Web Project
EXEC: open beans.xml (WebContent -> WEB-INF -> beans.xml)
EXEC: in Beans XML 1.0 Editor select "Tree" tab in the bottom of editor
EXEC: in editor, click on beans.xml treeitem, open its context menu and select New -> Weld -> Scan...
EXEC: on created Scan treeitem open context menu Add Include/Exclude
EXEC: on dialog with title Add Include/Exclude there is a labeled text Name:* -> this text cannot be found with our LabeledText("Name:*") constructor
Problem si in method WidgetHandler.getInstance().getLabel(). It only tries to retrieve children from direct parent, but if direct parent isn't the one containing both text and label SWTLayerException will be thrown.
The text was updated successfully, but these errors were encountered: