Re: select tag problem

2009-12-12 Thread Paweł Wielgus
Hi Nguyen, if You would be using eclipse or idea You would have never hit such a problem, so i encourage You to install and use one and not care about such problems any more. And the problem is NPE in line: dr.setId(0); Check your logs to see it. Best greetings, Pawel Wielgus. 2009/12/12, Nguyen

Re: Struts2 Architecture - 2.0.14 and 2.1.8

2009-12-12 Thread Donato Pirozzi
Hi Jayson, I have upgraded version of struts for my project (from 2.0.14 to 2.1.8), and for my personal experience I think that key concepts and base architecture aspects are the same. For my experience version 2.1.8 is more stable, better performance (first observations from users) ... Into upda

Re: "specified DSN contains an architecture mismatch"

2009-12-12 Thread Wes Wannemacher
Why use odbc? Mysql has a top notch jdbc driver. On 12/11/09, Todd Grigsby wrote: > > Yes, thank you, I know that. My question has to do with the > architecture mismatch. All the documentation I've seen on this > indicates that there is a 32-bit/64-bit issue, but I'll be darned if I > know whic

struts bug, session object bug? pls help

2009-12-12 Thread john lee
  I have the same serious problem that is similar to an old thread http://marc.info/?l=struts-user&m=121234554714110&w=2   I use session object to manage user data for my company's e-commerce site, from time to time,specially when have high web access traffic, the session data could overlap, and

struts bug? session object bug? pls help

2009-12-12 Thread john lee
I have the same serious problem that is similar to an old thread http://marc.info/?l=struts-user&m=121234554714110&w=2   I use session object to manage user data for my company's e-commerce site, from time to time,specially when have high web access traffic, the session data could overlap, and fr

ognl method lookup failure

2009-12-12 Thread Dale Newfield
Often when I'm stumped writing a detailed "help!" message leads me to the bug and I never have to send it. This time I was not so lucky, and since I've already wasted two days on this I was hoping someone here might have an idea to get me out of the weeds. I've got an abstract class "Comment"

Re: ognl method lookup failure

2009-12-12 Thread Musachy Barroso
I would suggest to put a breakpoint in XWorkMethodAccessor.callMethod and see why it is not finding it. musachy On Sat, Dec 12, 2009 at 1:44 PM, Dale Newfield wrote: > Often when I'm stumped writing a detailed "help!" message leads me to the > bug and I never have to send it.  This time I was no

RE: ognl method lookup failure

2009-12-12 Thread Martin Gainty
yeah..the problem starts here http://www.docjar.com/html/api/sun/reflect/DelegatingMethodAccessorImpl.java.html 30 /** Delegates its invocation to another MethodAccessorImpl and can 31 change its delegate at run time. */ 32 33 class DelegatingMethodAccessorImpl extends Met