I wanted to access some complex object from the action inside the JSP page. My idea was to get access to the action, then to the object instance. Possibly this can be fixed by exposing the property as a ascriptlet variable and then casting it, ut I just wanted to know if this is allowed directly.
Dariusz Wojtas On 1/3/07, Dave Newton <[EMAIL PROTECTED]> wrote:
From: Dariusz Wojtas [mailto:[EMAIL PROTECTED] > I know how to access it using tags, but what I want is to access it > with plain Java inside a scriptle area. > Something similar to this: > > <% > MyTestAction act = ... ? > %> Why? Dave
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]