1143 Commits

Author SHA1 Message Date
Toby Jee ca8f2ddd3c WW-1336
- separate webapp (showcase) resources into a separate /resource
    directory rather that currently in its /java directory



git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@413224 13f79535-47bb-0310-9956-ffa450edef68
2006-06-10 04:19:27 +00:00
Toby Jee 3fcd2c6405 - added xwork-conversion.xml, uncommented the block xwork.xml
- improved conversion example, such that a series of text field is
  generated dynamically rather that statically like previously 
- added conversion example link to showcase.jsp






git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@413024 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 12:13:52 +00:00
Toby Jee e8374dd778 - commit missing xwork-conversion.xml for Showcase conversion example.
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@413017 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 11:22:09 +00:00
Donald J. Brown f47c801f0d Removed XStream as a required dependency (still used for QuickStart), fixed ant build to try to compile
(compile fails due to missing JSF jars in the ivy config), changed ant build to use xwork 2.0 and 
compile to 1.5, minor formatting for showcase config file


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@412937 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 05:29:39 +00:00
Donald J. Brown 3bdb3aea3f Commenting out xwork-conversion.xml since it is missing (Toby!)
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@412932 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 05:17:16 +00:00
Toby Jee 82df095f1c - corrected dojo.event.topic.subscribe(...) js method call
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@412810 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 17:37:51 +00:00
Toby Jee e29cec941f - added a freemarker manager example into show case
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@412775 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 15:30:23 +00:00
Toby Jee 95eef80a38 - added a simple example into showcase demonstrating the usage of a
custom freemarker manager instantiated using Spring.
- the custom freemarker manager have a custom util class injected into
  it through Spring's constructor injection
- a simple ftl page just uses freemarker interpolation to display some
  date and time put into freemarker's model by the custom freemarker
manager




git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@412774 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 15:29:36 +00:00
Toby Jee 0aaf550ab8 - added a simple conversion example into showcase
- it is basically just populating a List in SAF2 Action with Person.java
  Object. Using *-conversion.properties as well
- since this is asked constantly in the forum, we should just put a
  simple example in showcase.



git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@410132 13f79535-47bb-0310-9956-ffa450edef68
2006-05-29 17:51:39 +00:00
Wendy Smoak f2f5cce876 Restore the <dependencies> section in apps/pom.xml.
All of the example apps require both struts-core and Spring.

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@410010 13f79535-47bb-0310-9956-ffa450edef68
2006-05-29 01:21:19 +00:00
Wendy Smoak aeca0f7259 Move struts-core out of <dependencyManagement> because it is required by all example apps.
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@410003 13f79535-47bb-0310-9956-ffa450edef68
2006-05-28 23:19:54 +00:00
Jason Carreira 668889190e Moved JSF configurations into a separate config file so if you don't use / have JSF libraries it won't break
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@410002 13f79535-47bb-0310-9956-ffa450edef68
2006-05-28 22:59:31 +00:00
Wendy Smoak 691c00f8ed Add missing struts-core dependency to showcase.
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@409915 13f79535-47bb-0310-9956-ffa450edef68
2006-05-28 03:33:37 +00:00
Wendy Smoak b0d54e0f7a Move the Spring dependencies into <dependencyManagement>.
Add build/finalName to remove the version number from the packaged webapp filename.

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@409914 13f79535-47bb-0310-9956-ffa450edef68
2006-05-28 03:24:39 +00:00
Jason Carreira 25701ff93b Moved static instance out of ConfigurationManager into new XWorkStatic and started doing 1.5 updates with generics and enhanced for-loops.
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@409001 13f79535-47bb-0310-9956-ffa450edef68
2006-05-23 20:26:45 +00:00
Wendy Smoak 5a7c9c9e6e Added Cargo plugin configuration for apps.
Usage:  mvn package cargo:start -Dcargo.tomcat5x.home=/path/to/tomcat

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408821 13f79535-47bb-0310-9956-ffa450edef68
2006-05-23 03:02:18 +00:00
Donald J. Brown 431d293071 Removing showcase profile since it is included in the default build
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408481 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 20:24:41 +00:00
Donald J. Brown 679fe3a04e Adding the showcase back to the default build with the extras dep removed
WW-1306y


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408480 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 20:22:18 +00:00
Rainer Hermanns 4ced9bb9fd Removing JasperReports related actions from showcase.
Showcase should now be cleaned up from LGPL deps.

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408477 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 20:03:05 +00:00
Rainer Hermanns 5629249595 Removing JasperReports related actions from showcase.
Showcase should now be cleaned up from LGPL deps.

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408476 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 20:01:00 +00:00
Wendy Smoak 3135c71d71 Move the showcase app to a separate profile. This allows us to publish a snapshot of struts-extras.jar without also publishing the showcase app.
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408472 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 19:41:15 +00:00
Wendy Smoak a7c7fe29db Changed artifact id: 'project' -> 'struts-action2-parent'.
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408459 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 18:22:43 +00:00
Donald J. Brown 5082e59d12 Fixing dwr dep, shouldn't be optional
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408144 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 07:09:46 +00:00
Donald J. Brown 00fbccece7 Fixing myfaces dependencies to use 1.1.2 and correct group id
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408141 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 06:28:30 +00:00
Donald J. Brown a7d7706ec1 Merges JSF into Action 2, allowing JSF components and backing beans to
be able to be used along side regular saf2 actions.  Furthermore, the
familiar feel of an action-based framework is brought to JSF pages,
giving each page its own action and making that action available in the
component's expressions.  This commit also includes a new section in the
showcase, demonstrating the JSF support.

