diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 92ef68182..a4b341315 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -28,8 +28,7 @@ limitations under the License.
-

+
@@ -53,6 +52,10 @@ limitations under the License.
Intelligent Defaults - Most configuration elements have a default
value that we can set and forget.
+
+ Integrating Debugging - Built-in debugging tools supporting profiling,
+ problem reports, and interactive object model queries.
+
Enhanced Results - Unlike ActionForwards, Struts 2 Results can
actually help prepare the response.
@@ -71,8 +74,8 @@ limitations under the License.
handling for false values.
- QuickStart - Many changes can be made on the fly without restarting
- a web container.
+ QuickStart - Configuration files are reloadable so many changes
+ can be made on the fly without restarting a web container.
Easier!
@@ -96,6 +99,10 @@ limitations under the License.
Easy cancel handling - The Struts 2 Cancel button can go directly to
a different action.
+
+ Easy portlets - Automatic portlet support allowing portal and servlet
+ deployments with no code changes.
+
Easy Spring integration - Struts 2 Actions are Spring-aware. Just
add Spring beans!
@@ -104,7 +111,12 @@ limitations under the License.
Easy plugins - Struts 2 extensions can be added by dropping in a JAR.
No manual configuration required! Bundled plugins add support for JavaServer Faces,
JasperReports, JFreeChart, Tiles, and more ...
-
+
+
+ Easy startup - Maven archetypes, template applications, and bootstrap
+ tutorials help jumpstart new projects.
+
+
POJO-ier!