Re: [OS-webwork] ModelDriven and ParametersInterceptor

2003-08-21 Thread roughley
Marko, I use this same situation for a registration page - where you want a User object as the model, and an additional field on only the action for the confirmed password. In this case, I do not implement the ModelDriven interface but have getUser() and setUser() methods on the Action. The Par

RE: [OS-webwork] ModelDriven and ParametersInterceptor

2003-08-21 Thread Jason Carreira
There has been disussion of having the interceptor use the ValueStack for setting properties. Anyone have any thoughts on this, pro or con? > -Original Message- > From: Marko Lahma [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 6:28 AM > To: [EMAIL PROTECTED] > Subject: [OS-w