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
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
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
>
&
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
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
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