Call 4 Plugins

2014-04-06 Thread Lukasz Lenart
Hi, Can you post links to all the plugins you are using which aren't included in Struts itself? Me: http://jcaptcha4struts2.googlecode.com/ Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail

Re: minimal set of jar files for struts 2.3

2014-04-06 Thread Dave Evans
For people who may arrive here via a search, the list of required jars for a minimal struts app ends up being this: asm-3.3.jar asm-commons-3.3.jar commons-fileupload-1.3.1.jar commons-io-2.2.jar commons-lang3-3.1.jar freemarker-2.3.19.jar ognl-3.0.6.jar struts2-core-2.3.16.1.jar xwork-core-2.3.16

Re: Basic Application

2014-04-06 Thread Dave Evans
A minimal example application is available in the full distribution download, and is in the /apps/struts2-blank.war file. Since you don't want to use maven, this will get you started with a minimal application configuration. Dave On Fri, Jan 17, 2014 at 5:42 PM, Dave Newton wrote: > On Fri, J