[jboss-user] [JBoss Portal] - using ext js in JBP

jsports do-not-reply at jboss.com
Thu Aug 14 02:57:10 EDT 2008


  | <body>
  | </body>
  | <script type=text/javascript>
  | var test="test";	
  | Ext.onReady(
  |           function(){
  | 		 var lo = Layout.init();
  | 		 WfQuery<%=request.getAttribute("moduleCode")%>.init();
  | 		 Ext.QuickTips.init();
  | 		 lo.on("layout",function(o){
  | 	                            WfQuery<%=request.getAttribute("moduleCode")%>.autoSize();
  |     	                        }
  |     	         );    	         
  | 	}
  | ); 
  | </script>
  | 


HTML and js code IE generated  run without an error.
But nothing is displayed.

any advice?
thanks a lot.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170486#4170486

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170486



More information about the jboss-user mailing list