I there somewhere that fully documents how URLs are interpreted by Turbine,
and how to construct URLs in templates? Currently I'm using

  $link.setPath('Page.vm').setAction('Action')

That has the disadvantage that if I rename the template all the links break
:-( Is there a way to get the page set to the current screen? I was hoping
for something like

  $link.setAction('...')

But that doesn't seem to be supported...

Secondly, can I use URLs with additional path info? For example I'd like to
have URLs like

  http://.../x/servlet/x/.../SomeScreen.vm/path/to/dir

And retrieve the string '/path/to/dir' in my screens and actions. I looked
at doing

 $link.setPage('...').setAction('...').addPathInfo('/path/to/dir')

But all the addPathInfo() methods take a name/value pair which seems
wrong...

Thanks,

L.  


--
To unsubscribe, e-mail:   <mailto:turbine-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>

Reply via email to