]
Vlado Pakan closed JBIDE-20328.
-------------------------------
Verified with JBDS 9.0.0.CR1-v20150912-1100-B100
Changes in VPE preferences are not reflected in VPE
---------------------------------------------------
Key: JBIDE-20328
URL:
https://issues.jboss.org/browse/JBIDE-20328
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: visual-page-editor-core
Affects Versions: 4.3.0.Beta2
Environment: JBDS 9.0.0.Beta2-v20150717-1420-B67, Fedora 22 KDE 64 bit, Oracle
Java 1.8, GTK2, JSF support
Reporter: Vlado Pakan
Assignee: Konstantin Marmalyukov
Priority: Critical
Fix For: 4.3.0.CR1
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp in VPE Visual/Source tab
3. Open WIndow > Preferences > JBoss TOols > Web > Editors > Visual Page
Editor and check "Show resource bundles usage as EL expression"
ERROR: Visual part of VPE is not displaying resource bundles usage as EL expression for
example #{Message.prompt_message} expression is displayed as "Name:" string
4. Open VPE preferences again and click on OK button to close Prefences dialog.
ASSERT: Now visual part of VPE is properly displaying string
"#{Message.prompt_message}"
The same apply when unknown tag is added to page and check box "Show border for
unknown tags" is checked/unchecked. Current value of check box is displayed properly
only after Preferences dialog is reopened