Re: T5: get tapestry event, action and params of current page request

2008-01-04 Thread Chris Lewis
Expansion on why you need these specifics would be interesting, but to get nitty-gritty info like this you can just @Inject Request and ask it. chris Foror wrote: How to keep a URL of current page (event, action and context) that then to repeat this request? URL: /mailmessage:trash?t:ac=400 p

T5: get tapestry event, action and params of current page request

2008-01-03 Thread Foror
How to keep a URL of current page (event, action and context) that then to repeat this request? URL: /mailmessage:trash?t:ac=400 public class MailMessage extends DefaultBase {} In DefaultBase need get ":trash" and "t:ac=400" -