diff --git a/apps/showcase/src/main/resources/struts-ajax.xml b/apps/showcase/src/main/resources/struts-ajax.xml index 43d087686..a5ce83cf3 100644 --- a/apps/showcase/src/main/resources/struts-ajax.xml +++ b/apps/showcase/src/main/resources/struts-ajax.xml @@ -54,6 +54,33 @@ /WEB-INF/ajax/tabbedpanel/example5Ok.jsp + + + + /WEB-INF/ajax/bind/index.jsp + + + /WEB-INF/ajax/autocompleter/index.jsp + + + /WEB-INF/ajax/remotebutton/index.jsp + + + /WEB-INF/ajax/remotediv/index.jsp + + + /WEB-INF/ajax/remotelink/index.jsp + + + /WEB-INF/ajax/tabbedpanel/index.jsp + + + /WEB-INF/ajax/remoteforms/index.jsp + + + /WEB-INF/ajax/widgets/index.jsp + + diff --git a/apps/showcase/src/main/resources/struts-conversion.xml b/apps/showcase/src/main/resources/struts-conversion.xml index 27dd6875f..cfbac4abf 100644 --- a/apps/showcase/src/main/resources/struts-conversion.xml +++ b/apps/showcase/src/main/resources/struts-conversion.xml @@ -6,6 +6,10 @@ + + /WEB-INF/conversion/index.jsp + + diff --git a/apps/showcase/src/main/resources/struts-filedownload.xml b/apps/showcase/src/main/resources/struts-filedownload.xml index a647e23d9..f05b4a42c 100644 --- a/apps/showcase/src/main/resources/struts-filedownload.xml +++ b/apps/showcase/src/main/resources/struts-filedownload.xml @@ -8,6 +8,10 @@ + + /WEB-INF/filedownload/index.jsp + + /images/struts.gif diff --git a/apps/showcase/src/main/resources/struts-integration.xml b/apps/showcase/src/main/resources/struts-integration.xml index d251f7272..ffff4ace4 100644 --- a/apps/showcase/src/main/resources/struts-integration.xml +++ b/apps/showcase/src/main/resources/struts-integration.xml @@ -32,7 +32,7 @@ org.apache.struts2.showcase.integration.EditGangsterAction - modelDriven.jsp + /WEB-INF/integration/modelDriven.jsp diff --git a/apps/showcase/src/main/resources/struts-interactive.xml b/apps/showcase/src/main/resources/struts-interactive.xml index 424aabb0d..24b28b758 100644 --- a/apps/showcase/src/main/resources/struts-interactive.xml +++ b/apps/showcase/src/main/resources/struts-interactive.xml @@ -4,6 +4,11 @@ "http://struts.apache.org/dtds/struts-2.3.dtd"> + + + /WEB-INF/interactive/index.jsp + + diff --git a/apps/showcase/src/main/resources/struts-jsf.xml b/apps/showcase/src/main/resources/struts-jsf.xml index 431c70196..baa458a73 100644 --- a/apps/showcase/src/main/resources/struts-jsf.xml +++ b/apps/showcase/src/main/resources/struts-jsf.xml @@ -20,6 +20,10 @@ + + /WEB-INF/jsf/index.jsp + + diff --git a/apps/showcase/src/main/resources/struts-tags-non-ui.xml b/apps/showcase/src/main/resources/struts-tags-non-ui.xml index c296fd202..9722b52e8 100644 --- a/apps/showcase/src/main/resources/struts-tags-non-ui.xml +++ b/apps/showcase/src/main/resources/struts-tags-non-ui.xml @@ -128,6 +128,9 @@ + + /WEB-INF/tags/non-ui/date.jsp + /WEB-INF/tags/non-ui/debug.jsp diff --git a/apps/showcase/src/main/resources/struts-tags-ui.xml b/apps/showcase/src/main/resources/struts-tags-ui.xml index 563fbc1fc..cc779e575 100644 --- a/apps/showcase/src/main/resources/struts-tags-ui.xml +++ b/apps/showcase/src/main/resources/struts-tags-ui.xml @@ -46,10 +46,18 @@ + + /WEB-INF/tags/ui/treeExampleStatic.jsp + + /WEB-INF/tags/ui/treeExampleAjaxDynamic.jsp + + /WEB-INF/tags/ui/componentTagExample.jsp + + /WEB-INF/tags/ui/componentTagExample.jsp @@ -58,6 +66,14 @@ /WEB-INF/tags/ui/actionTagExampleCalled.jsp /WEB-INF/tags/ui/actionTagExampleCalling.jsp + + + /WEB-INF/tags/ui/datepicker/index.jsp + + + + /WEB-INF/tags/ui/timepicker/index.jsp + diff --git a/apps/showcase/src/main/resources/struts-validation.xml b/apps/showcase/src/main/resources/struts-validation.xml index 778a2109b..ee40dc920 100755 --- a/apps/showcase/src/main/resources/struts-validation.xml +++ b/apps/showcase/src/main/resources/struts-validation.xml @@ -5,6 +5,10 @@ + + /WEB-INF/validation/index.jsp + + quiz-basic.jsp quiz-success.jsp @@ -111,6 +115,9 @@ /WEB-INF/validation/storeErrorsAcrossRequestExample.jsp + + /WEB-INF/validation/storeErrorsAcrossRequestExample.jsp + RETRIEVE diff --git a/apps/showcase/src/main/resources/struts-wait.xml b/apps/showcase/src/main/resources/struts-wait.xml index 8ea291124..0e09f4966 100644 --- a/apps/showcase/src/main/resources/struts-wait.xml +++ b/apps/showcase/src/main/resources/struts-wait.xml @@ -6,6 +6,18 @@ + + /WEB-INF/wait/example1.jsp + + + + /WEB-INF/wait/example2.jsp + + + + /WEB-INF/wait/example3.jsp + + diff --git a/apps/showcase/src/main/resources/struts.xml b/apps/showcase/src/main/resources/struts.xml index 74c59c651..2df1d0f0e 100644 --- a/apps/showcase/src/main/resources/struts.xml +++ b/apps/showcase/src/main/resources/struts.xml @@ -9,13 +9,14 @@ + - + @@ -75,11 +76,11 @@ - ../webapp/WEB-INF/showcase.jsp + /WEB-INF/showcase.jsp - ../webapp/WEB-INF/viewSource.jsp + /WEB-INF/viewSource.jsp @@ -92,20 +93,20 @@ - /empmanager/listSkills.jsp + /WEB-INF/empmanager/listSkills.jsp - /empmanager/editSkill.jsp + /WEB-INF/empmanager/editSkill.jsp - /empmanager/editSkill.jsp + /WEB-INF/empmanager/editSkill.jsp list.action - /empmanager/editSkill.jsp + /WEB-INF/empmanager/editSkill.jsp list.action @@ -114,20 +115,20 @@ - /empmanager/listEmployees.jsp + /WEB-INF/empmanager/listEmployees.jsp {1} - /empmanager/editEmployee.jsp + /WEB-INF/empmanager/editEmployee.jsp execute - /empmanager/editEmployee.jsp + /WEB-INF/empmanager/editEmployee.jsp list.action - /empmanager/editEmployee.jsp + /WEB-INF/empmanager/editEmployee.jsp list.action diff --git a/apps/showcase/src/main/webapp/WEB-INF/ajax/autocompleter/index.jsp b/apps/showcase/src/main/webapp/WEB-INF/ajax/autocompleter/index.jsp index c67257fb1..0d29a6456 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/ajax/autocompleter/index.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/ajax/autocompleter/index.jsp @@ -6,7 +6,7 @@ Ajax Examples - + @@ -49,7 +49,8 @@ Using a JSON list returned from an action (href="/JSONList.action"), without autoComplete (autoComplete="false"), use indicator, search substring (searchType="substring")
- - - +

