Maven Archetype

2013-03-19 Thread Everton Agner
[org.apache.tapestry:quickstart:5.3.6 - http:/] The desired archetype does not exist (org.apache.tapestry:quickstart:5.3.6) Could someone point me any known problem about it? Btw, I'm using Eclipse Juno EE with M2E... Cheers! ___ Everton Agner Ramos

Re: Maven Archetype

2013-03-19 Thread Everton Agner
Wel... you're right. I've tried to do it manually and it succeeded ​ ​ ​. I believe it may be some problem on either Eclipse Juno or M2E plugin... Is anyone else experiencing it? Thanks ___ Everton Agner Ramos 2013/3/19 Shing Hing Man mat...@yahoo.com mvn

Re: New user and IDE issues

2011-04-05 Thread Everton Agner
I'm still waiting for a nice plugin for Eclipse... Just XML editing is not good enough (at least for me). ___ Everton Agner Ramos 2011/4/4 ael alan-lua...@dash.com.ph Im Using Netbeans 6.9.1 on Tapestry with the help of built in maven. If you search this forum you can

Re: Dynamic combo box - Tapestry 5.2.2

2011-03-29 Thread Everton Agner
! ___ Everton Agner Ramos 2011/3/29 robnangle robnan...@gmail.com lltyk wrote: The js file needs to be in the same package directory, but in the resources directory instead of the java directory. -- View this message in context: http://tapestry-users.832.n2.nabble.com

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-24 Thread Everton Agner
I took a look and it seems surely great! I'll definitely buy it. Btw, that reminded me of something... what's the status of Thiago's portuguese Tap5 book? Cheers! ___ Everton Agner Ramos 2011/3/24 François Facon francois.fa...@atosorigin.com Great! I will buy one

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Everton Agner
Wonderful!! Does it cover 5.1 or 5.2? ___ Everton Agner Ramos 2011/3/23 Guerin Laurent lgue...@sopragroup.com Very good new, I'm going to buy a copy. Envoyé de mon iPhone Le 23 mars 2011 à 20:11, Igor Drobiazko igor.drobia...@gmail.com a écrit : Dear all, I'm

Re: How to specify a multi-parameter literal context?

2011-02-25 Thread Everton Agner
.. ___ Everton Agner Ramos 2011/2/25 Richard Hill r...@su3analytics.com Super that works, thanks vm. R. On Fri, 2011-02-25 at 14:16 +0100, Martin Strand wrote: On Fri, 25 Feb 2011 14:01:21 +0100, Richard Hill r...@su3analytics.com wrote: Hi, If I missed

Re: How to specify a multi-parameter literal context?

2011-02-25 Thread Everton Agner
Oh, the prop prefix is far more powerful than i knew... I thought it was used only for getters. ___ Everton Agner Ramos 2011/2/25 Martin Strand do.not.eat.yellow.s...@gmail.com On Fri, 25 Feb 2011 15:48:57 +0100, Everton Agner ton.ag...@gmail.com wrote: You could

Re: Localization resources precedence

2011-02-25 Thread Everton Agner
Hey Does anybody know the answer for this question? I was hoping to understand the mechanics for this case too... Since I might have coded some things not exactly safe, depending on the answer. Thanks! ___ Everton Agner Ramos 2011/2/23 Hugo Palma hugo.m.pa...@gmail.com

Re: Classloader issues with 'skinny WARs'

2011-02-22 Thread Everton Agner
Are you using maven? ___ Everton Agner Ramos 2011/2/22 Kalle Korhonen kalle.o.korho...@gmail.com Never used GlassFish, but skinny wars work fine in Tomcat. Kalle On Tue, Feb 22, 2011 at 2:26 AM, Lenny Primak lpri...@hope.nyc.ny.us wrote: I am trying to share

[T5] Tapestry and Servlet 3.0 web fragments (zero configuration)

2011-02-21 Thread Everton Agner
from a hardcore config right now. If it's already done, my bad. I was away from tapestry for a while, and haven't found info related to this subject... Thanks! ___ Everton Agner Ramos

Re: [Tapestry Central] Announcing Tapestry 5.2

2010-12-17 Thread Everton Agner
Great! I was waiting the release to try it out 5.2 :) Congrats for the great job ___ Everton Agner Ramos 2010/12/17 antalk ant...@intercommit.nl Congrats on the new release, i hope to port our 2 existing webapps soon ! -- View this message in context: http://tapestry

Re: Storing assets in database ...

