Commit Graph

554 Commits

Author SHA1 Message Date
Ted Nathan Husted 659fa20100 WW-1353 Update MailReader to use wildcards instead of bangs.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@425589 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 03:04:47 +00:00
Ted Nathan Husted 767de1723b WW-1378 Amend version from 2.0 to 2.0.0 to match 1.x conventions. Add Mailreader to apps roster.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424751 13f79535-47bb-0310-9956-ffa450edef68
2006-07-23 15:02:22 +00:00
Toby Jee 9e8bcaf2fb XW-386
- fix test case failing due to (XW-386)



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424582 13f79535-47bb-0310-9956-ffa450edef68
2006-07-22 14:25:40 +00:00
Toby Jee 103bdebb8c WW-1389
- Added more tests to test If/Else/ElseIf tag 



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424544 13f79535-47bb-0310-9956-ffa450edef68
2006-07-22 10:34:07 +00:00
Toby Jee 5166c86f7b - WW-1389 WW-1367
- changed to use 's' prefix instead of 'saf'
  - changed uri to be '/tags' instead of '/struts-action'



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424536 13f79535-47bb-0310-9956-ffa450edef68
2006-07-22 07:54:40 +00:00
Toby Jee a1af6031f7 WW-1389
- added test example into showcase to using If/Else/ElseIf tag (in JSP
    and freemarker form)



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424533 13f79535-47bb-0310-9956-ffa450edef68
2006-07-22 07:25:15 +00:00
Toby Jee f6e0e759cd WW-1389
- Add If, Else and ElseIf to freemarker model



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424526 13f79535-47bb-0310-9956-ffa450edef68
2006-07-22 05:33:27 +00:00
Ted Nathan Husted 5279f6658c ww-1367 Update applications and taglib references for Struts 2 conventions.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424153 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 01:21:13 +00:00
Ted Nathan Husted 957ad96110 ww-1367 Update applications and taglib references.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@424152 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 01:04:41 +00:00
Rainer Hermanns 8351775477 XSLTResult - 3 issues
o backport from WW-2.2.3
o fixed stylesheet
o reactivated commented test cases
Issue number:  WW-1255
Obtained from: 
Submitted by:  
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423998 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 17:24:46 +00:00
Rainer Hermanns 93f7cecb0b XSLT Views + XML Mapping + HashMap support
o backport of new XSLT support from WW-2.2.3
Issue number:  WW-492
Obtained from: 
Submitted by:  Pat Niemeyer
Reviewed by:   Rainer Hermanns
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423995 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 17:23:12 +00:00
Toby Jee f69957a4bc WW-1387 backport form WW issue - Quickstart does not load classes from WEB-INF/classes first
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423507 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 16:05:05 +00:00
Toby Jee 1e98a4119e WW-1385 - flush writer to make sure action refered get rendered in order
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423489 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 15:22:49 +00:00
Toby Jee c8ac51ccd9 WW-1386
- SessionMap needs an invalidate method



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423485 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 15:12:58 +00:00
Toby Jee 76ff651e9e WW-1340
- added javadoc describing variables accessible from the decorating template (with examples)

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423382 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 06:16:47 +00:00
Donald J. Brown 9004be61a7 Changed action mapper to always add the extension when building a uri to
prevent the masking of cases where the user adds the extension when it
shouldn't be there like the form's action attribute
WW-1323


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423378 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 05:42:21 +00:00
Wendy Smoak 4572e4da81 Move the apps build into a profile, so the example apps are not built by default.
To enable, use -Papps or -Dapps on the mvn command line.
WW-1305

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423357 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 03:51:35 +00:00
Donald J. Brown 32f94c1b9e Adding a Maven 2 build for mailreader, integrating it into the regular
maven build, restructuring app source for Maven
WW-1349


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423349 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 02:56:36 +00:00
Ted Nathan Husted 363eb1def3 WW-1349 Move Mailreader out of the sandbox.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423340 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 02:08:03 +00:00
Donald J. Brown ce4ca61a97 Fixing broken tests
WW-1309


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423278 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 22:54:39 +00:00
Donald J. Brown 53c842a616 Making the form method "POST" by default
WW-1309 WW-1343


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423270 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 22:24:26 +00:00
Donald J. Brown 105838ff57 Improving the source release to include all jars needed to build core
and a small Ant script to compile core
WW-1378 WW-1384


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423222 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 19:51:10 +00:00
Donald J. Brown 13ae981311 Changed action mapper to use configuration, allowing action names with
slashes, consolidated some tests, few cleanups
WW-1383


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422972 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 05:28:45 +00:00
Donald J. Brown b57433f10e Removed action!method syntax by default, however, it can be enabled
by specifying the "struts.compatibilityMode" property to true.
WW-1353


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422956 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 04:15:02 +00:00
Ted Nathan Husted 2fcffcd06c WW-1367 Change reference from 2.0 to 2.x
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422745 13f79535-47bb-0310-9956-ffa450edef68
2006-07-17 15:48:34 +00:00
Toby Jee f35ebfde5b WW-1375 added link to hangman to showcase menu
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422426 13f79535-47bb-0310-9956-ffa450edef68
2006-07-16 10:09:57 +00:00
Toby Jee 7b87cdec47 WW-1375 finnish up hangman example
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422423 13f79535-47bb-0310-9956-ffa450edef68
2006-07-16 09:58:16 +00:00
Toby Jee 25b9d880de git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422414 13f79535-47bb-0310-9956-ffa450edef68 2006-07-16 09:04:22 +00:00
Toby Jee 11e0c2867d WW-1375
- renamed hangman.ftl to hangmanAjax.ftl  



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422409 13f79535-47bb-0310-9956-ffa450edef68
2006-07-16 08:45:34 +00:00
Toby Jee 7730d14b25 WW-1375
- modified javascript



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422408 13f79535-47bb-0310-9956-ffa450edef68
2006-07-16 08:44:24 +00:00
Toby Jee f8e66533d2 WW-1297 WW-1381
- fix at times the all panel will appear when remote=true
  - fix when remote=true, during first load the remote content is not
    displayed



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422378 13f79535-47bb-0310-9956-ffa450edef68
2006-07-16 05:37:57 +00:00
Toby Jee 2e6605497f WW-1297
- add example into showcase that causes bug WW-1297 to appear  



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422376 13f79535-47bb-0310-9956-ffa450edef68
2006-07-16 05:24:08 +00:00
Toby Jee 3cd10fa091 WW-1317
- changes in javadoc (uses dojo tooltip attributes as example)
 


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422253 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 15:42:07 +00:00
Toby Jee b4dfad3a54 WW-1317
- work on tooltip (changes due to switch to dojo tooltip)



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422251 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 15:24:09 +00:00
Toby Jee 4e7d157c39 WW-1379
- remove example that uses rich text editor



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422250 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 15:19:27 +00:00
Toby Jee 951852b7ca WW-1317
- removed tooltip example, as there's not much functionality to
    demostrate with the change to dojo tooltip



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422249 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 15:16:11 +00:00
Toby Jee 11e10a78cf WW-1379
- removed rich text editor from Struts2



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422175 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 08:07:22 +00:00
Toby Jee 708d3891cc WW-1380
- fixed "ww:head tag includes parameters in URLs to stylesheets"



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422166 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 07:35:50 +00:00
Wendy Smoak fcbd1c99b3 First pass at Struts 2 distribution assemblies.
Docs from Confluence are not yet included.
WW-1378

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421815 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 06:34:51 +00:00
Donald J. Brown 75055d4322 More cleanups - Javadocs, empty packages, unused methods, unused imports, accessors, etc
WW-1349


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421778 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 01:09:55 +00:00
Donald J. Brown 2feb96c80b More cleanups - Javadocs, generics fixes, access controls
WW-1349


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421776 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 00:47:56 +00:00
Donald J. Brown 808abc64a0 Fixing last references of xwork.xml that I could find
WW-1344


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421745 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 23:52:21 +00:00
Donald J. Brown 77142e5106 General cleanup - Javadoc updates, fixed spellings, removed unused methods,
renamed DispatcherUtils to Dispatcher to reflect its new role, changed
access controls on variables and methods, improved quickstart
WW-1349


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421742 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 23:48:46 +00:00
Donald J. Brown e3160379ad Fix tests that depended on bug http://jira.opensymphony.com/browse/WW-945
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421343 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 17:46:39 +00:00
Bob Lee d217fe601b Removed more unnecessary directories.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421050 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 00:22:43 +00:00
Bob Lee 871a24586b Removing superfluous directory.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421041 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 00:01:24 +00:00
Toby Jee 9e54fcf6af WW-1340
- added test case missing from Struts2 but is in WW



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@420931 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 17:24:24 +00:00
Toby Jee 93e4f4be76 WW-1377
- readonly attribute ignore boolean value



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@420930 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 17:19:06 +00:00
Donald J. Brown 3b493cd8da Improving JSF navigation to fail over to configured handler if Struts
result cannot be located
WW-1358


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@420703 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:08:40 +00:00
Donald J. Brown eacc9f32d3 Fixing mistaken OS copyright
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@420693 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 03:36:33 +00:00