I understand how I can read from a query string ith Tapestry but how do i
write a query string of a specfic page request.


For example 

My initial request is

myapp/redirect?sourceSiteId=aUniqueValue

I use  @ActivationRequestParameter to capture the value of the parameter.

My redirect page then returns an instance of my page class
PolicySignin.class with a url of
myapp/policySignin

I would loike it to contain the values of the inital request parameters
passed in i.e.
myapp/policySignin?sourceSiteId=aUniqueValue

The reason is for bookmarking purposes.

I have looked at the transformPageRenderLink methods but do not know how to
pass a parmeter value through to this method.

thx for any assistance.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Page-url-rewrite-tp4924085p4924085.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to