--- Raghuveer Kumarakrishnan <[EMAIL PROTECTED]> wrote:
> My point is just having getters for an Action property should suffice for
> it to be accessed in the view by any tag library.
I don't know as this is correct for *any* tag library.
It works for S2 tags that use OGNL, because S2 tags evalue
My point is just having getters for an Action property should suffice for it to
be accessed in the view by any tag library.
Chris Pratt <[EMAIL PROTECTED]> wrote:
You are correct. In that case,
is equivalent to calling
request.put("someName",action.getSomeName());
in an Action that imple
You are correct. In that case,
is equivalent to calling
request.put("someName",action.getSomeName());
in an Action that implements RequestAware. So when Display Tag processes
The "someName" attribute is available when the JSP Tag Library
(DisplayTag in this instance) calls
pageContext.fin
3 matches
Mail list logo