2010-12-09 Thread Everton Agner
Using the approach Igor mentioned - which sounds great - does the AssetFactory cache the images or he would need to implement this if he wanted to? ___ Everton Agner Ramos 2010/12/9 Michael Gentry mgen...@masslight.net I took a more conventional approach. I created

Re: Hello,How can I add a dynamic value in URL,just like encode current locale

2010-12-07 Thread Everton Agner
what's your scenario? just curious. ___ Everton Agner Ramos 2010/12/7 Zhou Jianquan jqz...@gmail.com for example,I have a value myvalue,I want add it to url like below: - http://www..com/en/myvalue/mypage

Re: Hello,How can I add a dynamic value in URL,just like encode current locale

2010-12-07 Thread Everton Agner
hope there is some magic and nice way of doing this that i don't know... ___ Everton Agner Ramos 2010/12/7 Mark mark-li...@xeric.net I think you want to look at the PageLink and the context parameter: http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache

Order from the Page Names retrieved from ComponentClassResolver

2010-12-07 Thread Everton Agner
. The JavaDoc says Returns a list of all page names, in sorted order., but it's not clear what order would be. Thanks! ___ Everton Agner Ramos

Re: Order from the Page Names retrieved from ComponentClassResolver

2010-12-07 Thread Everton Agner
I'm developing a generic auto-adapting Menu builder (that'll be open in googlecode also). I need to know the ordering because my algorithm to walk through the tree (it's levels) needs to start from the deeper ones (the leafs) to the first (the root). ___ Everton Agner Ramos

Re: Order from the Page Names retrieved from ComponentClassResolver

2010-12-07 Thread Everton Agner
So, the ordering is just A-Z ? ___ Everton Agner Ramos 2010/12/7 Thiago H. de Paula Figueiredo thiag...@gmail.com On Tue, 07 Dec 2010 21:19:23 -0200, Everton Agner ton.ag...@gmail.com wrote: I'm developing a generic auto-adapting Menu builder (that'll be open

Re: Order from the Page Names retrieved from ComponentClassResolver

2010-12-07 Thread Everton Agner
Thanks! ___ Everton Agner Ramos 2010/12/7 Thiago H. de Paula Figueiredo thiag...@gmail.com On Tue, 07 Dec 2010 21:26:14 -0200, Everton Agner ton.ag...@gmail.com wrote: So, the ordering is just A-Z ? Yes. -- Thiago H. de Paula Figueiredo Independent Java, Apache

Re: dynamic component id?

2010-12-03 Thread Everton Agner
I believe he didn't misunderstood... the real problem is which approach should he get to work with dynamic components?. Actually, I didn't need to use this yet but always wondered too. ___ Everton Agner Ramos 2010/12/3 Joost Schouten (ml) joost...@jsportal.com It sounds

Re: First Tapestry app with Hibernate

2010-12-03 Thread Everton Agner
He meant the Maven Plugin for Eclipse : m2eclipse ___ Everton Agner Ramos 2010/12/3 robnangle robnan...@gmail.com No i am using the normal eclipse ide. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate

Re: T5.1 - dynamically generated pop-up dialogue box

2010-12-02 Thread Everton Agner
, specially if you need them in a couple of different places... ___ Everton Agner Ramos 2010/12/2 Richard Hill r...@su3analytics.com Hi All, I have a draggable pop-up dialogue box which is generated dynamically in javascript when a user clicks a link/button. I want

Re: Tapestry-Hibernate

2010-12-02 Thread Everton Agner
What is the error you're getting? Btw, could you stick on one of your mails? It seems that there's 3 mails with the same issue. ___ Everton Agner Ramos 2010/12/2 robnangle robnan...@gmail.com Hi all, Ive tried one or two example projects with tapestry and hibernate

Re: T5: using template instead of T5's tml

2010-12-01 Thread Everton Agner
on the Browser (which is not only a Tap problem)... If that's not a problem for the Designer's, it's okay, thought. ___ Everton Agner Ramos 2010/12/1 Thiago H. de Paula Figueiredo thiag...@gmail.com On Wed, 01 Dec 2010 03:41:41 -0200, Angelo C. angelochen...@gmail.com wrote

Re: First Tapestry app with Hibernate

2010-11-30 Thread Everton Agner
, hb.components etc. right? If you create a package named hd.entities and put your Hibernate Pojo's (like Hello.java) inside of it, Tapestry Hibernate will automagically map it. So, there's no need to map your beans via hibernate.cfg.xml or programatically. Regards, ___ Everton Agner

Re: T5: Hibernate

2010-11-30 Thread Everton Agner
for any problem. Well, since there's not much info, maybe it could help someway. ___ Everton Agner Ramos 2010/11/30 robnangle robnan...@gmail.com Hi, Yes im running it in eclipse as my ide tomcat as my server mysql as my database -- View this message in context

Re: Any good tapestry5 plugin for eclipse

2010-11-25 Thread Everton Agner
There is Loom T5, it helps a little http://code.google.com/p/loom-t5/ ___ Everton Agner Ramos 2010/11/25 Guerin Laurent lgue...@sopragroup.com Hi Taha, This wiki link is very helpfull to get Component completion with parameters and description for TML files

Re: Multiple tml files per page/component

2010-11-19 Thread Everton Agner
having a TML file, in the rendering phases in the Page/Component class... ___ Everton Agner Ramos 2010/11/19 Timo Nentwig timo.nent...@toptarif.de Hi! So, I'm a tapestry (5.1) noob and so far I was unable to figure whether it fulfills a requirement essential to me

Re: Multiple tml files per page/component

2010-11-19 Thread Everton Agner
with Components... ___ Everton Agner Ramos 2010/11/19 Everton Agner ton.ag...@gmail.com As far as I know, you can Localize your TML files. Example: you can have an Edit_en.tml and an Edit_pt.tml for a Edit.java page class. But that handles only the Locale scenario... I don't know

Re: tynamo tapestry-security help

2010-11-17 Thread Everton Agner
You might be facing the TAP5-1018 Bug i've reported... https://issues.apache.org/jira/browse/TAP5-1018 ___ Everton Agner Ramos 2010/11/17 Kalle Korhonen kalle.o.korho...@gmail.com Wonder if Start is handled differently than Index - if you can, please check and open

Re: tynamo tapestry-security help

2010-11-17 Thread Everton Agner
Btw, as a Workaround, you can make a ComponentRequestFilter that redirects to the Start page when the url root path (/yourapp/) is requested. That would make it work. ___ Everton Agner Ramos 2010/11/17 Everton Agner ton.ag...@gmail.com You might be facing the TAP5-1018 Bug

Re: i give up

2010-11-11 Thread Everton Agner
documentation/article/book? I haven't released it yet. :( Thiago, are you going to release a Tap book? Great!! ___ Everton Agner Ramos 2010/11/11 Thiago H. de Paula Figueiredo thiag...@gmail.com On Thu, 11 Nov 2010 08:05:27 -0200, françois facon fra.fa...@gmail.com wrote

Re: session is NULL

2010-11-11 Thread Everton Agner
@Inject is for pages. Make your DAO a Tapestry service and inject the session to it via its constructor. Kalle I guess not... Since the DAO is a service, you can either @Inject fields, pass thru construtuctor call or build them. ___ Everton Agner Ramos 2010/11/10 Anas

Re: Redirecting to page on load

2010-11-11 Thread Everton Agner
() method. Of course, that is only necessary if the code is heavy and your XHR checking for redirection isn't needed... ___ Everton Agner Ramos 2010/11/8 Juan E. Maya maya.j...@gmail.com Yes :) I am aware of it :) I thought he wanted to do it outside a page :) Thanks! :) On Mon

Re: how to make tapestry ignore some html tags while parsing tml file

2010-11-11 Thread Everton Agner
Does ![CDATA[ ... ]] works? ___ Everton Agner Ramos 2010/11/10 hese 1024h...@gmail.com Thanks for all your replies! Fernando, I like your solution. I was thinking on similar lines...but not as a component, but a function that would return the #= tags which i could

Re: i give up

2010-11-11 Thread Everton Agner
brazilian developers to Tap :) ___ Everton Agner Ramos 2010/11/11 Thiago H. de Paula Figueiredo thiag...@gmail.com On Thu, 11 Nov 2010 10:38:04 -0200, Everton Agner ton.ag...@gmail.com wrote: Tapestry can be a little hard to understand and to use it effectively

