I'm using lookup LookupDispatchAction and to ease development, I've defined each of my CRUD methods as a global-forward. For example:
<forward name="editProfile" path="/editUser.do?action=Edit"/> However, the problem is that this doesn't work with i18n. What I'd like to do is to have it dynamically substituted in the struts-config.xml file. So my forward would look like this: <forward name="editProfile" path="/editUser.do?action=${msg:button.edit}"/> Is this possible - or am I best off using <html:link> with parameters as part of the link? Thanks, Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]