Commit Graph

  • 61730185c3 WW-1349 - removed an unused directory accidently commited in while trying to replicate a bug on my local machine Toby Jee 2006-06-18 09:22:12 +00:00
  • 91fc63e233 Changed JSF example to use common CRUD actions and DAO's, reorganizes pages to match other example Donald J. Brown 2006-06-18 05:47:30 +00:00
  • 2dbc2367a7 WW-1340 - corrected some mistake in javadoc, it should be <saf:form action="myActionAlias"...> instead of <saf:form name="myActionAlias" ...> Toby Jee 2006-06-18 05:37:19 +00:00
  • eb430b3aba WW-1351 - added link to chat (ajax) example - added redirect to chat example when hitting url <context-path>/chat/ Toby Jee 2006-06-18 05:11:59 +00:00
  • de66289b1f Fixing stack in portlet mode so action always on top, removing IoC intercepter stack Portlet patch provided by Nils-Helge Garli Donald J. Brown 2006-06-17 20:12:40 +00:00
  • 3b4e9e9281 Removing XWork IoC references, adding missing jsf showcase index page Donald J. Brown 2006-06-17 19:59:52 +00:00
  • 1fc039da97 Changing request encoding to apply to file uploads, allowing zero-sized file uploads Donald J. Brown 2006-06-17 19:20:52 +00:00
  • a72ed71742 Fixing potential recurision problem with ActionContext cleanup in Weblogic. Patch provided by Pete Matern Donald J. Brown 2006-06-17 19:14:09 +00:00
  • b74684b114 Adding the ability to use a role-hint in the plexus configuration Patch provided by Emmanuel Venisse Donald J. Brown 2006-06-17 19:02:02 +00:00
  • 608a16cb54 WW-1319 - added up/down buttons on both side of the select tag, allow item to be crossed transfered as well as being moved up and down in its containing select tag. Toby Jee 2006-06-17 12:26:03 +00:00
  • 29f2a02420 WW-1351 - added a simple chat webapp into showcase demonstrating SAF2's ajax capabilities Toby Jee 2006-06-17 08:36:47 +00:00
  • 0ffa565109 WW-1351 - added a simple chat webapp into showcase demonstrating SAF2's ajax functionality Toby Jee 2006-06-17 08:35:26 +00:00
  • fa73b0214b WW-1351 - added a simple webapp into showcase demonstrating SAF2's ajax features Toby Jee 2006-06-17 08:34:33 +00:00
  • 2ab5d0cff0 WW-1351 - added a simple chat webapp into showcase demonstrating SAF2's AJAX features Toby Jee 2006-06-17 08:33:02 +00:00
  • 0d849490e5 WW-1351 - added a simple chat webapp into showcase demonstrating SAF2's AJAX features Toby Jee 2006-06-17 08:31:30 +00:00
  • a8f9215661 WW-1351 - added a simple chat webapp into showcase decomstrating SAF2's ajax features Toby Jee 2006-06-17 08:29:16 +00:00
  • e1e28a7eeb WW-1351 - add a simple chat wabapp to showcase demonstrating SAF2's AJAX features Toby Jee 2006-06-17 08:27:50 +00:00
  • cca8856326 Made JSF interceptors able to be included in non-jsf actions/apps; improved JSF example in showcase to allow adding of employees, better page layout, match other similar examples, add simple validation, add jsf example link to main page Donald J. Brown 2006-06-17 05:51:12 +00:00
  • a0614954f4 WW-1304 - refactor some of the bits in ajax theme (submit-ajax.ftl) that uses <td>..<td> etc to xhtml's controlheader.ftl where it should really be as xhtml uses <td>...<td> to arrange its components Toby Jee 2006-06-17 00:24:41 +00:00
  • 6bdc2030ef WW-1340 - updated javadoc to correct ambiguities pointed out by Jennifer (see http://forums.opensymphony.com/thread.jspa?threadID=33869&tstart=0) - updated javadoc to separate out Freemarker and JSP usage. Toby Jee 2006-06-16 07:53:20 +00:00
  • 5de28ca62e Removed attribute package. To be replaced by annotation-based impl. Bob Lee 2006-06-16 01:31:15 +00:00
  • 3eb6868fce Added junit version to action-api pom. Included action-api pom in action2 pom. Bob Lee 2006-06-16 00:16:34 +00:00
  • a31a4885ff Fixing build errors (doh!) Donald J. Brown 2006-06-14 18:09:15 +00:00
  • 2338080b19 WW-1293 - while altering tree.ftl to avoid possiblity of id attribute being printed twice, some test case failed. - just a minor reordering, tilte attribute comes first then id instead of previously where id comes first followed by title attribute Toby Jee 2006-06-14 15:43:39 +00:00
  • f51307bb85 WW-1293 - improved javadoc / snippet by having more description and more example (static tree and dynamic tree) - corrected some mistake in javadoc - altered tree.ftl to avoid the possibility of id attribute to be printed twice Toby Jee 2006-06-14 15:38:38 +00:00
  • 24371275ac - corrected snippet that uses velocity wrongly Toby Jee 2006-06-14 14:00:54 +00:00
  • e479690567 - added javadoc & snippet to reflect the fact that if JSP template is being used, it should resides in the webapp not the classpath as JSP is not capable of being picked up from classpath unlike Freemarker or Velocity Toby Jee 2006-06-14 13:48:08 +00:00
  • 37ca6bdf11 Removing debug tag, as it is currently broken and the debug console does the same thing basically WW-497 Donald J. Brown 2006-06-14 05:22:07 +00:00
  • 9ececacf63 passing test (last time, i swear) Patrick Lightbody 2006-06-13 22:07:10 +00:00
  • 34edfc0285 one more failure test Patrick Lightbody 2006-06-13 22:05:57 +00:00
  • 972d9411cb fixing test back (done with test) Patrick Lightbody 2006-06-13 21:50:53 +00:00
  • 910af4124e testing CI server Patrick Lightbody 2006-06-13 21:45:39 +00:00
  • 16407882c9 - added an entry for custom freemarker (needed by one of the example in showcase) - added entry to disable browser cache, for easier debugging showcase Toby Jee 2006-06-12 12:16:02 +00:00
  • b867b18b7c Added a wildcard example to showcase, fixed showcase config with new resources layout, added display of struts classes in debug mode, minor formatting Donald J. Brown 2006-06-12 00:31:36 +00:00
  • 271ced9723 Removing duplicate resources Donald J. Brown 2006-06-12 00:09:28 +00:00
  • d4c76f520f Adding back struts properties Donald J. Brown 2006-06-12 00:06:39 +00:00
  • dcb51d4e1f - moved in those webapp resources with history Toby Jee 2006-06-11 18:52:09 +00:00
  • f2a968bd06 -removed those resources without history so we could moved those with history in Toby Jee 2006-06-11 18:49:06 +00:00
  • 598327c5a5 - moved resource to its correct directory Toby Jee 2006-06-11 18:47:06 +00:00
  • 718e8eb251 - added resource Toby Jee 2006-06-11 18:46:17 +00:00
  • ed67ed5285 - removed this so we could move the ones with history in Toby Jee 2006-06-11 18:42:02 +00:00
  • d2f833be97 - moved in those resources (with history) Toby Jee 2006-06-11 18:40:50 +00:00
  • 16e2dbb6ee - removed those without history, so we could move the one with history in Toby Jee 2006-06-11 18:38:56 +00:00
  • 38671b35f1 - moved in webapp resources with history Toby Jee 2006-06-11 18:38:02 +00:00
  • d44b9443fe - removed the old one (without history) so we could move the one with history in Toby Jee 2006-06-11 18:36:47 +00:00
  • 6692cde413 - moved in webapp resources with history Toby Jee 2006-06-11 18:35:49 +00:00
  • 809f262050 -removed the ones without history so we could move the one with history in Toby Jee 2006-06-11 18:32:50 +00:00
  • 35652135c2 - moved webapp resource with history in Toby Jee 2006-06-11 18:30:35 +00:00
  • 7d77dd3b8e - removed the ones without history so we could move the ones with history in Toby Jee 2006-06-11 18:28:00 +00:00
  • 350eabfc20 - reverted from history (413224) Toby Jee 2006-06-11 18:26:14 +00:00
  • 1b1814735d - reverted from history (413224) Toby Jee 2006-06-11 18:22:30 +00:00
  • 09953b2165 -reverted from history (413224) Toby Jee 2006-06-11 18:20:44 +00:00
  • 20a5353d74 -reverted from history (413224) Toby Jee 2006-06-11 18:18:36 +00:00
  • 3afd2693ff -reverted from history (413224) Toby Jee 2006-06-11 18:17:47 +00:00
  • 1f61631d1a - reverted from history (413224) Toby Jee 2006-06-11 18:13:44 +00:00
  • 132e7b6128 - moved in webapp resources with history Toby Jee 2006-06-11 17:58:16 +00:00
  • 11f9854e4f - remove this xwork.xml so we could move the one with history back in Toby Jee 2006-06-11 17:56:44 +00:00
  • 28bee3dffd - remove the ones without history such that we could moved the one with history over Toby Jee 2006-06-11 17:50:12 +00:00
  • d44e18c1c1 - moved in the webapp resources (with history) Toby Jee 2006-06-11 17:46:40 +00:00
  • b5720fa0d0 - remove these so that we could move over the ones with history Toby Jee 2006-06-11 17:44:57 +00:00
  • ad8ba1e301 - moved webapp resource with history Toby Jee 2006-06-11 17:41:55 +00:00
  • d212281c00 - delete, so we could move over the one with history Toby Jee 2006-06-11 17:40:14 +00:00
  • 316e86c5ef - reverted from history (413246) Toby Jee 2006-06-11 17:07:09 +00:00
  • e36fec883c - reverted from history (413420) Toby Jee 2006-06-11 17:05:04 +00:00
  • 5722f728b1 - reverted back from history (413244) Toby Jee 2006-06-11 16:58:51 +00:00
  • fac7ff77b1 - reverted back from history (413232) Toby Jee 2006-06-11 16:56:31 +00:00
  • a8aef9324f WW-1336 - webapp resources are moved to /src/main/resources Toby Jee 2006-06-11 08:11:43 +00:00
  • 63438d0c47 WW-1336 Toby Jee 2006-06-11 08:10:42 +00:00
  • f6076e4207 WW-1336 - webapp resources are moved to be under /src/main/resources Toby Jee 2006-06-11 08:09:04 +00:00
  • 95a46ab524 WW-1336 Toby Jee 2006-06-11 08:08:09 +00:00
  • 9e42ef03bf WW-1336 - webapp resources are moved to be under /src/main/resources directory Toby Jee 2006-06-11 08:04:58 +00:00
  • 925230d210 WW-1336 Toby Jee 2006-06-11 08:03:58 +00:00
  • 6d8ff53760 WW-1336 - resource are moved to be under /src/main/resources directory instead of this Toby Jee 2006-06-11 08:01:10 +00:00
  • f939daf54b WW-1336 Toby Jee 2006-06-11 07:59:36 +00:00
  • 88b19c0697 Adding support for arbitrary exceptions, including showing snippets of the problematic Java code if source is available Donald J. Brown 2006-06-10 23:50:15 +00:00
  • f77a41635f WW-1338 - <saf:div ..> tag should be able to not auto start and depend make remote connection only when a topic of interest is received Toby Jee 2006-06-10 18:50:10 +00:00
  • 5acc1f5e1c Marked the MyFaces dependency 'optional' (and tabs -> spaces). Removed a duplicate JSP API dependency. Wendy Smoak 2006-06-10 15:25:50 +00:00
  • 6925978a06 - added an example of using <saf:component ... /> tag - show templating using jsp and freemarker Toby Jee 2006-06-10 13:34:22 +00:00
  • 22b2454894 - removed <scope>provided<scope> from myfaces dependency, since myfaces-jsf-api is available in the repository Toby Jee 2006-06-10 13:24:38 +00:00
  • 966d93460e WW-1337 - empty.ftl is moved to simple theme, xhtml theme will inherit from it Toby Jee 2006-06-10 10:04:49 +00:00
  • fcce327d2f WW-1337 Toby Jee 2006-06-10 10:03:54 +00:00
  • 76371a631e - added missing getter/setter and protected member variable for templateDir - the backing component already has this property so does the tld, just adding it here to make everything complete. Toby Jee 2006-06-10 09:20:54 +00:00
  • e0b93cbfec - added missing dependency to make shipping-cart works Toby Jee 2006-06-10 05:26:27 +00:00
  • 5128d02963 WW-1336 Toby Jee 2006-06-10 04:55:40 +00:00
  • b0b99c48fe - WW-1336 Toby Jee 2006-06-10 04:54:56 +00:00
  • 7afd376eca - WW-1336 Toby Jee 2006-06-10 04:52:34 +00:00
  • ee4a173efd WW-1336 Toby Jee 2006-06-10 04:51:40 +00:00
  • 40419d89ce WW-1336 Toby Jee 2006-06-10 04:48:03 +00:00
  • 442b939ed2 WW-1336 Toby Jee 2006-06-10 04:47:18 +00:00
  • c626cbdbe4 WW-1336 Toby Jee 2006-06-10 04:44:43 +00:00
  • 199f99922c WW-1336 Toby Jee 2006-06-10 04:43:36 +00:00
  • a5ccafda71 WW-1336 - added src/main/resources to <classDir>...</classDir> tag Toby Jee 2006-06-10 04:38:30 +00:00
  • 10c2998cdb WW-1336 Toby Jee 2006-06-10 04:34:31 +00:00
  • 4430903cd1 WW-1336 Toby Jee 2006-06-10 04:33:41 +00:00
  • 3679b515ea WW-1336 Toby Jee 2006-06-10 04:32:11 +00:00
  • a2c8d4ba6e WW-1336 Toby Jee 2006-06-10 04:29:58 +00:00
  • c8ef856ba9 WW-1336 Toby Jee 2006-06-10 04:28:41 +00:00
  • 0ef9520a7b WW-1336 Toby Jee 2006-06-10 04:27:46 +00:00
  • d52b21592f WW-1336 Toby Jee 2006-06-10 04:26:24 +00:00
  • da134f3023 WW-1336 Toby Jee 2006-06-10 04:25:41 +00:00