WW-1320


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408129 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 04:13:53 +00:00
Toby Jee a6da35052f - added snippet
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408037 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 17:00:14 +00:00
Toby Jee ea5121498e - added snippet
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408036 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:59:30 +00:00
Toby Jee 02f0269dec - added snippet
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408033 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:55:57 +00:00
Toby Jee 38e14c8dc8 - added snippet
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408031 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:55:19 +00:00
Toby Jee f6cc5b3ede - added snippet
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408029 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:54:54 +00:00
Toby Jee 97d33542c6 WW-1293
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408019 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:14:37 +00:00
Patrick Lightbody 16cf953627 correct config (without the extras for now, we'll get that back)
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407899 13f79535-47bb-0310-9956-ffa450edef68
2006-05-19 20:08:21 +00:00
Toby Jee e18baf7285 - remove dependencies on FCK editor
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406839 13f79535-47bb-0310-9956-ffa450edef68
2006-05-16 05:07:13 +00:00
Donald J. Brown 3c82a3efaa Removing empty directories, removing cewolf tag and chart action from
portlet webapp, split showcase and extras into "extras" profile,
synchronized root pom with action 1


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406492 13f79535-47bb-0310-9956-ffa450edef68
2006-05-15 01:01:55 +00:00
Donald J. Brown 5718db3ab5 Marking LGPL deps as provided so they aren't included in wars and the release
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405647 13f79535-47bb-0310-9956-ffa450edef68
2006-05-10 05:55:59 +00:00
Ted Nathan Husted 03e01e1c75 apps pom.xml
* Add Spring dependency to POM so that applications will deploy. 


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405529 13f79535-47bb-0310-9956-ffa450edef68
2006-05-09 20:47:58 +00:00
Patrick Lightbody 56c14b0c17 updating to don's project changes
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405096 13f79535-47bb-0310-9956-ffa450edef68
2006-05-08 16:59:32 +00:00
Toby Jee 7f8eb208fa - added dwr dependency into pom.xml
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405079 13f79535-47bb-0310-9956-ffa450edef68
2006-05-08 15:53:37 +00:00
Donald J. Brown 9c669d12cf Removing the gridsphere jar and added instructions on how to download it
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@404874 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 23:55:18 +00:00
Donald J. Brown 385117c18b Removing cewolf chart example from exampley
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@404873 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 23:53:15 +00:00
Donald J. Brown c3eb1669d8 Removing sitemesh jar, making it a maven dep
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@404872 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 23:46:52 +00:00
Donald J. Brown 64c4cd4ec3 Completing move from thirdparty to extras, consolidated sources into one module
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@404794 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 16:51:48 +00:00
Donald J. Brown 23380d8728 Moved webapps to apps to match Struts Action 1
WW-1305


git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400415 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 04:48:10 +00:00