AW: [OS-webwork] RE: Script Action

2004-02-03 Thread Donnerstag, Juergen
just access the Parameter map from ActionContext... > -Original Message- > From: Donnerstag, Juergen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 03, 2004 1:54 PM > To: '[EMAIL PROTECTED]' > Subject: AW: [OS-webwork] RE: Script Action > > > &g

AW: [OS-webwork] RE: Script Action

2004-02-03 Thread Donnerstag, Juergen
Using BSF I created a ScriptAction class that calls the script during ActionSupport.execute(). But there open issues. What about Objects to be accessed (get/set) by a Form. Action class would need to support some generic getter/setter methods in order to modify the according script variable. Ma