Re: urlFor ResourceStreamRequestTarget returning null

2009-04-01 Thread francisco treacy
thanks maarten, but i still can't get the url for the resource in the renderHead method. in the open flash chart example, there are two types of urls built: - resourcereferences (easy peasy to get the url) - resource, via RequestCycle.get().urlFor(OpenFlashChart.this,

Re: urlFor ResourceStreamRequestTarget returning null

2009-04-01 Thread francisco treacy
i updated to 1.4-rc2, but that didn't help. right now, with exactly the same codebase, the url is being correctly generated in my development environment - but outputting the bad url in our continuous integration server version. i set up several breakpoints in the WebRequestCodingStrategy class

urlFor ResourceStreamRequestTarget returning null

2009-03-31 Thread francisco treacy
hi all, i can't seem to find the way to get an url for a given RequestTarget. i'm using wicket 1.4-rc1. basically i have an SWFComponent : http://paste.pocoo.org/show/110435/ my problem is in line 35, when i call urlFor(target) to the renderHead method. the target is of type

Re: urlFor ResourceStreamRequestTarget returning null

2009-03-31 Thread Maarten Bosteels
Have you seen this page [1], it also features an SWFObject. http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html regards, Maarten On Tue, Mar 31, 2009 at 3:36 PM, francisco treacy francisco.tre...@gmail.com wrote: hi all, i can't seem to find the way to get an url for a given