Commit Graph

2688 Commits

Author SHA1 Message Date
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
Toby Jee dd1766a03d - update snippet/javadoc to show usage of parse and encode result
parameters.



git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408151 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 09:29:01 +00:00
Toby Jee 4afb133c58 WW-1315
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408150 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 09:16:25 +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 449a451912 Fixing jsf setup interceptor to not complain so loudly if jsf isn't present, fixed freemarker
test to properly extend StrutsTestCase


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408140 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 06:24:37 +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 5b781325d0 - added apache license at the top
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408035 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:57:33 +00:00
Toby Jee 0da048f6dc updated javadoc example snippet
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408026 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:40:08 +00:00
Toby Jee 9cf677072d WW-1316
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408016 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:11:06 +00:00
Patrick Lightbody 3d363a9213 whoops. i'll fix later
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407904 13f79535-47bb-0310-9956-ffa450edef68
2006-05-19 20:29:40 +00:00
Patrick Lightbody cd96530986 put the AC in the session on all requests (if in devMoe)
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407898 13f79535-47bb-0310-9956-ffa450edef68
2006-05-19 20:06:30 +00:00
Patrick Lightbody 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

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407897 13f79535-47bb-0310-9956-ffa450edef68
2006-05-19 20:00:43 +00:00
Toby Jee 6251303f17 - fixed failing test (due to newly added missing id attribute)
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407683 13f79535-47bb-0310-9956-ffa450edef68
2006-05-19 01:38:50 +00:00
Toby Jee 73438ab79b - fixed failling test (due to added missing id attribute)
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407682 13f79535-47bb-0310-9956-ffa450edef68
2006-05-19 01:37:26 +00:00
Rainer Hermanns 5b3ac58408 ups, fixing double id param for input type submit and button...
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407157 13f79535-47bb-0310-9956-ffa450edef68
2006-05-17 05:07:36 +00:00
Rainer Hermanns f4e1914057 Fixing missing id parameter
See: http://forums.opensymphony.com/thread.jspa?messageID=60164#60164


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407152 13f79535-47bb-0310-9956-ffa450edef68
2006-05-17 04:58:10 +00:00
Toby Jee cd002f10e8 - replace e.printStackTrace() with LOG.error("...", e);
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407143 13f79535-47bb-0310-9956-ffa450edef68
2006-05-17 03:55:46 +00:00
Toby Jee c1e5366cc6 update javadoc
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406967 13f79535-47bb-0310-9956-ffa450edef68
2006-05-16 15:14:57 +00:00
Toby Jee f48c0e37f3 - remove unecessary import statement
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406386 13f79535-47bb-0310-9956-ffa450edef68
2006-05-14 17:51:15 +00:00
Toby Jee 34ad158dce WW-1312
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406385 13f79535-47bb-0310-9956-ffa450edef68
2006-05-14 17:47:20 +00:00
Toby Jee 542b63b83e - remove dependencies on old FCK rich text editor
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406375 13f79535-47bb-0310-9956-ffa450edef68
2006-05-14 17:04:58 +00:00
Toby Jee 95d03f2d46 - remove dependencies on old FCK rich text editor
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406371 13f79535-47bb-0310-9956-ffa450edef68
2006-05-14 16:44:08 +00:00
Toby Jee f28e59569b - remove dependencies on old FCK rich text editor
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406369 13f79535-47bb-0310-9956-ffa450edef68
2006-05-14 16:40:14 +00:00
Toby Jee 892e3ea4c0 WW-1269
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406288 13f79535-47bb-0310-9956-ffa450edef68
2006-05-14 09:26:02 +00:00
Toby Jee 878ea7941d WW-1284
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406273 13f79535-47bb-0310-9956-ffa450edef68
2006-05-14 06:25:18 +00:00
Toby Jee 82f694e409 XW-371
WW-1311
- changed javascript regexp fro validator type of both 'regexp' and
  'stringregexp' from

!field.value.match("..."){

to

field.value.match("...")==null) {

cause field.value.match(..) method returns an array or null if no matching exists



git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405999 13f79535-47bb-0310-9956-ffa450edef68
2006-05-13 02:55:39 +00:00
Toby Jee 7dcad16f45 ww-1310
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405758 13f79535-47bb-0310-9956-ffa450edef68
2006-05-10 13:34:28 +00:00
Toby Jee b5b5479341 added some comments in the code
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405678 13f79535-47bb-0310-9956-ffa450edef68
2006-05-10 08:42:16 +00:00
Toby Jee 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
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@404946 13f79535-47bb-0310-9956-ffa450edef68
2006-05-08 07:12:28 +00:00
Donald J. Brown 73c07c79b6 Fixing report links on main site
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@404885 13f79535-47bb-0310-9956-ffa450edef68
2006-05-08 00:33:04 +00:00
Toby Jee 48e6b57e0c ww-796
- set tag with no scope specified (which defaults to action scope) will
  now store the value under the name as its key in both action and page
  context now.



git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@404790 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 16:25:19 +00:00
Toby Jee dad3bc48f6 ww-769
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@404761 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 13:51:44 +00:00
Toby Jee b74e18ea67 added into javadoc snippet explanation on how the form tag posting url
is derived (the logic)



git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@404760 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 13:50:31 +00:00
Toby Jee 753afa6d5b ww-1307
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@404739 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 07:44:05 +00:00
Donald J. Brown 4af9b85252 Adding reports, changing subproject site path to match action 1
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400423 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 05:03:32 +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
Donald J. Brown 8ba8bc5fcf Adding a configuration reset to ensure altSyntax is enabled
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400412 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 04:23:21 +00:00
Donald J. Brown 5624d647e9 Starting to synchronizing the Maven 2 build with Struts Action 1,
keeping the Ant build in sync


git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400385 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 02:32:25 +00:00