Re: problem with stateless component

2008-05-15 Thread Chuck Hill
m[2] = new Integer(30); m[3] = new Integer(45); NSArray minuteList = new NSArray(m); return minuteList; } } Tim On May 15, 2008, at 2:02 PM, Chuck Hill wrote: On May 15, 2008, at 1:22 PM, T Worman wrote: All: I

Re: problem with stateless component

2008-05-15 Thread T Worman
custom class and it's toString() will just print the time value as "hours:minutes." At this point I don't have anything else in the wod or the html since I stripped it out for troubleshooting. The "reason" for the error message is: <edu.ucla.gseis.ets.co

Re: problem with stateless component

2008-05-15 Thread Chuck Hill
e anything else in the wod or the html since I stripped it out for troubleshooting. The "reason" for the error message is: <edu.ucla.gseis.ets.components.NonExemptTimeEditComponent subcomponents: null >>: A stateless component can not have a stateful child (name: edu.ucla.gseis.ets

Re: problem with stateless component

2008-05-15 Thread T Worman
this point I don't have anything else in the wod or the html since I stripped it out for troubleshooting. The "reason" for the error message is: <edu.ucla.gseis.ets.components.NonExemptTimeEditComponent subcomponents: null >>: A stateless component can not have a

Re: problem with stateless component

2008-05-15 Thread Chuck Hill
time value as "hours:minutes." At this point I don't have anything else in the wod or the html since I stripped it out for troubleshooting. The "reason" for the error message is: <edu.ucla.gseis.ets.components.NonExemptTimeEditComponent subcomponents: nu

Re: problem with stateless component

2008-05-15 Thread T Worman
t this point I don't have anything else in the wod or the html since I stripped it out for troubleshooting. The "reason" for the error message is: <edu.ucla.gseis.ets.components.NonExemptTimeEditComponent subcomponents: null >>: A st

Re: problem with stateless component

2008-05-15 Thread Chuck Hill
On May 15, 2008, at 1:22 PM, T Worman wrote: All: I'm having a problem using a stateless component and I'm not sure why. My app has a stateless component that has WOPopUpButtons for selecting hours and minutes for entering time-based data. I'm trying to abstract these WOPo

problem with stateless component

2008-05-15 Thread T Worman
All: I'm having a problem using a stateless component and I'm not sure why. My app has a stateless component that has WOPopUpButtons for selecting hours and minutes for entering time-based data. I'm trying to abstract these WOPopUpButtons to a new stateless component

Re: stateless component

2008-04-07 Thread Chuck Hill
API docs: "For extra efficiency, you can create stateless components: components that can be shared between sessions. Stateless components aren't replicated each time they're needed; rather, a single shared instance is referenced each time the component is used." But

Re: stateless component

2008-04-07 Thread Tonny Staunsbrink
, Apr 2, 2008 at 11:37 PM, Archibald Singleton < > > > [EMAIL PROTECTED]> wrote: > > > Hello, > > > > > > >From the WO API docs: "For extra efficiency, you can create stateless > > > components: components that can be shared between sessions. Sta

Re: stateless component

2008-04-03 Thread Anjo Krank
or extra efficiency, you can create stateless components: components that can be shared between sessions. Stateless components aren't replicated each time they're needed; rather, a single shared instance is referenced each time the component is used." But logging calls to

Re: stateless component

2008-04-03 Thread Lachlan Deck
ts that can be shared between sessions. Stateless components aren't replicated each time they're needed; rather, a single shared instance is referenced each time the component is used." But logging calls to my stateless component constructor (subclass of ERXStatelessComponent)

Re: stateless component

2008-04-03 Thread Mr. Pierre Frisch
sessions. Stateless components aren't replicated each time they're needed; rather, a single shared instance is referenced each time the component is used." But logging calls to my stateless component constructor (subclass of ERXStatelessComponent), I see that's it's b

Re: stateless component

2008-04-03 Thread Chuck Hill
is referenced each time the component is used." But logging calls to my stateless component constructor (subclass of ERXStatelessComponent), I see that's it's being called for every request and that new instances are created for each request. Maybe worth noting is the fa

Re: stateless component

2008-04-03 Thread Mr. Pierre Frisch
create stateless components: components that can be shared between sessions. Stateless components aren't replicated each time they're needed; rather, a single shared instance is referenced each time the component is used." But logging calls to my stateless co

Re: stateless component

2008-04-03 Thread Archibald Singleton
On 03 Apr 2008, at 14:39, Chuck Hill wrote: On Apr 3, 2008, at 10:28 AM, Tonny Staunsbrink wrote: The top level component is allways created, subcomponents are reused, not sure why Because they have to go in the page cache as unique instances recording page state. Stateless and page

Re: stateless component

2008-04-03 Thread Chuck Hill
they're needed; rather, a single shared instance is referenced each time the component is used." But logging calls to my stateless component constructor (subclass of ERXStatelessComponent), I see that's it's being called for every request and that new instances are creat

Re: stateless component

2008-04-03 Thread Tonny Staunsbrink
ts: components that can be shared between sessions. Stateless > components aren't replicated each time they're needed; rather, a single > shared instance is referenced each time the component is used." > > But logging calls to my stateless component constructor (subcl

Re: stateless component

2008-04-02 Thread Chuck Hill
a single shared instance is referenced each time the component is used." But logging calls to my stateless component constructor (subclass of ERXStatelessComponent), I see that's it's being called for every request and that new instances are created for each request. Maybe wor

stateless component

2008-04-02 Thread Archibald Singleton
is used." But logging calls to my stateless component constructor (subclass of ERXStatelessComponent), I see that's it's being called for every request and that new instances are created for each request. Maybe worth noting is the fact that the component is instantiated by a