Re: Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-21 Thread Josh Long
I went to try the context thing. that doesn't quite work for me yet, though god knows im trying.. asset name=dojoSource path=context:js/dojo_rrl/dojo.js / asset name=dojoPath path=context:js/dojo_rrl// i also tried the same but with a leading /, so path = context:/js/dojo_rrl/ etc I

Re: Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-18 Thread Sam Gendler
For what it is worth, I had problems (using a fairly old developer snapshot of 4.1) getting a custom built dojo to work, too. If you continue to have problems, I solved it by using the built-in dojo (for now, assuming it will be fixed eventually) and then put my custom module in the classpath at

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-17 Thread Josh Long
Also, fwiw, I'm more than content to just build a custom tapestry edition and modify the dojo thats included in that particular process. That would also solve my issue with making the various tapestry files i use part of the build as well: i can just modify your working profile and modify your

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-15 Thread Josh Long
Oh man, so there _is_ a cure. Wonderful news. I was pulling out my hair(s -- were down to just a few at this point that have the staying power required of a programmers head of hair).. Thanks again Jesse, let me know if there's any more feedback u might need/anything I could (possibly) do.. :/

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-15 Thread Jesse Kuhnert
Fixed and deploying now. (I think... ) On 11/15/06, Josh Long [EMAIL PROTECTED] wrote: Oh man, so there _is_ a cure. Wonderful news. I was pulling out my hair(s -- were down to just a few at this point that have the staying power required of a programmers head of hair).. Thanks again Jesse,

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Jesse Kuhnert
Do you have FireBug installed? (or fiddler for ie) Can you track the url request for one of these images that aren't showing up and paste it into your location bar to hit it directly and tell me what happens? On 11/14/06, Josh Long [EMAIL PROTECTED] wrote: Images aren't showing up if I create

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Josh Long
interesting... my firebug doesnt show the path to the image (nor does it even say its requested it) in either the known-to-work version that comes back when i remove the dojoSource/dojoPath params or in my custom build ) However, I moused over oen fo the images and viewed the properties for the

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Josh Long
I... dont see any errors in the logs... and that would be kind of weird because the images in my own custom widgets load just fine... And in fact it would be kind of weird if only because the images in the default dojo distro (the one in the jars themselves) load just fine.. Thanks, Josh On

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Jesse Kuhnert
HmmI wonder what would happen if you renamed your rrl_dojo_04 directory to dojo ? On 11/14/06, Josh Long [EMAIL PROTECTED] wrote: I... dont see any errors in the logs... and that would be kind of weird because the images in my own custom widgets load just fine... And in fact it would be

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Josh Long
Thats an idea! .. lemme give it a go and ill get back to you... Thanks, josh On 11/14/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: HmmI wonder what would happen if you renamed your rrl_dojo_04 directory to dojo ? On 11/14/06, Josh Long [EMAIL PROTECTED] wrote: I... dont see any errors in

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Josh Long
I think... that the original dojo/ in the tapestry jar is shadowing mine and so now whether i use dojoSource = .. and dojoPath or not, the same 204k dojo.js is loaded. (this despite a few cache clearings) Anyway, that's a no-go.. Thanks, Josh On 11/14/06, Josh Long [EMAIL PROTECTED]

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Jesse Kuhnert
That doesn't sound like much fun. Sorry :/ p.s. i'm working on it now so it'll likely be fixed today or tomorrow On 11/14/06, Josh Long [EMAIL PROTECTED] wrote: I think... that the original dojo/ in the tapestry jar is shadowing mine and so now whether i use dojoSource = .. and dojoPath or

Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-14 Thread Jesse Kuhnert
Almost done, just a couple things to fix up on the dojo side first. (probably the part that will take the longest) On 11/14/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: That doesn't sound like much fun. Sorry :/ p.s. i'm working on it now so it'll likely be fixed today or tomorrow On 11/14/06,