Hey all,
i will change my tilesComponent context to runtime.
The Context in request is aktuall and contains my changes, but the InsertTag do 
not know my changes ;-(( I think the problem is the Member (from InsertTag)

        /** 
         * Current component context. 
         */
        protected ComponentContext cachedCurrentContext;

This is a cache for the ComponentContext, and the tag will take this Context 
;-( And not my changed one from the request.

Any idea how to say the tag to use the changed one from request?

Thanks Fredy

-----Ursprüngliche Nachricht-----
Von: Ben Taylor [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 28. Februar 2005 14:20
An: Struts Users Mailing List
Betreff: Re: RequestURI (Action not JSP)

I must admit I'm a little unsure of how to do that within the JSP. 
I'm tempted to use request.getRequestURI() from within the
StrutsAction and place that value into the session / request under my
own variable name....  Obviously if a value already exists that is in
scope I'd much prefer to use that.

Cheers.

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



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

Reply via email to