I've updated the Struts 2 example applications at https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples/ to use 2.3.16 release.
The theme example still doesn't work and I've not been able to figure out how to fix it. I know that 2.3.16 includes some changes to how to extend a Struts 2 theme. In my example I'm trying to extend the the XHTML checkboxlist.ftl so that it uses a <br /> instead of a space between the checkbox items. The theme is applied in edit.jsp. I've read over: http://struts.apache.org/release/2.3.x/docs/extending-themes.html but it wasn't very helpful. I do have a theme.properties file. If someone could take a look at the themes example project (checkout the code from the above svn, then cd into the themes directory - do mvn -e clean package to build the .war file and the copy target/themes.war to your tomcat server - go to http://localhost:8080/themes I'd really like to get this working - I'll update http://struts.apache.org/release/2.3.x/docs/extending-themes.html and http://struts.apache.org/release/2.3.x/docs/struts-2-themes.html with the correct instructions after getting some help. Thank you. Bruce -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-2-3-16-Extending-Theme-Example-Problem-tp5714911.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