Force valid options (forceValidOption="true")
- @@ -116,8 +120,9 @@ Make dropdown's height to 180px (dropdownHeight="180") Disabled combobox (disabled="true")
@@ -133,8 +138,9 @@ Link two autocompleter elements. When the selected value in 'Autocompleter 1' ch

Autocompleter 1 @@ -142,6 +148,7 @@ Link two autocompleter elements. When the selected value in 'Autocompleter 1' ch Autocompleter 2 <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> - + diff --git a/apps/showcase/src/main/webapp/WEB-INF/ajax/footer.jsp b/apps/showcase/src/main/webapp/WEB-INF/ajax/footer.jsp index 5521cb410..12854b52d 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/ajax/footer.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/ajax/footer.jsp @@ -2,7 +2,7 @@


- + Back To AJAX Examples  diff --git a/apps/showcase/src/main/webapp/WEB-INF/ajax/index.jsp b/apps/showcase/src/main/webapp/WEB-INF/ajax/index.jsp deleted file mode 100644 index 8791fa34f..000000000 --- a/apps/showcase/src/main/webapp/WEB-INF/ajax/index.jsp +++ /dev/null @@ -1,24 +0,0 @@ - -AJAX Examples - - - -

AJAX Example

- -

-Note: The Ajax tags are experimental. These examples have only been tested under FireFox 1.5 and IE 6. -

- - - - diff --git a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp index 462bd4dd0..1ca02cc78 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp @@ -95,7 +95,7 @@
  • Config Browser
  • Conversion
  • -
  • Person Manager ( by Conventions )
  • +
  • Person Manager ( by Conventions )
  • -
  • JavaServer Faces
  • -
  • Struts 1 Integration
  • +
  • JavaServer Faces
  • +
  • Struts 1 Integration
  • Tiles
  • -
  • Interactive Demo
  • +
  • Interactive Demo