:: Tapestry 5 Book

2007-04-11 Thread Angelo Luis
Howard, Do you plan to launch a new book of tapestry (Tapestry in Action, 2nd edition?) about Tapestry 5? New version of framework, new way to work, a new framework, so, that will be nice if you write a new version of your book to us

:: Shortcut to reset/cleanup page persist properties.

2007-04-06 Thread Angelo Luis
What do i do if i have persisted properties in my page and i want to reset/cleanup their state after a successful listener operation, like a formSubmit? Tapestry has a shortcut for that? There is something like a @End in Seam, that clean my persist state for that page? Some static method? some sup

Re: T5 binding problem

2007-03-06 Thread Angelo Luis
No no no... How can have a null handler now??? If a have a customer -> address -> street in a text component, for example " custumer.address.street" and i dont instanciate a address, a NullPointerException is throw. With a ognl null handler, if the address is null he creates one , like Webwork..

Re: Why I hate mailing lists

2006-07-07 Thread Angelo Luis
very very very good idea!!! But i never se something like a forum in a apche project... Maybe is teh time to do that!!! On 7/7/06, Epstein, Ezra <[EMAIL PROTECTED]> wrote: So I wanted to read up about putting multiple portlets/pages in a single Tapestry portlet .war and went happily to the o

Re: Table componente - Localized description ...

2006-05-09 Thread Angelo Luis
age:" part, like this: name:page.name:name The Table will automatically look for the message key in your page's message catalog. Angelo Luis wrote: > I want to make the description of my Table component localized... > > How do i do that??? > > > i try to make that way,

Table componente - Localized description ...

2006-05-08 Thread Angelo Luis
I want to make the description of my Table component localized... How do i do that??? i try to make that way, but dont work -> name:message:page.name:name