Re: Tapestry5: Passing parameters to pages

2007-02-17 Thread Carlos Curotto
Thanks for the quickly reply howard. I will wait for the documentation. Thanks! -- Carlos Curotto

Re: Tapestry5: Passing parameters to pages

2007-02-16 Thread Howard Lewis Ship
I'm working on the tool to generate the component documentation right now. On 2/16/07, Carlos Curotto <[EMAIL PROTECTED]> wrote: Hello everyone! Is there any documentation about what template we have to put in a page template for the different controls of tapestry 5? I mean, i can only create t

Re: Tapestry5: Passing parameters to pages

2007-02-16 Thread Carlos Curotto
Hello everyone! Is there any documentation about what template we have to put in a page template for the different controls of tapestry 5? I mean, i can only create the components that are shown in the screencasts, but i want to create others like: combobox, checkbox, password, tables, etc... I s

Re: Tapestry5: Passing parameters to pages

2007-02-16 Thread Dennis Kempin
Sorry, i hit the wrong button, please ignore my previous mail. Well I finally got it working, making some smaller changes to the LinkFactory(Impl), ComponentResource and PageLink of course. PageLink now takes a context parameter just like actionLink does and passes it to the LinkFactory

Re: Tapestry5: Passing parameters to pages

2007-02-16 Thread Dennis Kempin
Well I finally got it working, making some smaller changes to the LinkFactory(Impl) and ComponentResource. I added a method "Link createPageLink(Page page, Object... overrideContext)" and markes the "Link createPageLink(Page page)" one as deprecated (java should accept calls to createPageLink(page

Re: Tapestry5: Passing parameters to pages

2007-02-16 Thread Dennis Kempin
Well that would be a nice solution I think. Well I dont see any other way to make a simple content list / display application. The onActivate Event seems to be really useful, entering the URL manually works great, but i dont know any solution to link to such a page. I tried the following hack: $

Re: Tapestry5: Passing parameters to pages

2007-02-15 Thread Howard Lewis Ship
Check out the documentation on the activate and passivate component events. You can think of passivate and activate as a kind of very lightweight persistent storage, where the values are stored positionally in the render URL. I'm still thinking about the relationship between PageLink component a

Re: Tapestry5: Passing parameters to pages

2007-02-15 Thread D&J Gredler
I'm interested in knowing the answer to this, as well. In fact, to take it one step further: Instead of parameters: http://www.mysite.com/view?country=spain http://www.mysite.com/view?country=usa http://www.mysite.com/view?country=france And instead of including the page name: http://www.mysit