Re: The Rise and Fall of Tapestry

2013-11-22 Thread Matheus Eduardo Machado Moreira
+1 :-) Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com 2013/11/22 Borut Bolčina > You need professional help. That's my contribution. > > > 2013/11/21 Emmanuel Sowah > > > Hi guys, > > > > Tapestry did not make it to a re

Re: Web frameworks

2013-11-22 Thread Matheus Eduardo Machado Moreira
om you -- and intelligent), reading the source codes and learning incredible solutions that are the result of the work of great minds. Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com 2013/11/21 Muhammad Gelbana > Tapestry is an idea Mr. Emmanuel and Ideas are

Re: Proposal for a new book: Mastering Apache Tapestry

2013-08-06 Thread Matheus Eduardo Machado Moreira
rovided by Spring. One framework that came to my mind, that is awsome and have a nice Spring integration, is Apache Camel. Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com 2013/8/6 Onno Scheffers > > > > > > Some topics I'd be intereste

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread Matheus Eduardo Machado Moreira
François, I've just confirmed that I have access to the repo. Merci. :-) Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Or

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread Matheus Eduardo Machado Moreira
Hi, François. My account is found at https://github.com/matheusemm. Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 2011/1/8

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-06 Thread Matheus Eduardo Machado Moreira
the same as François'. I don't know what could be the best approach to upgrade the examples - have you thought anything about it, Goeff? Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you bett

Re: [5.2.4] Bean Validation integration - another possible bug

2011-01-05 Thread Matheus Eduardo Machado Moreira
Igor Drobiazko, I'm glad to know that you fixed the issue I filled. It was quick! Thank you very much! Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Me

Re: [5.2.4] Bean Validation integration - another possible bug

2010-12-28 Thread Matheus Eduardo Machado Moreira
uardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 2010/12/28 Thiago H. de Paula Figueiredo > On Tue, 28 Dec 2010 13:55:06 -0200, Matheus Eduardo Machado

[5.2.4] Bean Validation integration - another possible bug

2010-12-28 Thread Matheus Eduardo Machado Moreira
just move *environment.push(BeanValidationContext.class, new BeanValidationContextImpl(validate));* (Form.class line 393) below *resources.triggerEvent(EventConstants.PREPARE, context, null);* (Form.class line 408). Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans

[5.2.4] Bean Validation integration - possible bug

2010-12-28 Thread Matheus Eduardo Machado Moreira
could fill a bug about it. Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans

Re: [5.2.4] Custom ValidationDecorator + Bean Validation integration

2010-12-28 Thread Matheus Eduardo Machado Moreira
https://issues.apache.org/jira/browse/TAP5-328 seems to be back. :-( Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 2010/12

Re: Forms and Grid questions ....

2010-12-28 Thread Matheus Eduardo Machado Moreira
(false); } } *Page template* You can add a checkbox column using BeanModel.add("propertyName", null). It will be necessary to provide a render block for it in the template (...). Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time.

Re: Grid with Scroll synchronization + Customization

2010-12-28 Thread Matheus Eduardo Machado Moreira
contributeRequestHandler() (if the timing filter is the only contribution) and you have 2624 ms gain in you app. :-) Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine

[5.2.4] Custom ValidationDecorator + Bean Validation integration

2010-12-27 Thread Matheus Eduardo Machado Moreira
rride public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } Permissao other = (Permissao) obj; return ObjectUtils.equals(getId(), other.getId()); } }

Re: ValidationDecorator using zone updates don't seem to work

2010-12-27 Thread Matheus Eduardo Machado Moreira
th JSR 303 annotations. I can send any code you think is necessary to solve this problems. Thanks in advance. Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu

Re: Tapestry localized messages in portuguese (pt_BR)

2010-12-23 Thread Matheus Eduardo Machado Moreira
uardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 2010/12/22 Matheus Eduardo Machado Moreira >Important info that was missing in the first message... > &g

Re: Tapestry localized messages in portuguese (pt_BR)

2010-12-22 Thread Matheus Eduardo Machado Moreira
n messages? Thanks in advance, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 2010/12/22 Matheus Eduardo Machado Moreira >Hello, > >

Tapestry localized messages in portuguese (pt_BR)

2010-12-22 Thread Matheus Eduardo Machado Moreira
at the requests are sent with the appropriate header: Accept-Language: pt-BR,en-US;q=0.8;q=0.6. Does anybody know what is wrong here? Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to pleas

Component report plugin

2010-12-22 Thread Matheus Eduardo Machado Moreira
ks in advance, have a nice Cristmas and New Year's Eve, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans

JPA EntityManager injection (Spring Roo + Tapestry)

2010-12-02 Thread Matheus Eduardo Machado Moreira
nject the whole Spring app context and get the EntityManager from there but I don't think this is the best way to resolve this dependency. What is the best way to do it? Thanks, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to

Re: Multiple browser windows handling with sessions

2010-05-25 Thread Matheus Eduardo Machado Moreira
Moritz, some time ago I read a bit about JBoss Seam and I think it solves the "session per window" problem. Maybe the solution could be adapted to be used by Tapestry applications. Sincerely, Matheus Eduardo Machado Moreira matheus@gmail.com "Violence is the las

Re: Transformation Exception

2010-05-20 Thread Matheus Eduardo Machado Moreira
rite wrong transformations (eg. using getter/setter instead of direct property access, don't put a lot of code inside onActivate() - put the logic on a private method and call the method inside onActivate()). Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com "Violence i

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Matheus Eduardo Machado Moreira
local maven repository (eg. $USER_DIR/.m2/repository). Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com "Violence is the last refuge of the incompetent." Salvor Hardin (The Foundation, Isaac Asimov) 2010/5/12 Tim Koop > No, I hadn't done that. Pe

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Matheus Eduardo Machado Moreira
Hi, Tim. Did you execute mvn eclipse:eclipse on the command line before trying to import the project? Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com "Violence is the last refuge of the incompetent." Salvor Hardin (The Foundation, Isaac Asimov)

Re: multipage grid with "select all" button

2010-04-15 Thread Matheus Eduardo Machado Moreira
br > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > Atenciosamente, Matheus Eduardo Machado Moreira matheus@

Re: Properties persisted (compulsorily?) in the session

2010-03-25 Thread Matheus Eduardo Machado Moreira
Thanks, Thiago. I'm glad to have helped Juan and that my answer was "absolutely correct". ;-) Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com "Violence is the last refuge of the incompetent." Salvor Hardin (The Foundation, Isaac Asi

Re: Properties persisted (compulsorily?) in the session

2010-03-25 Thread Matheus Eduardo Machado Moreira
vent and there initialize your property: @Property private Service service; public void onActivate() { this.service = new Service(); } Good luck! And I'm looking for learning a lot about Tapestry. Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com "Violen

Re: Templates and t:body

2007-10-18 Thread Matheus Eduardo Machado Moreira
tenciosamente, Matheus Eduardo Machado Moreira [EMAIL PROTECTED] "Violence is the last refuge of the incompetent." Salvor Hardin (The Foundation, Isaac Asimov) 2007/10/18, Heck, Bob <[EMAIL PROTECTED]>: > > Thanks for the reply. > > Ok, the page specific conte