Hi, i'm new to Struts and have some minor questions which haven't been answered by Dr. Google, book or tutorial i've found and done so far, so maybe someone here can give me a fast answer. I've started working on a small application, where i nearly try to use everything Struts offers me, tiles,nested,logic,...
1. How can i access the ApplicationResources.properties within an Action and/or ActionForm ? 2. For the LookupDispatchAction, can i only use Submit-Buttons with the keys like in the official documentation, or can i also use a :link , but how do i set the key ? 3. I want to fill a tiles dynamically via a bean and tried to exchange this line <tiles:put name="content" value="/content/neu.jsp" > with this <tiles:put name="content" beanName="treeForm" beanProperty="activeContent" /> and within the treeForm : public String getActiveContent(){ return "/content/neu.jsp"; } but it doesn't work. Have i misunderstood the use of tiles:put ??? Thanx in advance Rouven --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]