Re: Processing "resttful" requests

2009-10-05 Thread Alan Chaney
Thiago H. de Paula Figueiredo wrote: Very Tapestry-y. :) Don't use relative paths to CSS/JavaScript/images/anything. By the way, the recommended way of doing it is using ${asset:} expressions (${asset:context/images/image.jpg, for example). This is the most common cause for problems l

Re: Processing "resttful" requests

2009-10-02 Thread Thiago H. de Paula Figueiredo
Em Fri, 02 Oct 2009 18:15:56 -0300, Alan Chaney escreveu: Sorry, more newbie questions. I want to have URLs following a "restful" form, eg: /stuff/xxx/yyy Very Tapestry-y. :) And in fact it does. But then the same method is called again with the value "layout" and the page redisplays. "l

Processing "resttful" requests

2009-10-02 Thread Alan Chaney
Sorry, more newbie questions. I want to have URLs following a "restful" form, eg: /stuff/xxx/yyy where I have a page Stuff which processes xxx/yyy as a 'request parameter' and dynamically generates appropriate content. I've got a class Stuff.java and the docs say: Page render requests are r