> My best option would be if I could combine the two, rather
> than having
>
> /servlet/turbine?template=UserInfo&ID=5
>
> I would need
> /servlet/turbine/template/UserInfo?ID=5
If you want the first form, do not use the setPage method, just add the
template as addQueryData. But you say you would like the second form
so:
$link.setPage("UserInfo.vm").addQueryData("ID",5)
You can add data to the pathinfo and query sections of the url. Which
data should go where is application dependent, but you have full control
so what is your question?
John McNally
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]