Re: i give up

2010-11-11 Thread Everton Agner
the best Java framework yet. :) Unfortunately, most Brazilian developers don't read English, so any tool that has Portuguese documentation or books tend to be more used than others. True. And most of the developers who know english are too lazy to read. lol ___ Everton Agner Ramos

Re: i give up

2010-11-11 Thread Everton Agner
Whoops, i meant: Yep... that's why some people think jsf is nice ___ Everton Agner Ramos 2010/11/11 Everton Agner ton.ag...@gmail.com The Dark Side of the Force, as me and my friends call it. :P I like C# specifically... but I don't trade java for it. Specially

Tapestry and JMS

2010-11-01 Thread Everton Agner
Hi, Is there some Tapestry services - built-in or in some third party module - to work with JMS queues? Thanks ___ Everton Agner Ramos

Re: Tapestry and JMS

2010-11-01 Thread Everton Agner
I guess it would be Tapestry's, because JMS is a javaee specification. ___ Everton Agner Ramos 2010/11/1 Thiago H. de Paula Figueiredo thiag...@gmail.com On Mon, 01 Nov 2010 10:40:23 -0200, Everton Agner ton.ag...@gmail.com wrote: Hi, Hi, Everton! Is there some

Re: Tapestry and JMS

2010-11-01 Thread Everton Agner
I get what you meant now. yes, i believe it would be a tap ioc integration. To be honest, I just look for some wrapper services for Queues's acess etc. But if there isn't, I'll just make some. ___ Everton Agner Ramos 2010/11/1 Thiago H. de Paula Figueiredo thiag

