One way to do it is to use PageLink and activation context, more of it here:

http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html

especially "Page activation" part. Using that tapestry creates ursl like
http://localhost:8080/Products/View/2345 where the last part is the
identifier of the id.

 - 99



Suran Jayathilaka-2 wrote:
> 
> Hi,
> I'm new to Tapestry and am trying to do the following.
> I have a search form. in the
> @OnEvent("submit")    
> public Object doSearch() method, the search params are stored into the
> session and the
>  result class is returned.
> How can I do the same while showing a GET style URL with all the
> search params in the address bar?
> I heard it's something to do with the Link class, but am not sure how to
> use it.
> 
> Thanks in advance for any help.
> 
> Suran
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Showing-the-%22GET%22-URL-with-search-parameters-tp18648209p18650852.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to