[seam-issues] [JBoss JIRA] (JBSEAM-5032) Switch off ajax console rendering in Seam-gen/JBDS created projects

Tomas Remes (JIRA) jira-events at lists.jboss.org
Wed Sep 5 10:42:32 EDT 2012


Tomas Remes created JBSEAM-5032:
-----------------------------------

             Summary: Switch off ajax console rendering in Seam-gen/JBDS created projects
                 Key: JBSEAM-5032
                 URL: https://issues.jboss.org/browse/JBSEAM-5032
             Project: Seam 2
          Issue Type: Enhancement
          Components: Tools
    Affects Versions: 2.3.0.CR1
            Reporter: Tomas Remes
            Priority: Minor
             Fix For: 2.3.0.Final


In seam-gen/view/layout there is default template.xhtml, which contains following snippet:
{noformat}
<a:log hotkey="D"/>
{noformat}

This is causing that console is rendered. It should be changed to:
{noformat}
<a:log hotkey="D" rendered="false"/>
{noformat}
Probably since Richfaces 4.x is rendered attribute set to true by default. 
 

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


More information about the seam-issues mailing list