Re: URL Patterns

2010-09-16 Thread Everton Agner
%2Cjava.lang.String%29 Calling AntPathMatcher.match(core/**,core/exceptionreport) (for example) will do the trick for the IgnoredPathsPatterns service :) And it'll help me a lot later in my security module... Thanks! ___ Everton Agner Ramos 2010/9/14 Everton Agner ton.ag

Re: URL Patterns

2010-09-16 Thread Everton Agner
Just a correction, the matching statement example is: AntPathMatcher.match(core/*,core/exceptionreport) ___ Everton Agner Ramos 2010/9/16 Everton Agner ton.ag...@gmail.com I liked your module! Even though i wanna do some different things than yours, it's really nice

Re: tapestry 5.2 stable release?

2010-09-15 Thread Everton Agner
It's the reason I'm not using it yet, though ___ Everton Agner Ramos 2010/9/15 Yohan Yudanara yohan.yudan...@gmail.com Why not publish it on tapestry homepage as 5.2 stable ? On Wed, Sep 15, 2010 at 3:05 PM, Massimo Lusetti mluse...@gmail.com wrote: Tapestry trunk

Re: URL Patterns

2010-09-14 Thread Everton Agner
Thanks a lot!! I'll checkout later at home and have a look at it :) ___ Everton Agner Ramos 2010/9/14 Alessio Gambi agamb...@gmail.com Hi Everton, sorry for the delay. You can take the code by adding these entries in you pom.xml dependency

Re: URL Patterns

2010-09-13 Thread Everton Agner
! ___ Everton Agner Ramos 2010/9/12 Thiago H. de Paula Figueiredo thiag...@gmail.com On Sun, 12 Sep 2010 17:23:25 -0300, Everton Agner ton.ag...@gmail.com wrote: Hi, Hi! Does Tapestry internally have any Utils class for URL Matching with wildcards? Or does it uses some

Re: URL Patterns

2010-09-13 Thread Everton Agner
Yes, probably I'll use it if I have to implement it from scratch. I just wanted to know if there was something like that already implemented I'll google it for options, maybe there is some API somewhere. If anyone knows, please tell me. Thanks! ___ Everton Agner Ramos 2010

Re: URL Patterns

2010-09-13 Thread Everton Agner
for that purpose. And it fits with what I wanna do later in my Security Module. Btw, can you share some code for the URL Matching w/ wildcards? :) Thanks! ___ Everton Agner Ramos 2010/9/13 Alessio Gambi agamb...@gmail.com Hi, There is an interesting blog entry that talks

URL Patterns

2010-09-12 Thread Everton Agner
! ___ Everton Agner Ramos

Re: [T5.1] Best approach for Ajax and Maps

2010-09-11 Thread Everton Agner
Oh, perfect! Thanks! :) ___ Everton Agner Ramos 2010/9/10 Thiago H. de Paula Figueiredo thiag...@gmail.com On Fri, 10 Sep 2010 16:16:30 -0300, Everton Agner ton.ag...@gmail.com wrote: About the URI for the js ajax call, i just want to know if there is a better way

[T5.1] Best approach for Ajax and Maps

2010-09-10 Thread Everton Agner
! ___ Everton Agner Ramos

Re: [T5.1] Best approach for Ajax and Maps

2010-09-10 Thread Everton Agner
the link to the js. Thanks for the reply! Any more help would be appreciated :) ___ Everton Agner Ramos 2010/9/10 Thiago H. de Paula Figueiredo thiag...@gmail.com On Fri, 10 Sep 2010 08:47:03 -0300, Everton Agner ton.ag...@gmail.com wrote: Hi! Hi, Everton! - How can I

Re: [T5.1] Best approach for Ajax and Maps

2010-09-10 Thread Everton Agner
)... i just didn't like the hidden field approach. Thanks! ___ Everton Agner Ramos 2010/9/10 Thiago H. de Paula Figueiredo thiag...@gmail.com On Fri, 10 Sep 2010 15:32:10 -0300, Everton Agner ton.ag...@gmail.com wrote: Yeah, it's easy! Thanks! :) 1 - I figured

Re: Eclipse Galileo, Maven and Tapestry

2010-08-18 Thread Everton Agner
, which contains the WTP integration, for example. Blame on me for the hurry! The 0.10 version appears to be working okay... later I'll upgrade the Eclipse to Helios and see if it is working okay also. Thanks! ___ Everton Agner Ramos 2010/8/17 Andreas Andreou andy...@di.uoa.gr

Eclipse Galileo, Maven and Tapestry

2010-08-16 Thread Everton Agner
or looks for the web.xml file to guess if it's a java web project or not. Thanks for any help! ___ Everton Agner Ramos

Res: Res: Res: session.persist saves object with id 0

2010-06-09 Thread Everton Agner
); } catch (RuntimeException e) { throw e; } return this; } thank you people! greetings, Genis Al 08/06/2010 14:35, En/na Everton Agner ha escrit: And I forgot to mention it... Yes, the @CommitAfter annotation tells Tapestry

Res: Res: Res: Res: session.persist saves object with id 0

2010-06-09 Thread Everton Agner
De: Everton Agner everton_ag...@yahoo.com.br Para: Tapestry users users@tapestry.apache.org Enviadas: Quarta-feira, 9 de Junho de 2010 9:16:55 Assunto: Res: Res: Res: session.persist saves object with id 0 I'm not a Hibernate advanced user, but you're using a XML and Entity class

Res: session.persist saves object with id 0

2010-06-08 Thread Everton Agner
Could you show us how you mapped your Entity? And regardless if it was by XML or Annotations, show your Entity class code too. De: Peter Stavrinides p.stavrini...@albourne.com Para: Tapestry users users@tapestry.apache.org; gpu...@ngeografics.com Enviadas: Terça-feira, 8 de Junho de 2010

Res: Res: session.persist saves object with id 0

2010-06-08 Thread Everton Agner
And I forgot to mention it... Yes, the @CommitAfter annotation tells Tapestry to wrap that method in a Transaction when it will call it... So, is enough to just .persist() it. ;) De: Everton Agner everton_ag...@yahoo.com.br Para: Tapestry users users

Res: [T5] debugging in eclipse

2010-05-26 Thread Everton Agner
What about Inspection Expressions? Do they work? I haven't tried yet (and can't try it now). - Everton Agner Ramos De: Thiago H. de Paula Figueiredo thiag...@gmail.com Para: Tapestry users users@tapestry.apache.org Enviadas: Quarta-feira, 26 de Maio de 2010

Res: Best way to extend a component?

2010-05-13 Thread Everton Agner
If component classes were not meant to be subclassed, wouldn't it be nice to make them as final classes? It would not let people lose some time on it, since it would be seen at compilation time, and it's kinda logical. - Everton Agner Ramos De: Alex

Res: Add custom CSS class to each TH element of grid

2010-04-29 Thread Everton Agner
Well, it's not exactly what you've asked, but the Grid component renders a table with a CSS class calles t-data-grid, so you could do something like: table.t-data-grid thead tr th{ ... } But, about parameters, I guess you could only override the default t-data-grid CSS class by the

Res: [T5.1] How to add a Message Catalog to a Service

2010-04-23 Thread Everton Agner
, 2010 at 6:05 AM, Everton Agner everton_ag...@yahoo.com.br wrote: Hi, I want to develop a service with it's own Message Catalog, without depending on a Page's or the Global App message catalog. How can I achieve that? Thanks! - Everton -- Howard M. Lewis Ship Creator of Apache

Res: About event handling in Layout component

2010-04-23 Thread Everton Agner
It's not the exact subject, but this reminded me of a problem I had a while ago related to Layout and Page's Forms submission events. If the Layout component has a Form component (for whatever reason), every Page injected into it needs to handle their Form submission lifecycle by the explicit

[T5.1] How to add a Message Catalog to a Service

2010-04-22 Thread Everton Agner
Hi, I want to develop a service with it's own Message Catalog, without depending on a Page's or the Global App message catalog. How can I achieve that? Thanks! - Everton

Res: [T5.1-Hib] Tapestry and Envers - Retrieve user information for auditing

2010-04-08 Thread Everton Agner
. be careful with this solution as it is considered bad coding style. i had to do this for hibernate-search too. g, kris Von:Everton Agner everton_ag...@yahoo.com.br An: Tapestry Users users@tapestry.apache.org Datum: 07.04.2010 18:25 Betreff:[T5.1-Hib] Tapestry and Envers

[T5.1-Hib] Tapestry and Envers - Retrieve user information for auditing

2010-04-07 Thread Everton Agner
Hi, Has anyone succeeded in integrating Envers (http://www.jboss.org/envers) in a T5.1 app, to audit information HttpRequest based? I succeeded on putting Envers to work, but I'm stuck at this point and I would like to know which approaches some people used to achieve that. The problem is...

Res: [T5.1] Can I manually use the IoC container to obtain Objects?

2010-04-06 Thread Everton Agner
Anything? De: Everton Agner everton_ag...@yahoo.com.br Para: Tapestry Users users@tapestry.apache.org Enviadas: Segunda-feira, 5 de Abril de 2010 15:42:55 Assunto: [T5.1] Can I manually use the IoC container to obtain Objects? Hi, As I've said before, I'm

Res: Res: [T5.1] Can I manually use the IoC container to obtain Objects?

2010-04-06 Thread Everton Agner
Agner everton_ag...@yahoo.com.br An: Tapestry users users@tapestry.apache.org Datum: 06.04.2010 14:29 Betreff:Res: [T5.1] Can I manually use the IoC container to obtain Objects? Anything? De: Everton Agner everton_ag...@yahoo.com.br Para: Tapestry

[T5.1-Hib] Hibernate 3.5-Final release with Envers

2010-04-05 Thread Everton Agner
I will start to integrate the Envers JBoss Auditing framework in a T5.1 App, and I've found out that there was a recent Hibernate 3.5-Final release at Apr 1 (April's fool joke? lol) with Envers already integrated. Well, has anyone upgraded the [tapestry-hibernate-5.1.0.5.jar] lib to a newer

[T5.1] Can I manually use the IoC container to obtain Objects?

2010-04-05 Thread Everton Agner
Hi, As I've said before, I'm integration Envers in my T5.1 Application, and everything seems clear except for : How can I obtain the Request object by the IoC if the Enver's RevisionListener class is not controlled by the IoC? (it's a Singleton per EntityManagerFactory object as far as I've

Res: [T5.1-Hib] Hibernate 3.5-Final release with Envers

2010-04-05 Thread Everton Agner
@tapestry.apache.org Enviadas: Segunda-feira, 5 de Abril de 2010 15:40:51 Assunto: Re: [T5.1-Hib] Hibernate 3.5-Final release with Envers On Mon, 05 Apr 2010 15:18:18 -0300, Everton Agner everton_ag...@yahoo.com.br wrote: Well, has anyone upgraded the [tapestry-hibernate-5.1.0.5.jar] lib to a newer

Res: Res: Res: [T5.1] Best approach to Nested Combos on Forms

2010-04-01 Thread Everton Agner
@tapestry.apache.org Enviadas: Quarta-feira, 31 de Março de 2010 20:30:12 Assunto: Re: Res: Res: [T5.1] Best approach to Nested Combos on Forms Or carry the 1at and 2nd combo selection info into the 3rd combo values too, eg. USA | San Francisco | SomeName. No? On 01/04/2010, at 3:55 AM, Everton Agner wrote

Res: Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-31 Thread Everton Agner
not sure. So (c) is looking pretty good. HTH, Geoff On 31/03/2010, at 6:53 AM, Everton Agner wrote: Just to show the example cleaner... div t:id=updateZone t:type=zone t:form ... / p:country !-- The nested combo that refresh the cities combo by the ZoneUpdater mixin

[T5.1] Best approach to Nested Combos on Forms

2010-03-30 Thread Everton Agner
Hi, I'd like to know which is the cleaner way to work with nesting on Forms on T5. I saw a project with the ZoneUpdater mixin... But, to preserve the values from the Form - to reload them after the refresh - it needed to @Persist the values and update them everytime the fields lost their

Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-30 Thread Everton Agner
De: Everton Agner everton_ag...@yahoo.com.br Para: Tapestry Users users@tapestry.apache.org Enviadas: Terça-feira, 30 de Março de 2010 16:39:37 Assunto: [T5.1] Best approach to Nested Combos on Forms Hi, I'd like to know which is the cleaner way to work with nesting on Forms on T5. I saw

[T5.1] Return a file as response of a ActionLink event

2010-03-26 Thread Everton Agner
Hi, I need to return a PDF file as response of a ActionLink request... How can I do that? Can I return a Resource or a File in the onActionFrom() method and T5 takes care of the Response header configuration? Thanks!

Res: [T5.1] Return a file as response of a ActionLink event

2010-03-26 Thread Everton Agner
of a ActionLink event On Fri, 26 Mar 2010 11:24:32 -0300, Everton Agner everton_ag...@yahoo.com.br wrote: Hi, Hi! I need to return a PDF file as response of a ActionLink request... How can I do that? Can I return a Resource or a File in the onActionFrom() method and T5 takes care

[T5.1] Problem with imported maven T5.1 project

2010-03-26 Thread Everton Agner
Hi, I moved a T5 Project (maven project) from one computer to another, and I'm having this Exception when starting Tomcat: SEVERE: Exception starting filter SecurityTest java.lang.ClassNotFoundException: org.apache.tapestry5.TapestryFilter I know there was problems with the Tapestry Formos

Res: [T5.1] Problem with imported maven T5.1 project

2010-03-26 Thread Everton Agner
with a bad WAR then it's likely that Tomcat is still keeping around the bad war in it's exploded directory (which doesn't have the jar file) and ignoring your nice new war file... that'd be my first/best guess. Josh On Fri, Mar 26, 2010 at 7:49 AM, Everton Agner everton_ag...@yahoo.com.br wrote: Hi, I

Res: [T5.1] Problem with imported maven T5.1 project

2010-03-26 Thread Everton Agner
Ha! You solved the problem. :) I've deleted the T5 jars from the .m2 directory and updated the projects dependencies... And it worked. Thank you!! De: Thiago H. de Paula Figueiredo thiag...@gmail.com Para: Tapestry users users@tapestry.apache.org Enviadas:

[T5.1] How to set validation constraints dinamically into values

2010-03-22 Thread Everton Agner
Hi, It seems like a pretty common task, but I'm clueless about it. I have a simple t:form component with some t:textField components, but some of them could be Required or not based in some Runtime information. How can I do that? I've @InjectComponent the Form and the Field components but

Res: [T5.1] How to set validation constraints dinamically into values

2010-03-22 Thread Everton Agner
into values On Mon, 22 Mar 2010 17:37:49 -0300, Everton Agner everton_ag...@yahoo.com.br wrote: Hi, Hi! It seems like a pretty common task, but I'm clueless about it. I have a simple t:form component with some t:textField components, but some of them could be Required or not based in some

[T5.1] Log4j and Application Development/Production Mode

2010-02-18 Thread Everton Agner
Hi, There is any T5 Elegant way so I can automatically switch between distincts Log4J configurations related to Development/Production Mode? We have the @Symbol productionMode, so I believe there is some way I can achieve that using this information... I saw something like that on an old

Res: [T5.1] Request to Application Root path ignores t5 filters

2010-02-17 Thread Everton Agner
Nothing? De: Everton Agner everton_ag...@yahoo.com.br Para: Tapestry Users users@tapestry.apache.org Enviadas: Terça-feira, 16 de Fevereiro de 2010 14:54:05 Assunto: [T5.1] Request to Application Root path ignores t5 filters Hi, I've noticed a weird behavior

Res: Res: [T5.1] Request to Application Root path ignores t5 filters

2010-02-17 Thread Everton Agner
Fevereiro de 2010 14:55:58 Assunto: Re: Res: [T5.1] Request to Application Root path ignores t5 filters On Wed, 17 Feb 2010 14:44:13 -0200, Everton Agner everton_ag...@yahoo.com.br wrote: Nothing? I've looked at the sources and I've found that RootPathDispatcher, the dispatcher that handles

Res: Grid get objects from current page

2010-02-16 Thread Everton Agner
I had to do this and I tried to get the objects from the model using the getAvailableRows() and getRow() method... but it turned out that the model refers to all of them... So, it freaked out with Indexes. My GridDataSource implementation had a ListObject result object that refers to the

[T5.1] Request to Application Root path ignores t5 filters

2010-02-16 Thread Everton Agner
Hi, I've noticed a weird behavior in two different T5.1 applications. I've made a ComponentRequestFilter to handle Locale issues... And if I request [ /t5app/Start ] page, my Filter code is executed. But, if I request the Application Root path [ /t5app or /t5app/ ] it ignores the Filter and

Link to a Page from another context

2010-02-03 Thread Everton Agner
Hi, I have a PopupPageLink Component that receives a Page path and redirect to the page via : PageRenderLinkSource.createPageRenderLink(). The problem is when i have to redirect to a page from another context, because it tries to find the page within the app context. How can I avoid doing

Res: Link to a Page from another context

2010-02-03 Thread Everton Agner
. It depends on the security level you want for your architecture, some prefer to disable crossContext feature. Regards, Christophe. Developer of wooki @wookicentral.com 2010/2/3 Everton Agner everton_ag...@yahoo.com.br Hi, I have a PopupPageLink Component that receives a Page path and redirect

Res: Is it possible to have tapestry and other servlets on the same servletContainer?

2010-02-03 Thread Everton Agner
I believe you have to tell tapestry which Paths it need to ignore it. You can find it here, at the end of the page. http://tapestry.apache.org/tapestry5.1/guide/conf.html De: Christophe DUFOUR christo...@dooapp.com Para: Tapestry users

Res: message catalog and generated labels from property name

2010-01-26 Thread Everton Agner
Hi, Is changing the property label (on the page's properties file) on Grids/BeanDisplays/BeanEditForms so bad? I believe this auto-naming just do the majority work... And when you need to support another languages also, it's more usual to change it... Usually, if you name your

Res: message catalog and generated labels from property name

2010-01-26 Thread Everton Agner
I'm sorry... Because of the email subject i though you knew about the properties label name changing... De: kamiseq kami...@gmail.com Para: Tapestry users users@tapestry.apache.org Enviadas: Terça-feira, 26 de Janeiro de 2010 12:03:17 Assunto: Re: message

Res: Beast approach for a page redirection situation

2010-01-24 Thread Everton Agner
a component class transform worker to set the meta data from your annotation. MetaData is available from the component model: page.getComponentResources().getComponentModel().getMeta(). On Sat, Jan 23, 2010 at 11:02 AM, Everton Agner everton_ag...@yahoo.com.br wrote: Hi, Let's assume

Beast approach for a page redirection situation

2010-01-23 Thread Everton Agner
Hi, Let's assume that: - The user's Login info is stored on Session; - Every user have many profiles; - Plenty of pages works on one specific Profile for the user; - The current user profile is always stored on Session also; - I have a page of Profile selection that shows all of the user's

Res: Chenille Kit - Handle response error

2010-01-19 Thread Everton Agner
;charset=UTF-8); os.write({\script\:\window.location.reload();\}.getBytes()); os.flush(); return true; } } Hope this helps. Regards Moritz Am 18.01.2010 um 22:54 schrieb Everton Agner: Hi, I know this isn't a Mailing list about

Chenille Kit - Handle response error

2010-01-18 Thread Everton Agner
Hi, I know this isn't a Mailing list about Chenille, but i believe it's kind of a commom subject. Well... When I have a page that has, for instance, a TabSet and my session expires while it is opened, when the user choose to change the Tab, the Ajax request made to the server returns no

Res: Customize Label presentation at BeanEditForm based on it's validations

2010-01-12 Thread Everton Agner
Thank you guys, it's perfect! I knew there was a right way to do it :) I'll implement it here... Everton De: Thiago H. de Paula Figueiredo thiag...@gmail.com Para: Tapestry users users@tapestry.apache.org Enviadas: Segunda-feira, 11 de Janeiro de 2010

How to handle @CommitAfter failure?

2010-01-11 Thread Everton Agner
Hi, There is any way I can do that? I have some triggers on the database that can create errors on the Commit... So, there is a way I can write some method or something like that to handle this? My goal is to reopen the window with some message based on the database error. Thanks, Everton

Res: How to handle @CommitAfter failure?

2010-01-11 Thread Everton Agner
, 11 Jan 2010 11:26:17 -0200, Everton Agner everton_ag...@yahoo.com.br escreveu: Hi, Hi! There is any way I can do that? I have some triggers on the database that can create errors on the Commit... So, there is a way I can write some method or something like that to handle this? Have you

  1   2   >