Hi All, When I set server.webpath, say to http://localhost:8080, widgets like Calender or TinyMCE stop working. While I view the generated html source, I find something like the following:
<link media="all" href="/http://localhost:8080/tg_widgets/ turbogears.widgets/calendar/calendar-system.css" type="text/css" rel="stylesheet"><script src="/http://localhost:8080/tg_widgets/ turbogears/js/MochiKit.js" type="text/javascript"></script><script src="/http://localhost:8080/tg_widgets/turbogears.widgets/calendar/ calendar.js" type="text/javascript"></script><script src="/http:// localhost:8080/tg_widgets/turbogears.widgets/calendar/calendar- setup.js" type="text/javascript"></script><script src="/http:// localhost:8080/tg_widgets/turbogears.widgets/calendar/lang/calendar- en.js" type="text/javascript"></script><title>tmail - My to-do list</ title><script src="/static/javascript/tasklist.js" type="text/ javascript" language="javascript"> </script> Probably the redaundent / before http:// is the cause of the problem. Unable to find a solution. Needing help. thanks Sanjay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

