On 25/08/2008, at 2:57 PM, Santhosh wrote:

Hi All,

Can any one advise me what are the steps we need to follow when creating a *stateless *component?

read api :-)

@Override
public void isStateless() {
        return true;
}

public void reset() {
        super.reset();
        // nullify/reset your vars
}

How to add it to a *Stateful *component? And also its usage in *Stateful *component.

Like any other.
Note doing the reverse doesn't work.

with regards,
--

Lachlan Deck

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to