Thanks for the quickly reply howard. I will wait for the documentation.
Thanks!
--
Carlos Curotto
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
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
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
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
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:
$
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
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