Re: Problem using tag

2009-11-22 Thread Samuel Robert
I am using the URL tag with paramters and have no problem with it. Just some ideas: - try by using HTML tag instead of - use another id than "url" Or give more info about how you build the other links in your JSP. Samuel 2009/11/21 shekher awasthi > Hi Friends, > > I am using the url tag as

Re: (clearly O/T) use of ThreadLocal vs Synchronized

2009-11-22 Thread Chris Pratt
I use EL to access nested object data far more often than I use it to perform arithmetic, that's what the action is for. (*Chris*) On Sun, Nov 22, 2009 at 1:11 AM, Musachy Barroso wrote: > Performance wise, it seems like JUEL beats OGNL on nested expressions, > but it is a little bit slower a

Re: (clearly O/T) use of ThreadLocal vs Synchronized

2009-11-22 Thread Chris Pratt
I assumed they were using the postal abbreviation for the state of Georgia in the US. (*Chris*) On Sun, Nov 22, 2009 at 5:02 AM, Antonio Petrelli < antonio.petre...@gmail.com> wrote: > 2009/11/21 Martin Gainty : > > > > Buona-sera Antonio > > > > ga is nice but i've heard italy has more sunny d

Re: (clearly O/T) use of ThreadLocal vs Synchronized

2009-11-22 Thread Antonio Petrelli
2009/11/21 Martin Gainty : > > Buona-sera Antonio > > ga is nice but i've heard italy has more sunny days > > is this true? Yes. By the way, what is ga? Antonio P.S.: Still not mad ;-) - To unsubscribe, e-mail: user-unsubscr...

Re: (clearly O/T) use of ThreadLocal vs Synchronized

2009-11-22 Thread Musachy Barroso
Performance wise, it seems like JUEL beats OGNL on nested expressions, but it is a little bit slower at arithmetic, meh. The UEL plugin is working better than I expected, so I will try to get it out of the sandbox for the next release (whenever that is). musachy On Sat, Nov 21, 2009 at 4:53 PM, C