[seam-issues] [JBoss JIRA] (JBSEAM-5032) Switch off ajax console rendering in Seam-gen/JBDS created projects
Marek Novotny (JIRA)
jira-events at lists.jboss.org
Mon Sep 10 15:42:32 EDT 2012
[ https://issues.jboss.org/browse/JBSEAM-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny reassigned JBSEAM-5032:
-------------------------------------
Assignee: Marek Novotny
> 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
> Assignee: Marek Novotny
> 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