Re: [ANN] Tapestry5-JQuery

2011-04-01 Thread François Facon
It's getting better all the time. TapX is a great source of inspiration. (ImportYUI, Templating etc...) We will check this ease of configuration and have a closer look at the JSDoc. Thanks François 2011/4/1 Howard Lewis Ship hls...@gmail.com: 2011/3/31 françois facon fra.fa...@gmail.com:

Re: Java based spring configuration

2011-04-01 Thread 3kkkdang
I will do this: extends TapestrFilter, in its constructor use WebApplicationContextUtils to get spring context and set this context as ASO static property. finally in tapestry page class, get spring context through ASO. never got chance to try this, it might work. any comments? -- View this

Re: Java based spring configuration

2011-04-01 Thread Magnus Kvalheim
Hi thanks for your reply, Looking back on my original mail I now realize I've been unclear... To clarify: What I do want to achieve is to + Not rely on xml for configuration + Inject spring beans into tapestry (+) Injecting tapestry services into spring is desired Your suggestion would probably

XHR request to return a test/xml payload

2011-04-01 Thread coriolisguy
Hi All, I have an ajax request that needs to return a text/xml payload. I need to dynamically make the URL string in the browser to send to the server. What should the format of that URL be? Thanks -- View this message in context: