RE: [OS-webwork] Question about model-driven actions

2003-10-06 Thread Cameron Braid
The params interceptor which sets the action properties uses the valuestack to set the properties. Since you have the md interceptor, your action and the model will be on the stack. Therefore, when stack.setValue(name, value) gets called, the objects in the stack are checked from top down to find

RE: [OS-webwork] Question about model-driven actions

2003-10-06 Thread Jason Carreira
Yes, your Action properties will still be available (although they will be blocked by properties on your Model if they have the same name) > -Original Message- > From: Drew McAuliffe [mailto:[EMAIL PROTECTED] > Sent: Monday, October 06, 2003 9:03 PM > To: [EMAIL PROTECTED] > Subject: [OS-