Re: get all parameters in service

2008-05-23 Thread Andreas Andreou
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 <[EMAIL PROTECTED]> wrote: > in my service > i use cycle.getParameter("name") to get the paramter value. is there any > method that print the url

get all parameters in service

2008-05-22 Thread t
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 --