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
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
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
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
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
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:
>
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