--- kkjacks <[EMAIL PROTECTED]> wrote:
> I am interested in the actual writing of custom tags
> and I also hoped that by learning how to do this it 
> would help facilitate my previous unanswered
question
> of how to access the action through scriptlet code
in
> the jsp.  

Ah; sorry.

I'd probably just look at the source of the custom
tags that come with S2 then and any of several generic
tutorials on the web (and recall that under JSP 2.0
you can write custom tags in JSP; there are one or two
good articles at onjava.com regarding that).

That said, the stack is a request attribute under
(ServletActionContext.STRUTS_VALUESTACK_KEY (IIRC,
that's actually from memory).

But why do you want to access the stack from scriptlet
code?

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to