Donald J. Brown
f3d09a04c1
Adding back accessors as deprecated for xslt result
...
WW-1550
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649881 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:54:03 +00:00
Donald J. Brown
6078c43b68
Removing the unused matchingPatterns and excludingPatterns parameters
...
WW-1550
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649880 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:52:37 +00:00
Donald J. Brown
21f3bcbbed
Adding correct response type for json validation
...
WW-2571
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649878 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:38:49 +00:00
Donald J. Brown
e584c30992
Use of generics in SessionAware and RequestAware
...
WW-2581
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649877 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:30:28 +00:00
Donald J. Brown
12d3f3f842
Annotation improvements to the result annotation
...
WW-2577
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649876 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:26:29 +00:00
Donald J. Brown
b02b2424f8
Better error handling for XSLT transform errors
...
WW-2594
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649874 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:20:57 +00:00
Donald J. Brown
f02befcd8f
Adding new settings to disable classpath action scanning for the codebehind and rest plugins
...
WW-2506
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649873 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:09:23 +00:00
Donald J. Brown
787370ffc0
Better handling of disabled checkboxes
...
WW-2499
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649823 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 14:55:33 +00:00
Donald J. Brown
3024f72a7e
Adding missing test resource
...
WW-2457
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649822 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 14:18:54 +00:00
Donald J. Brown
17c6b53a7f
Changing return code to 201 when location header is present
...
WW-2605
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649820 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 14:15:51 +00:00
Donald J. Brown
872012de45
Fixing improper render of boolean values for xslt result
...
WW-2457
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649814 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 14:01:15 +00:00
Donald J. Brown
0c162a4efb
Cleaning up the tabs
...
WW-2572
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649813 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 13:46:35 +00:00
Donald J. Brown
848b6f03ff
Fixing NPE for navigations that don't involve a Struts 2 action
...
WW-2572
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649812 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 13:44:32 +00:00
Donald J. Brown
ff4c8ede24
Fixing premature closing of xslt output stream
...
WW-2551
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649806 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 13:38:33 +00:00
Donald J. Brown
80bcbd0b3e
Fixing version, adding missing plugins
...
WW-2604
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649802 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 12:14:02 +00:00
Donald J. Brown
3f90a6cbe0
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649036 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 10:01:30 +00:00
Donald J. Brown
81dac44ab4
Commenting out one more rat execution on release
...
WW-2147
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649033 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 09:56:53 +00:00
Donald J. Brown
a9bf8b8097
Commenting out the other instances of the rat plugin that hold up the release
...
WW-2147
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649030 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 09:51:26 +00:00
Donald J. Brown
f4cce96c61
Commenting out the rat plugin as it is holding up the release. It shouldn't be
...
uncommented until it is known to have passed.
WW-2414
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649024 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 09:39:06 +00:00
Donald J. Brown
f9aca40383
Adding back spring, testng, and junit to the compile scope (as optional) to satisfy the
...
javadoc plugin when processing xwork source
WW-2414
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649020 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 09:28:00 +00:00
Donald J. Brown
e4b442d2eb
Fixing dojo annotations version
...
WW-2421
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649002 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 08:31:58 +00:00
Donald J. Brown
ecd5d84994
Upgrading to struts-annotations 1.0.3
...
WW-2421
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649001 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 08:30:44 +00:00
Donald J. Brown
38d661045e
Fixing spring test artifact id
...
WW-2421
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@648999 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 08:28:52 +00:00
Donald J. Brown
8403f62e93
Cleaning up POM for spring plugin
...
WW-2421
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@648993 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 08:06:33 +00:00
Donald J. Brown
e9c6bff01d
Adding the version of the apt plugin *shakes fist at Maven*
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647720 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 10:10:42 +00:00
Donald J. Brown
581252add3
Adding cargo version to fix broken build
...
WW-2539
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647660 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 04:46:38 +00:00
Jeromy Evans
907fe2b631
The closing I18n tag now throws an exception if it popped an unexpected object from the stack.
...
WW-2539
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647650 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 02:57:22 +00:00
Jeromy Evans
017fbe724a
Added useful WARNs to the TextProviderHelper when a message resource is not found and the default value is
...
used/evaluated
WW-2592
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647647 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 02:10:42 +00:00
Donald J. Brown
fb777b5170
Adding OSGi entries in the manifest
...
WW-2591
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647442 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 12:41:34 +00:00
Donald J. Brown
918111b807
Fixing javadoc, minor code improvements
...
WW-2589
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647439 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 12:16:41 +00:00
Donald J. Brown
ab99c5fc58
Removing optional from bean loading now that fileupload is required, cleaned up optional notation for freemarker, also required
...
WW-2590
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647435 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 11:48:17 +00:00
Donald J. Brown
75d4b0dc9c
* Upgrading commons-fileupload to 1.2.1, now required
...
* Cleaning up testing so spring's mocks are not in the compile scope
WW-2590 WW-2588
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647434 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 11:41:24 +00:00
Donald J. Brown
a7ef84b169
Adding appropriate svn ignores
...
WW-2589
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647419 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 10:36:03 +00:00
Donald J. Brown
b8c6812d3a
Moving the DWR validator into its own plugin
...
WW-2589
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647418 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 10:33:33 +00:00
Jeromy Evans
e027762fdf
Moved the search for a TextProvider from the Text tag into a Helper class and changed UIBean and Label to
...
use the helper instead of an OGNL expression to invoke getText(String)
Additional methods added to TestAction to override its default TextProvider impl
WW-1681, related issues WW-2539, W2511
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647366 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 03:09:28 +00:00
Donald J. Brown
1633765ee1
Moving JUnit and TestNG base classes into their own plugins
...
WW-2588
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647062 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 06:07:13 +00:00
Rainer Hermanns
081c28d1ce
WW-2421
...
updated freemarker dep to 2.3.12
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@645134 13f79535-47bb-0310-9956-ffa450edef68
2008-04-05 16:40:29 +00:00
Rainer Hermanns
5e80208eba
WW-2421
...
o adding default-class-ref to struts-default.xml to make showcase working again
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@643398 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 13:45:45 +00:00
Rainer Hermanns
e1cf8664c5
WW-2565
...
StreamResult calling wrong method for setContentType in resolveParamsFromStack
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@643360 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 11:07:24 +00:00
Rainer Hermanns
92db102c07
WW-2465
...
Dynamic trees in the dojo plugin causes a freemarker error if the child property returns null
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@643359 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 11:01:22 +00:00
Rainer Hermanns
3475f27cb0
WW-2421
...
Use XWork 2.1.1 release
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@643358 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 10:54:28 +00:00
Rainer Hermanns
cae6a55f03
Update all S2 Wiki docs and S2/XW JavaDocs to reflect camelCase interceptor and result names.
...
Issue Number: WW-2491
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@642323 13f79535-47bb-0310-9956-ffa450edef68
2008-03-28 18:07:22 +00:00
Rainer Hermanns
b75f525915
WW-2421 Fixing test failure in DateTestTag if calculated year is a leap year
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@642295 13f79535-47bb-0310-9956-ffa450edef68
2008-03-28 17:10:25 +00:00
Brian Pontarelli
5c984bb6d4
Escaped key prior to OGNL evaluation for label. Test is commented out because I couldn't figure out how to get it working.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@635737 13f79535-47bb-0310-9956-ffa450edef68
2008-03-10 22:35:58 +00:00
Brian Pontarelli
ec0efd5b40
Moved the dynamic attributes up so that that they are available to type converters in the context
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@634406 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 20:34:49 +00:00
René Gielen
fa5a2ae788
Update for security fix release
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@632865 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 23:02:40 +00:00
Donald J. Brown
ed3d9e2fff
Fixing show action NPE
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@632747 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 12:30:31 +00:00
Nils-Helge Garli
7653396d04
WW-2509 No need for the FilterDispatcher in the sample application, and removed duplicate entry for commons-lang in the pom.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@632737 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 11:13:15 +00:00
Jeromy Evans
7eb4ee32f3
WW-2256 Update template/xhtml/validation.js to allow client-side validation of an autocompleter (gentle search for TR nodes containing error labels)
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@632335 13f79535-47bb-0310-9956-ffa450edef68
2008-02-29 15:00:18 +00:00
Jeromy Evans
69f5373afb
WW-2518 Applied Sarat Pediredla's patch so the RestWorkflowInterceptor uses the method names overridden by the configuration
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@631829 13f79535-47bb-0310-9956-ffa450edef68
2008-02-28 03:37:12 +00:00