Hi! I´m new to struts and I have a small problem. I want to include a jsp ( navBar.jsp ) that has something like: <snipet> <html:link action="/Login.do"><bean:message key="navigation.customerData"/></html:link> </snipet>
So I did a little research, and tried using <bean:include forward="navBar" id="navBar" /> unfortunately I do not understand what the id attribute is for. the docs state: "Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the specified web application resource." and still I do not understand what to do with it. I can´t get it to work, it does not throw any error, but the navBar.jsp is not included into the main page. There´s anything I´m missing here? I wondered if anyone could give me some help or maybe point to some documentation that might be useful.... btw... here is the globalForward just in case it might help to clarify my problem. <forward name="navBar" path="/pages/navBar.jsp"/> Thanks a lot, and Best Regards, Lucas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]