[seam-issues] [JBoss JIRA] (JBSEAM-5032) Switch off ajax console rendering in Seam-gen/JBDS created projects
Lukáš Fryč (JIRA)
jira-events at lists.jboss.org
Tue Sep 11 07:33:33 EDT 2012
[ https://issues.jboss.org/browse/JBSEAM-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717419#comment-12717419 ]
Lukáš Fryč commented on JBSEAM-5032:
------------------------------------
I would use {{mode="console"}}: RF-11294
which will cause to log into Firebug/Developer tools script console.
> 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