Is the content of you crossdomain.xml 'static'? If so, I guess you can just put that file into your web app's context root. If you need the file content generated dynamically, I doubt generating it in wicket is the easiest way to do it. I think I would rather just use a simple servlet.
On Fri, Nov 20, 2009 at 2:23 PM, Mathias Nilsson <[email protected]> wrote: > Hi, > > I have built a flash movie that get's data from a webservice. When trying to > access it in my webapp it complains. I read that I need to add a > crossdomain.xml so that > www.mysite.com/crossdomain.xml can be accessed. > > How can I make this file viewable this way using wicket? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
