RE: [OS-webwork] RE: Script Action

2004-02-04 Thread Patrick Lightbody
RE: Script Action And how to avoid CompoundRoot Access error? Object does not exist? -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Jason Carreira Gesendet: Mittwoch, 4. Februar 2004 00:03 An: [EMAIL PROTECTED] Betreff: RE: [OS-webwork] RE: Script Action

AW: [OS-webwork] RE: Script Action

2004-02-03 Thread Donnerstag, Juergen
And how to avoid CompoundRoot Access error? Object does not exist? -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Jason Carreira Gesendet: Mittwoch, 4. Februar 2004 00:03 An: [EMAIL PROTECTED] Betreff: RE: [OS-webwork] RE: Script Action You can

RE: [OS-webwork] RE: Script Action

2004-02-03 Thread Jason Carreira
You can 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 > &

AW: [OS-webwork] RE: Script Action

2004-02-03 Thread Donnerstag, Juergen
getter/setter methods? regards Juergen -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Jason Carreira Gesendet: Dienstag, 3. Februar 2004 16:59 An: [EMAIL PROTECTED] Betreff: RE: [OS-webwork] RE: Script Action It should be relatively easy, for

RE: [OS-webwork] RE: Script Action

2004-02-03 Thread Jason Carreira
neric SriptAction, maybe one per script type... Jason > -Original Message- > From: Donnerstag, Juergen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 03, 2004 1:54 AM > To: '[EMAIL PROTECTED]' > Subject: [OS-webwork] RE: Script Action > > > I w

[OS-webwork] RE: Script Action

2004-02-03 Thread Donnerstag, Juergen
I was thinking of using scripts instead of classes for rapid development. I'm pretty sure I'll need java classes for production later on. But for development I'd like to use scripts. This is why the difference should be minimal only. Groovy and BeanShell are both very much like Java. I think O