[
https://issues.jboss.org/browse/JBIDE-12555?page=com.atlassian.jira.plugi...
]
Denis Maliarevich updated JBIDE-12555:
--------------------------------------
Attachment: actionParam.png
If there is some additional text inside tha tag -- it will be displayed:
!actionParam.png!
But if it is just <a4j:actionparam .. /> -- it's correct not to display.
a4j:actionParam tag selection in source pane is not reflected in
visual pane
----------------------------------------------------------------------------
Key: JBIDE-12555
URL:
https://issues.jboss.org/browse/JBIDE-12555
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 4.0.0.Alpha1
Environment: Linux 32 bit
Reporter: Vlado Pakan
Assignee: Denis Maliarevich
Fix For: 4.0.0.Alpha2
Attachments: actionParam.png
1. Create JSF facelets KickStart project
2. Add xhtml page to project with this content
{noformat}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html">
<head>
</head>
<body>
<f:view>
<a4j:commandButton value="Set Name to Alex">
<a4j:actionparam name="username" value="Alex"/>
</a4j:commandButton>
</f:view>
</body>
</html>
{noformat}
3. Select tag <a4j:actionparam name="username" value="Alex"/>
in source pane
ERROR: Tag selection is not reflected in visual pane
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira