Commit Graph

  • ada5e8994e WW-1336 Toby Jee 2006-06-10 04:24:09 +00:00
  • 07191b9f45 WW-1336 Toby Jee 2006-06-10 04:23:10 +00:00
  • ca8f2ddd3c WW-1336 - separate webapp (showcase) resources into a separate /resource directory rather that currently in its /java directory Toby Jee 2006-06-10 04:19:27 +00:00
  • 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 Toby Jee 2006-06-09 12:13:52 +00:00
  • e8374dd778 - commit missing xwork-conversion.xml for Showcase conversion example. Toby Jee 2006-06-09 11:22:09 +00:00
  • 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 Donald J. Brown 2006-06-09 05:29:39 +00:00
  • 3bdb3aea3f Commenting out xwork-conversion.xml since it is missing (Toby!) Donald J. Brown 2006-06-09 05:17:16 +00:00
  • 82df095f1c - corrected dojo.event.topic.subscribe(...) js method call Toby Jee 2006-06-08 17:37:51 +00:00
  • e29cec941f - added a freemarker manager example into show case Toby Jee 2006-06-08 15:30:23 +00:00
  • 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 Toby Jee 2006-06-08 15:29:36 +00:00
  • a0aa117c8e - added javadoc Toby Jee 2006-06-07 15:32:41 +00:00
  • 26380927be WW-1286 - cannot create FreemarkerManager using Spring Toby Jee 2006-06-07 14:58:29 +00:00
  • 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. Toby Jee 2006-05-29 17:51:39 +00:00
  • f2f5cce876 Restore the <dependencies> section in apps/pom.xml. All of the example apps require both struts-core and Spring. Wendy Smoak 2006-05-29 01:21:19 +00:00
  • aeca0f7259 Move struts-core out of <dependencyManagement> because it is required by all example apps. Wendy Smoak 2006-05-28 23:19:54 +00:00
  • 668889190e Moved JSF configurations into a separate config file so if you don't use / have JSF libraries it won't break Jason Carreira 2006-05-28 22:59:31 +00:00
  • b57be5495d WW-1304 Toby Jee 2006-05-28 14:17:17 +00:00
  • 52b4d7c9bc - remove the unecessary customOnsubmit() js function call, cause now we are using dojo.event.connect to connect the form's onsubmit event, see form-close.ftl of the simple theme Toby Jee 2006-05-28 14:09:09 +00:00
  • 691c00f8ed Add missing struts-core dependency to showcase. Wendy Smoak 2006-05-28 03:33:37 +00:00
  • b0d54e0f7a Move the Spring dependencies into <dependencyManagement>. Add build/finalName to remove the version number from the packaged webapp filename. Wendy Smoak 2006-05-28 03:24:39 +00:00
  • 4d758d78d4 use xwork 2.0-SNAPSHOT Patrick Lightbody 2006-05-26 00:41:09 +00:00
  • 25701ff93b Moved static instance out of ConfigurationManager into new XWorkStatic and started doing 1.5 updates with generics and enhanced for-loops. Jason Carreira 2006-05-23 20:26:45 +00:00
  • 5a7c9c9e6e Added Cargo plugin configuration for apps. Usage: mvn package cargo:start -Dcargo.tomcat5x.home=/path/to/tomcat Wendy Smoak 2006-05-23 03:02:18 +00:00
  • d9f29b3d57 bob's latest API Patrick Lightbody 2006-05-22 13:47:57 +00:00
  • 431d293071 Removing showcase profile since it is included in the default build Donald J. Brown 2006-05-21 20:24:41 +00:00
  • 679fe3a04e Adding the showcase back to the default build with the extras dep removed WW-1306y Donald J. Brown 2006-05-21 20:22:18 +00:00
  • 4ced9bb9fd Removing JasperReports related actions from showcase. Showcase should now be cleaned up from LGPL deps. Rainer Hermanns 2006-05-21 20:03:05 +00:00
  • 5629249595 Removing JasperReports related actions from showcase. Showcase should now be cleaned up from LGPL deps. Rainer Hermanns 2006-05-21 20:01:00 +00:00
  • 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. Wendy Smoak 2006-05-21 19:41:15 +00:00
  • a7c7fe29db Changed artifact id: 'project' -> 'struts-action2-parent'. Wendy Smoak 2006-05-21 18:22:43 +00:00
  • c5ec74871e Added svn properties: eol-style and keywords. Wendy Smoak 2006-05-21 18:07:47 +00:00
  • 5c5711a518 - added docs/tags/ directory containing taglib docs used by snippets Toby Jee 2006-05-21 09:52:46 +00:00
  • bc63888207 - in xdoclet-tagdoc task, added overwrite="true" for the copy task Toby Jee 2006-05-21 09:48:36 +00:00
  • dd1766a03d - update snippet/javadoc to show usage of parse and encode result parameters. Toby Jee 2006-05-21 09:29:01 +00:00
  • 4afb133c58 WW-1315 Toby Jee 2006-05-21 09:16:25 +00:00
  • 5082e59d12 Fixing dwr dep, shouldn't be optional Donald J. Brown 2006-05-21 07:09:46 +00:00
  • 00fbccece7 Fixing myfaces dependencies to use 1.1.2 and correct group id Donald J. Brown 2006-05-21 06:28:30 +00:00
  • 449a451912 Fixing jsf setup interceptor to not complain so loudly if jsf isn't present, fixed freemarker test to properly extend StrutsTestCase Donald J. Brown 2006-05-21 06:24:37 +00:00
  • 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. Donald J. Brown 2006-05-21 04:13:53 +00:00
  • a6da35052f - added snippet Toby Jee 2006-05-20 17:00:14 +00:00
  • ea5121498e - added snippet Toby Jee 2006-05-20 16:59:30 +00:00
  • 5b781325d0 - added apache license at the top Toby Jee 2006-05-20 16:57:33 +00:00
  • 02f0269dec - added snippet Toby Jee 2006-05-20 16:55:57 +00:00
  • 38e14c8dc8 - added snippet Toby Jee 2006-05-20 16:55:19 +00:00
  • f6cc5b3ede - added snippet Toby Jee 2006-05-20 16:54:54 +00:00
  • 0da048f6dc updated javadoc example snippet Toby Jee 2006-05-20 16:40:08 +00:00
  • 97d33542c6 WW-1293 Toby Jee 2006-05-20 16:14:37 +00:00
  • 9cf677072d WW-1316 Toby Jee 2006-05-20 16:11:06 +00:00
  • 3d363a9213 whoops. i'll fix later Patrick Lightbody 2006-05-19 20:29:40 +00:00
  • 7da6ff3fbb better ignores Patrick Lightbody 2006-05-19 20:18:24 +00:00
  • 16cf953627 correct config (without the extras for now, we'll get that back) Patrick Lightbody 2006-05-19 20:08:21 +00:00
  • cd96530986 put the AC in the session on all requests (if in devMoe) Patrick Lightbody 2006-05-19 20:06:30 +00:00
  • 79fbee4f2c - avoid NPE in XworkException - executeAndWait interceptor is smarter now (works with validation). it's still ugly, but much better - console doesn't spit out the full URL w/ params - some fixes left over from refactoring in quickstart Patrick Lightbody 2006-05-19 20:00:43 +00:00
  • 6251303f17 - fixed failing test (due to newly added missing id attribute) Toby Jee 2006-05-19 01:38:50 +00:00
  • 73438ab79b - fixed failling test (due to added missing id attribute) Toby Jee 2006-05-19 01:37:26 +00:00
  • 9bc40ac75c Commenting out assembly module until it is brought in Donald J. Brown 2006-05-18 21:51:27 +00:00
  • 7e7d2dd669 - fixed the ant build so that xdoclet-taglib and xdoclet-tagdoc will generate the taglib.tld and html docs for webwork / saf tags again. Toby Jee 2006-05-18 17:32:48 +00:00
  • 5b3ac58408 ups, fixing double id param for input type submit and button... Rainer Hermanns 2006-05-17 05:07:36 +00:00
  • f4e1914057 Fixing missing id parameter See: http://forums.opensymphony.com/thread.jspa?messageID=60164#60164 Rainer Hermanns 2006-05-17 04:58:10 +00:00
  • cd002f10e8 - replace e.printStackTrace() with LOG.error("...", e); Toby Jee 2006-05-17 03:55:46 +00:00
  • c1e5366cc6 update javadoc Toby Jee 2006-05-16 15:14:57 +00:00
  • e18baf7285 - remove dependencies on FCK editor Toby Jee 2006-05-16 05:07:13 +00:00
  • 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 Donald J. Brown 2006-05-15 01:01:55 +00:00
  • f48c0e37f3 - remove unecessary import statement Toby Jee 2006-05-14 17:51:15 +00:00
  • 34ad158dce WW-1312 Toby Jee 2006-05-14 17:47:20 +00:00
  • 542b63b83e - remove dependencies on old FCK rich text editor Toby Jee 2006-05-14 17:04:58 +00:00
  • 95d03f2d46 - remove dependencies on old FCK rich text editor Toby Jee 2006-05-14 16:44:08 +00:00
  • f28e59569b - remove dependencies on old FCK rich text editor Toby Jee 2006-05-14 16:40:14 +00:00
  • 892e3ea4c0 WW-1269 Toby Jee 2006-05-14 09:26:02 +00:00
  • 878ea7941d WW-1284 Toby Jee 2006-05-14 06:25:18 +00:00
  • 82f694e409 XW-371 WW-1311 - changed javascript regexp fro validator type of both 'regexp' and 'stringregexp' from Toby Jee 2006-05-13 02:55:39 +00:00
  • 7dcad16f45 ww-1310 Toby Jee 2006-05-10 13:34:28 +00:00
  • b5b5479341 added some comments in the code Toby Jee 2006-05-10 08:42:16 +00:00
  • 5718db3ab5 Marking LGPL deps as provided so they aren't included in wars and the release Donald J. Brown 2006-05-10 05:55:59 +00:00
  • 64dec1a358 Marking Jasper reports as provided to prevent the jars from being included in a release Donald J. Brown 2006-05-10 05:50:57 +00:00
  • 03e01e1c75 apps pom.xml * Add Spring dependency to POM so that applications will deploy. Ted Nathan Husted 2006-05-09 20:47:58 +00:00
  • 56c14b0c17 updating to don's project changes Patrick Lightbody 2006-05-08 16:59:32 +00:00
  • b78e1378a2 don't need to specify jfreechart, it is part of the jasperreports 1.2.1 pom Patrick Lightbody 2006-05-08 16:23:54 +00:00
  • 7f8eb208fa - added dwr dependency into pom.xml Toby Jee 2006-05-08 15:53:37 +00:00
  • 57a7c31f42 STATUS * Add board report and votes from WebWork2 Incubator STATUS * Remove WW2 Incubator STATUS as obsolete ** Update SAF2 wiki with links to ongoing development discussions ("Bleeding Edge") Ted Nathan Husted 2006-05-08 13:34:41 +00:00
  • c201faa931 - easymockextension declare dependency on easymock version 1.1, but SAF actually needs easymock 2.0 for some of its test. Add an exclusion on easymockextension to exclude easymock 1.1 dependency on it Toby Jee 2006-05-08 07:12:28 +00:00
  • 73c07c79b6 Fixing report links on main site Donald J. Brown 2006-05-08 00:33:04 +00:00
  • 5a569165f5 Changed pom to inherit Struts POM, did more synching with Action 1 (for better, for worse:)) Donald J. Brown 2006-05-08 00:23:47 +00:00
  • 9c669d12cf Removing the gridsphere jar and added instructions on how to download it Donald J. Brown 2006-05-07 23:55:18 +00:00
  • 385117c18b Removing cewolf chart example from exampley Donald J. Brown 2006-05-07 23:53:15 +00:00
  • c3eb1669d8 Removing sitemesh jar, making it a maven dep Donald J. Brown 2006-05-07 23:46:52 +00:00
  • 5476348f0c Moved action2-temp back under action2 as trunk. Wendy Smoak 2006-05-07 21:56:19 +00:00
  • fbb26a6bb4 Temporarily rename in order to establish the usual trunk/branches/tags structure under struts/action2. trunk@404860 Wendy Smoak 2006-05-07 21:49:59 +00:00
  • 9e1437f34e Moving Webwork out of the Incubator and over to Struts as per Jira issue: #INFRA-791 trunk@404858 Henri Yandell 2006-05-07 21:29:56 +00:00
  • 83006c36ce Removing unnecessary files, moving Ant build into its own directory trunk@404855 Donald J. Brown 2006-05-07 19:03:38 +00:00
  • 0c67ead217 Creating ant build dir Donald J. Brown 2006-05-07 18:28:01 +00:00
  • 64c4cd4ec3 Completing move from thirdparty to extras, consolidated sources into one module Donald J. Brown 2006-05-07 16:51:48 +00:00
  • b967d99fcb Starting move of thirdparty to extras to match Action 1 Donald J. Brown 2006-05-07 16:38:24 +00:00
  • 48e6b57e0c ww-796 Toby Jee 2006-05-07 16:25:19 +00:00
  • dad3bc48f6 ww-769 Toby Jee 2006-05-07 13:51:44 +00:00
  • b74e18ea67 added into javadoc snippet explanation on how the form tag posting url is derived (the logic) Toby Jee 2006-05-07 13:50:31 +00:00
  • 753afa6d5b ww-1307 Toby Jee 2006-05-07 07:44:05 +00:00
  • 4af9b85252 Adding reports, changing subproject site path to match action 1 Donald J. Brown 2006-05-07 05:03:32 +00:00
  • 23380d8728 Moved webapps to apps to match Struts Action 1 WW-1305 Donald J. Brown 2006-05-07 04:48:10 +00:00
  • 8ba8bc5fcf Adding a configuration reset to ensure altSyntax is enabled Donald J. Brown 2006-05-07 04:23:21 +00:00