You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/02/13 23:50:33 UTC

svn commit: r377523 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp

Author: werpu
Date: Mon Feb 13 14:50:33 2006
New Revision: 377523

URL: http://svn.apache.org/viewcvs?rev=377523&view=rev
Log:
debug console now working as expected

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp?rev=377523&r1=377522&r2=377523&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp Mon Feb 13 14:50:33 2006
@@ -39,6 +39,7 @@
 				<s:dojoInitializer require="dojo.widget.Editor" debug="true"/>	
 				<s:dojoInitializer require="dojo.widget.DebugConsole" />	
 				<s:dojoInitializer require="dojo.widget.ResizeHandle" />	
+				<s:dojoInitializer debugConsole="true"/>
 					
 				<f:verbatim>
 					<script type="text/javascript" >
@@ -52,7 +53,6 @@
 				<h:form>	
 				<h:commandButton id="triggerdojo" onclick="javascript:generateSomeDebuggingInfo();return false;" value="[Press me for debug infos]"></h:commandButton>
 				</h:form>
-				<s:dojoInitializer debugConsole="true"/>
 			</h:panelGroup>
 		</f:view>
 		<%@include file="../inc/page_footer.jsp"%>