[
https://issues.jboss.org/browse/JBSEAM-5032?page=com.atlassian.jira.plugi...
]
Marek Novotny commented on JBSEAM-5032:
---------------------------------------
Tomas, could you add a screenshot how you see it?
I have got by default set INFO level as result of the a:log component, so no messages are
generated.
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