Re: Stream Resource into Javascript

2010-09-28 Thread elesi
drobson drob...@... writes: The files are being stored on the server but i've found a way of doing what I need and it seems pretty nice. By creating a new xml file, named audio.xml, in the tomcat dir conf\catalina\localhost and defining my music folder as a docbase, i can access the

How to get the resource path of files

2010-09-28 Thread elesi
could anyone explain how wicket searches the context path for resources? i mean is it different from the local drive path that i use for non-web applications? because im having a hard time tracing the url of wicket pages, and trying to guess where my resources are... thanks in advance ciao,

Re: How to get the resource path of files

2010-09-28 Thread James Carman
This is a user question. Please send your question to the user list. On Tue, Sep 28, 2010 at 6:52 AM, elesi jsar...@gmail.com wrote: could anyone explain how wicket searches the context path for resources? i mean is it different from the local drive path that i use for non-web applications?

Re: Stream Resource into Javascript

2010-09-28 Thread James Carman
This isn't a Wicket question. On Tue, Sep 28, 2010 at 2:54 AM, elesi jsar...@gmail.com wrote: drobson drob...@... writes: The files are being stored on the server but i've found a way of doing what I need and it seems pretty nice. By creating a new xml file, named audio.xml, in the tomcat

Re: Stream Resource into Javascript

2010-09-28 Thread elesi
im sorry for that, but let me ask if there's another way of getting the mp3 resource... besides creating an xml file like drobson did? thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stream-Resource-into-Javascript-tp2262751p2717229.html Sent from the Forum

Re: Stream Resource into Javascript

2010-09-28 Thread James Carman
Why not ask this question on the user list? That's where you're supposed to ask this type of question. On Tue, Sep 28, 2010 at 9:58 AM, elesi jsar...@gmail.com wrote: im sorry for that, but let me ask if there's another way of getting the mp3 resource... besides creating an xml file like