Re: No getter method for property 2007-01-31 - By Dave Newton
Back --- Agust?n <agustin.gonzalez@(protected)> wrote: > If I only have two methods the application runs > perfectly: > > getNombre() > setNombre(String)
That makes sense.
> I don't know why the application runs on one server > (on localhost) and not runs on other server (on other > host).
Are they the same server (like Tomcat version, or Weblogic, etc.)? Same JVM? Are you positive the same class file is deployed on both machines?
I'm kind of curious about this one since I'm not convinced it should work at all with the messed-up JavaBean.
Dave
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ______ __ __ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|