THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
The new version features slightly improved performance and the addition of a timeout field for the @BeginConversation annotations.
Other Notes:
- The names of the interceptors in the struts.xml have changed. There is now a single "conversation" interceptor that should be used for the conversation scope, and, optionally, there is a "sessionField" interceptor that works with the @SessionField annotations.
- Also, if your Struts version is earlier than 2.3.3, then you will also need the available here: http://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.1
- Looking to add better tutorials/guides/documentation next rather than coding. If you have any questions or difficulties, please field them to the "issues" section on the project home indicated below.
Maven:
<dependency> <groupId>com.googlecode.struts2-conversation</groupId> <artifactId>struts2-conversation-scope-plugin</artifactId> <version>1.6.2</version> </dependency>
Project Home: