So, I can pick up the /UserName in my index page and forwards to the required 
page, although of course that will limit me to only handling 1 parameter linked 
to 1 page.

I am also finding that resources such as this in my layout.tml
            <img src="layout/images/page_bg.png" border="0" width="960" 
height="799" alt="" style="position:absolute;left:0px;top:149px;"/>
cannot be located when I request pages with params in the url. Is there some 
way to reference the root context in my layout paths?

John

  ----- Original Message ----- 
  From: Thiago H de Paula Figueiredo 
  To: Tapestry users 
  Sent: Sunday, January 27, 2013 12:35 PM
  Subject: Re: handling parameters passed through the url path


  On Sun, 27 Jan 2013 10:13:33 -0200, John <j...@quivinco.com> wrote:

  > is there a root page then, do I need to program this in my Index page,  
  > or am I better something like this

  The Index page is the root page.

  > somedomain.com/p/JackSmith
  > Where p is a page and JackSmith is the username?

  If you'll need more stuff like that in your app, having a single page  
  handling all them will be a mess.

  -- 
  Thiago H. de Paula Figueiredo

  ---------------------------------------------------------------------
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to