You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by t <se...@yahoo.com> on 2008/05/23 07:19:43 UTC

get all parameters in service

in my service
 i use  cycle.getParameter("name")  to get the paramter value. is there any
method that print the url i entered in browser    . 

for example get this -->
http://localhost:88/app?service=ProcessService&abc=1&def=2&cdf=4



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


Re: get all parameters in service

Posted by Andreas Andreou <an...@gmail.com>.
inject and use WebRequest

http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/web/WebRequest.html

On Fri, May 23, 2008 at 8:19 AM, t <se...@yahoo.com> wrote:
> in my service
>  i use  cycle.getParameter("name")  to get the paramter value. is there any
> method that print the url i entered in browser    .
>
> for example get this -->
> http://localhost:88/app?service=ProcessService&abc=1&def=2&cdf=4
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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