About OGNL multi-threading contention

2008-04-24 Thread Telmo Costa
uses OGNL 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
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: 01/01/1990 01/01/2000 But, when running it I got the following exception: 14/Abr/2007 17:42:50 com.opensymphony.xwork2.util.OgnlUtil internalSetProperty WARNING: Caugh

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 &qu

RE: Creating custom struts 2 tags

2007-04-09 Thread Telmo Costa
- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: segunda-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&#

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