Cedric Dumoulin <[EMAIL PROTECTED]> writes: > tiles-doc.jar is shipped with Struts1.1 previous than 15 jan, and is > ready to run. So you can try the mentioned url test directly on it, > and it should run. If not, let me know.
This runs: http://localhost:8080/tiles-doc/test/testStrutsAction.jsp This does not: http://localhost:8080/tiles-doc/test/testAction.do It doesn't because the call to ComponentContext.getContext(request) in org.apache.struts.example.tiles.test.TestActionTileAction returns null. So I'm still not sure how to overload definition attributes (specified in an XML file) in a Struts action. :-( -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

