Re: How to do a Menu divided in many war packages ?

2009-03-16 Thread Lucas Silva
ed package. Lucas On Mon, Mar 16, 2009 at 10:36 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, Mar 16, 2009 at 11:17 AM, Lucas Silva wrote: > > Hi, I was reading web site documentation and didn't anything I need. Is > > there a way to igno

How to do a Menu divided in many war packages ?

2009-03-16 Thread Lucas Silva
Hi, I was reading web site documentation and didn't anything I need. Is there a way to ignore a component that is not available ? I use in my tml components that may not be available and I want it print empty instead of giving an error. Or if someone have other idea... My program is divided in many

Re: [T5] Possible bug in regexp

2008-11-26 Thread Lucas Silva
Hi, I don't execute it in Tapestry, but in Javascript I use ^ and $ to delimite the whole string. So, your example: /^[0-9]{1,4}$/.test("999a") is false !! I hope it helps. Lucas On Wed, Nov 26, 2008 at 10:55 PM, Marcelo Lotif <[EMAIL PROTECTED]> wrote: > Hi all,I was trying to build a simpl

Re: YesNoTranslator

2008-11-24 Thread Lucas Silva
sing T 5.0.16. regards, Lucas On Mon, Nov 24, 2008 at 10:44 AM, Lucas Silva <[EMAIL PROTECTED]> wrote: > Hi, I tried to inject Messages in the YesNoTranslator, but it didn't > work. So I need help, how can I use an internationalized > t:translate="yesno" ? An example

YesNoTranslator

2008-11-24 Thread Lucas Silva
Hi, I tried to inject Messages in the YesNoTranslator, but it didn't work. So I need help, how can I use an internationalized t:translate="yesno" ? An example that I am using: private String name; private Boolean admin; and I use t:beaneditform and t:beandisplay in the .tml files. I want to show

Re: [T5] using annotations in an separated JAR

2008-11-05 Thread Lucas Silva
My mistake! I realize that my ejb-jar(JPA entity) was using an annotation that its JAR was inside of WAR. I should put tapestry5-annotations.jar in the jboss/server/default/lib so I did then it worked !! Lucas On Wed, Nov 5, 2008 at 10:08 AM, Lucas Silva <[EMAIL PROTECTED]> wrote: >

[T5] using annotations in an separated JAR

2008-11-05 Thread Lucas Silva
Hi, I spent yesterday looking for a solution and I did not find. So, I have this tree in a WAR package: | | | `-- epcsato | | | |-- components | | | | `-- TEsteaAcs.class | | | |-- pages | | | | |-- Index.cl