Hi, Looking at the ProcessAction code, it turns out that in order to get a session object to the execute() method of a ProcessBean, the following conditions must be met:
1) A form is submitted 2) That form is an instance of BaseForm (and not DynaActionForm or other type for that matter) 3) The bean is exposed in session under the name "userProfile" Otherwise, that session object will not be available to the ProcessBean. Is there another "build in" method to pass a session object into the ProcessBean (other than subclassing ProcessAction :-( ? Thanks, Noam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

