About OGNL multi-threading contention

2008-04-24 Thread Telmo Costa
version 2.6.10. This is a very important issue for my project, as it receives millions of requests per day. Greetings, Telmo Costa cid:image001.jpg@01C7FEB5.16BC8DE0 EF - Tecnologias de Software, S.A. Portugal

Problem using list conversions

2007-06-20 Thread Telmo Costa
, or strings with letters. I can only use it with little numeric strings. For example if id=98765432110 it won’t work, but if id=987, it works. Any suggestions? Tks in advance! Telmo Costa - To unsubscribe, e-mail: [EMAIL PROTECTED

[S2] Date validator error!

2007-04-14 Thread Telmo Costa
Hi everyone, I have the following configuration for a java.util.Date field: field-validator type=date short-circuit=true param name=min01/01/1990/param param name=max01/01/2000/param message key=validator.date / /field-validator But, when running it

Creating custom struts 2 tags

2007-04-09 Thread Telmo Costa
Hi, I've been searching for documentation on how to create a custom tag for struts2, but I haven't succeed. Can you tell me where to find a tutorial or give me some guidelines on that subject? I need to create a tag for immediate amount values formatting, as exists for date values. Tks a lot

RE: Creating custom struts 2 tags

2007-04-09 Thread Telmo Costa
-feira, 9 de Abril de 2007 17:16 To: Struts Users Mailing List Subject: Re: Creating custom struts 2 tags --- Telmo Costa wrote: I've been searching for documentation on how to create a custom tag for struts2, but I haven't succeed. Can you tell me where to find a tutorial or give me some

RE: Creating custom struts 2 tags

2007-04-09 Thread Telmo Costa
List Subject: RE: Creating custom struts 2 tags --- Telmo Costa [EMAIL PROTECTED] wrote: I also changed the annotation to @StrutsTag(name=date2, tldTagClass=my.Date2Tag ...). It compiled fine, but when I try to use it in a jsp, it throws javax.servlet.ServletException: /pages/example