Hi Paul, > I have a question about the velstruts.war file. I found the file an > deployed it. I looked at the source files and the velocity templates. > The only thing I can't find is where they define the stuff like "title" > or "intro" from the first application template. If someone could tell > me where that is located that would be great. If it exists.
They are defined in a message resource file. Search for *.properties in the code base. Some further readings: http://struts.apache.org/userGuide/configuration.html#resources_config http://jakarta.apache.org/velocity/tools/struts/index.html http://jakarta.apache.org/velocity/tools/struts/MessageTool.html Best regards, -- Shinobu -- Shinobu Kawai <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
