You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by st...@gmail.com on 2007/05/01 16:26:15 UTC

Tiles Controllers (preparer)

How can I place a bean on the OGNL from within my Tiles Controller so that
it's properties are available to the S2 custom tags?

-- 
Scott
stanlick@gmail.com

Re: Tiles Controllers (preparer)

Posted by st...@gmail.com.
I'm posting this so that the solution is included with the question!  Thanks
d.

stack = (ValueStack) tilesContext.getRequestScope().get(
ServletActionContext.STRUTS_VALUESTACK_KEY);

theAction = getStack().getRoot().get(0);

On 5/1/07, stanlick@gmail.com <st...@gmail.com> wrote:
>
> How can I place a bean on the OGNL from within my Tiles Controller so that
> it's properties are available to the S2 custom tags?
>
> --
> Scott
> stanlick@gmail.com




-- 
Scott
stanlick@gmail.com