Problem solved by using s relstive url it works fine
thank you for the help greets nino 2010/3/2 nino ekambi <[email protected]> > Hi bellow is the html , > > greets > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " > http://www.w3.org/TR/xhtml1/DTD/xhtml1.0-strict.dtd"> > > > <html> > <head> > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> > > <!-- --> > <!-- Consider inlining CSS to reduce the number of requested files --> > <!-- --> > <link type="text/css" rel="stylesheet" href="PDM.css"> > <link type="text/css" rel="stylesheet" href="./gxt/css/gxt-all.css" > /> > > > <title>PDM</title> > > <!-- --> > <!-- This script loads your compiled module. --> > <!-- If you add any GWT meta tags, they must --> > <!-- be added before this line. --> > <!-- --> > <script type="text/javascript" language="javascript" > src="./pdm/pdm.nocache.js"></script> > > </head> > > <!-- --> > <!-- The body can have arbitrary html, or --> > <!-- you can leave the body empty if you want --> > <!-- to create a completely dynamic UI. --> > <!-- --> > > <body style="overflow:hidden;" class="myBoy" > > > <div id="menuBar"> > </div> > <div id="ide" style="height: 25%;"> > </div> > > <div id="clock"> > </div> > > <div id="menu" class="dock"> > > </div> > > > > > > > > </body> > > </html> > > > 2010/3/2 Fabiano <[email protected]> > >> >> P.s: I don't know about your issue. rpc deletion. >> >> Can you past here the EXACT html code you use to load the application? >> >> <script src=path_to_nocache.js...................> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
