| <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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to