How to overwrite the Tiles DefinitionFactory?

2005-02-26 Thread Hauschel Fred
Hey all, i've wrote a little framework, that handles it's own definition. So I have wrote my own definition Factory. But know there are some cases where I want to use the standard DefinitionFactory. Is there a way to overwrite an DefinitionFactory? I don't understand that "ComponentDefinitionsFac

AW: RequestURI (Action not JSP)

2005-02-28 Thread Hauschel Fred
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. */ protecte

Sorry, right Subject is "Tiles: cachedCurrentContext in Insert Tag"

2005-02-28 Thread Hauschel Fred
-Ursprüngliche Nachricht- Von: Hauschel Fred Gesendet: Montag, 28. Februar 2005 14:39 An: Struts Users Mailing List; Ben Taylor Betreff: AW: RequestURI (Action not JSP) Hey all, i will change my tilesComponent context to runtime. The Context in request is aktuall and contains my

tiles definition overload for difficult modules

2005-03-03 Thread Hauschel Fred
Hey all, is it possible to deine a definition in Base Module and extend it in another "sub" struts-module? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SwitchAction

2005-03-08 Thread Hauschel Fred
Hey all, i've a menu that routes to some different struts content modules. The menu items call a switch action. The switch action changes the Module in the request, but not my RequestProcessor. I think the calling order is like this: 1. ActionServlet.getRequestProcessor() // The active module is

Tile in Tile -> possible?

2005-03-11 Thread Hauschel Fred
Hey, is it possible to extend a Definition and overload a tile by a new definition? What I want is: My Base Struts Module should have a simple baseDefinition: This base should be extended by another Module.

AW: Tile in Tile -> possible?

2005-03-11 Thread Hauschel Fred
hat you are describing works - I have several apps where I do this sort of thing   Hermod   -Original Message- From: Hauschel Fred [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 10:12 AM To: Struts Users Mailing List Subject: Tile in Tile -> possible?     Hey,