[
https://issues.jboss.org/browse/JBIDE-9292?page=com.atlassian.jira.plugin...
]
Yahor Radtsevich updated JBIDE-9292:
------------------------------------
Summary: Show as EL toolbar button does not affect values set through Page
Design Options dialog (was: Show as el panel button doesn't workign now)
Fix Version/s: 3.3.x
Description:
*Steps to reproduce:*
# Create a JSF project
# Create a JSPX page with the following content:
{code:xml|title=test.jspx}
<input type="submit" value="${hello}"/>${hello}
{code}
# Open Page Design Options dialog->Substitutes EL-expressions
# Create expression {{hello}} with value {{Hello World!}} and press OK
# Click show bundle's messages as EL expressions button on the toolbar
*Actual result:*
${hello} expressions are substituted by {{Hello World!}}
*Expected result:*
${hello} expressions are not substituted and shown as is
was:
Show as el panel button doesn't workign now
#1) have created an empty page and added some el expression;
#2) have added el expression and it value to props dialog;
checked button show as el doesn't react
Priority: Minor (was: Critical)
Note, that this button works as expected for values from message bundles.
Show as EL toolbar button does not affect values set through Page
Design Options dialog
---------------------------------------------------------------------------------------
Key: JBIDE-9292
URL:
https://issues.jboss.org/browse/JBIDE-9292
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M1
Reporter: Maxim Areshkau
Assignee: Yahor Radtsevich
Priority: Minor
Fix For: 3.3.x
Attachments: el-pressed.png, page-design-options.png, show-el-not-pressed.png
*Steps to reproduce:*
# Create a JSF project
# Create a JSPX page with the following content:
{code:xml|title=test.jspx}
<input type="submit" value="${hello}"/>${hello}
{code}
# Open Page Design Options dialog->Substitutes EL-expressions
# Create expression {{hello}} with value {{Hello World!}} and press OK
# Click show bundle's messages as EL expressions button on the toolbar
*Actual result:*
${hello} expressions are substituted by {{Hello World!}}
*Expected result:*
${hello} expressions are not substituted and shown as is
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira