Re: T5: add request parameter to url

2007-05-21 Thread Martin Grotzke
Hi Howard, i just found that I have to return a Link instance in the submit method, that contains the desired parameters. Now i realized that my stylesheet is no longer loaded correctly, so I added this to my page class: @Inject @Path("context:css/screen.css") private Asset _styleshe

Re: T5: add request parameter to url

2007-05-21 Thread Howard Lewis Ship
Yes, what you describe is called a "page activation context", additional data added to the URL after the page name is identified. Please check the documentation. On 5/21/07, Martin Grotzke <[EMAIL PROTECTED]> wrote: hello, i'm just trying to implement a simple search form, that displays som

T5: add request parameter to url

2007-05-21 Thread Martin Grotzke
hello, i'm just trying to implement a simple search form, that displays some items after the search. additionally, the url shall contain the request parameter then, so that the url /myapp/search becomes /myapp/search/query/ipod or /myapp/search/ipod if the user searched for ipod. is there a solu