Hi - 

I have a component that has  listener that gets a hidden form field
out of the request context and then loads an object from the database,
sets that object on the nextPage and then activates that page.   My
app is stateless BTW.

The page the component is contained in still gets it's
pageBeginRender() method called prior to the listener getting called
yet I don't care about anything on the page since it's stateless.  
Because it's stateless my pageBeginRender does a lot of database
intensive object creation and I don't want that to occur.

I'm struggling with how to deal with listeners that don't need the
state of the page to do their work yet the containing page is getting
rewound anyway.

Is there a simple way around this?

Thanks
Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to