Hi all:
    I having issues with the resource registry of toscawidgets on my tg1.0
app.
    My app's setup is using Genshi.
    I've made a custom package for my widgets using the toscawidgets paster
templates so I can use the resources registry of TW.
    After all this boilerplate I've notice that no TW is injectin their
resources correctly. For instance: the calendardatepicker register a link
like this:
<link media="all"
href="/toscawidgets/resources/toscawidgets.widgets.forms.calendars/static/calendar/calendar-system.css?v=1206287026"
type="text/css" rel="stylesheet"/>

where calendar-system.css?v=1206287026 is an empty stylesheet

the same is happening with my custom widgets.
Until now I've tryed it all (started from scratch a bounch of project on
diferents virtualenv's) everywhere with the same result. I can't tell, as
I've never used toscawidgets alone, if it was working before, but wanted to
know if there was any known issue about this kind of behaviour.

Here ar a couple of samples of my code
my library's widgets.py

http://pastebin.com/m56df5c05

and here's how I call it from my controllers.py
http://pastebin.com/m2b31934f

Any help is welcome.
Thanks in advance

matías

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to