WO 5.4 and Confused / Stateless components
WO 5.4 and Confused / Stateless components
- Subject: WO 5.4 and Confused / Stateless components
- From: Alex Cone <email@hidden>
- Date: Thu, 24 Apr 2008 15:20:22 -0700
Hi!
I just converted a project to WO 5.4 and I'm seeing very odd behavior/errors with my stateless components. Basically...
a) the application seems to be trying to synchronize bindings, leading to:
This WOComponent does not have an instance variable of the name foo or _foo, nor a method of the name setFoo or _setFoo' object '<com.webobjects.appserver.WOComponent name: FooStateless subcomponents: null >' key 'foo'>
(The component inherits from a generic stateless component that returns isStaeless is true, synchronizesVariablesWithBindings is false.)
b) the actual code for the component seems to be being ignored (though there is no error message like one usually gets when the java class cannot be found and we fall back to a generic WOComponent). If I break in my class's constructor the breakpoint is never hit.
The second problem would probably account for the first problem. The component in question is in a framework project in my Eclipse workspace...
abc
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden