Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-12555

a4j:actionParam tag selection in source pane is not reflected in visual pane

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Alpha2
    • 4.0.0.Alpha1
    • None
    • Linux 32 bit

      1. Create JSF facelets KickStart project

      2. Add xhtml page to project with this content

      <!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>
      

      3. Select tag <a4j:actionparam name="username" value="Alex"/> in source pane

      ERROR: Tag selection is not reflected in visual pane

              dmaliarevich_jira Denis Maliarevich (Inactive)
              vpakan Vlado Pakan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: