Commit Graph
600 Commits
Author SHA1 Message Date
Musachy Barroso 9dce6a2dcf WW-1876 Improve tooltips support
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@529440 13f79535-47bb-0310-9956-ffa450edef68
2007-04-16 23:20:56 +00:00
Rainer Hermanns 42726a3f2e Unit Test fixes for failing tests in Bamboo
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@527825 13f79535-47bb-0310-9956-ffa450edef68
2007-04-12 07:54:00 +00:00
Rainer Hermanns c0ef5221c7 Updating the xwork dependency to 2.1-SNAPSHOT to fix several problems reported to
XWork and S2:

WW-1635 struts.xml include dependant packages not loading properly
WW-1856 s18n tag appears to be broken

NOTE on XWork 2.x updates: All validators.xml files are now validated, a DTD header
is required.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@527815 13f79535-47bb-0310-9956-ffa450edef68
2007-04-12 07:33:52 +00:00
Musachy Barroso 09634ba83e WW-1876 Improve tooltips support
* Move tooltip.gif back to core (moved to Dojo plugin by mistake)

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@526959 13f79535-47bb-0310-9956-ffa450edef68
2007-04-09 23:47:21 +00:00
Musachy Barroso 5dc2a02973 Add DTD to validators.xml
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@526457 13f79535-47bb-0310-9956-ffa450edef68
2007-04-07 17:52:07 +00:00
Musachy Barroso 9670afa201 Fix test breaking build. Don, can you verify this?
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@526317 13f79535-47bb-0310-9956-ffa450edef68
2007-04-06 23:22:17 +00:00
Musachy Barroso 3bc38854c8 WW-1658 Create a general purpose "Bind" tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@526302 13f79535-47bb-0310-9956-ffa450edef68
2007-04-06 22:31:34 +00:00
Donald J. Brown 81525eef2d Fixing restful to use right methods (docs right, code wrong)
WW-1475


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@525431 13f79535-47bb-0310-9956-ffa450edef68
2007-04-04 06:18:26 +00:00
René Gielen 08b564d52d WW-1856:
Use changed TextProviderFactory (for upcoming XW 2.0.2) to fix issue with broken i18n tag / missing thread safety for TPF

See also:
http://jira.opensymphony.com/browse/XW-487
http://jira.opensymphony.com/browse/XW-476

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@523622 13f79535-47bb-0310-9956-ffa450edef68
2007-03-29 08:34:01 +00:00
Musachy Barroso bae4969cf8 WW-1800
* Add "compressed" and "baseRelativePath" attributes to the head tag on the Dojo plugin
* Ignore inherited tag attributes on head tag

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522094 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 19:10:01 +00:00
Musachy Barroso 117b7d64c7 Delete ajax autocompleter template from core
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522040 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 15:47:40 +00:00
Musachy Barroso 59675011f6 WW-1812
* Flag "closeButton" attribute as deprecated on tabbedpanel tag, and add "closable" on div tag
* Update showcase tabbedpanel example
* Remove ajax html doc from old location on core

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522039 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 15:37:58 +00:00
James Mitchell 93d2bef24b WW-1834 -- Remove old struts-tags-tld. It is currently being generated during the Maven build
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@521828 13f79535-47bb-0310-9956-ffa450edef68
2007-03-23 17:54:18 +00:00
James Mitchell 01ad6b200e WW-1834 Remove unnecessary file
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@521359 13f79535-47bb-0310-9956-ffa450edef68
2007-03-22 17:25:00 +00:00
Ted Nathan Husted 5d90132e0c WW-1825 "Anchor tag inserts newline at end of tag" apply patch submitted by Claus Ibsen
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520251 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 03:19:36 +00:00
Ted Nathan Husted 5be8649e19 WW-1814 "Default TypeConverters always created with default ObjectFactory" Reorder statics as suggested by Jasper Rosenberg
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520243 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 02:56:32 +00:00
Ted Nathan Husted 9afb07fb3b WW-1799 "StringLength validator is inconsistent client side and server side" submitted by Mads Riise Rasmussen
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520236 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 02:45:24 +00:00
James Mitchell e19616a110 WW-1827 - Added new test for CheckboxInterceptor -- thanks to Claus Ibsen
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520208 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 01:31:36 +00:00
James Mitchell 74b1311272 WW-1767 Fix a few typos and change lingering <a:sometag/> action references
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520201 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 01:17:27 +00:00
Ted Nathan Husted 8e7c6db335 WW-1803 "ScopeIntercaptor null references on session serialization" apply patch submitted by Sylvain RIBEYRON.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520152 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 22:48:48 +00:00
Musachy Barroso 8a7fdfad6e WW-1607
* Restore javascript files to core that were moved to the dojo plugin but were not related to dojo
* Render a tr with cells for the ajaxtags if a "label" is specified
* Fix wrong reference to dojo tooltip


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@519204 13f79535-47bb-0310-9956-ffa450edef68
2007-03-17 01:35:42 +00:00
Musachy Barroso c0095ee4ef WW-1607 Remove dojo-related templates from xhtm and css_xhtml
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@519198 13f79535-47bb-0310-9956-ffa450edef68
2007-03-17 01:15:50 +00:00
Musachy Barroso 03c7349557 WW-1607 Rename "tabbedPanel" to "tabbedpanel"
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517969 13f79535-47bb-0310-9956-ffa450edef68
2007-03-14 01:34:54 +00:00
Philip Luppens f6284fe86a WW-1797: Fixed bunch of typos.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517590 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 08:44:43 +00:00
Ted Nathan Husted 54b9de4f1b WW-1526 "Error with handling static resources under WebSphere 6". Flush output after copy to appease WebLogic and possibly other containers. Submitted by Adam Czysciak.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517506 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 03:13:07 +00:00
Ted Nathan Husted 323a7b9074 WW-1787 "Token session interceptor faiing with redirect-action" Apply patch based on WebWork #1404.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517499 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 02:31:35 +00:00
Ted Nathan Husted 467f4cdbde WW-1786 "using session-token interceptor generates FreeMarker template error" Apply patch submitted by Tom Schneider. The change synchronizes on the Ognl context so we don't concurrently execute results. The issue was that we were getting concurrency exceptions around the ognl context because the results were being executed concurrently. The change will reduce throughput when using the session-token interceptor, but it avoids the concurrency issues.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517426 13f79535-47bb-0310-9956-ffa450edef68
2007-03-12 22:22:12 +00:00
Ted Nathan Husted a8f1031e3c WW-1754 "The current struts-default.xml prevents TypeConverter wiring." Swap ObjectFactory and XWorkConverter load order per suggestion of Nicolas Berthet.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517412 13f79535-47bb-0310-9956-ffa450edef68
2007-03-12 21:36:16 +00:00
Ted Nathan Husted 4dd9c2d556 WW-1678 - Port cookie interceptor from WW 2.2.5. Patch submitted by Nate Drake based on code contributed to WebWork2/Open Symphony by Toby Jee and Mathew Payne.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517380 13f79535-47bb-0310-9956-ffa450edef68
2007-03-12 20:33:53 +00:00
Ted Nathan Husted 7edf976bd9 WW-1619 URL component and URLHelper class do not handle multiple request parameters with the same name correctly when includeParams="get". Apply patch submitted by Tom Schneider.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517364 13f79535-47bb-0310-9956-ffa450edef68
2007-03-12 20:05:24 +00:00
Ted Nathan Husted 88b946dacc WW-1707 Apply consistent naming for the results in struts-default.xml
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517343 13f79535-47bb-0310-9956-ffa450edef68
2007-03-12 19:13:34 +00:00
Wendy Smoak c62e2041b3 Deleted "duplicate" file that was causing problems with svn checkout. tabbedPanel.html remains.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517020 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 21:33:54 +00:00
Donald J. Brown 4a3270734c Added back text provider config which broke a bunch of tests
WW-1715


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516983 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 18:41:02 +00:00
Ted Nathan Husted e8866147d9 WW-1707 Apply consistent naming for the interceptors in struts-default.xml per report by Philip Luppens. Update example applications to use new names.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516940 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 15:51:35 +00:00
Ted Nathan Husted cc457eb49f WW-1781 - Set DevMode to false for example applications. Remove other redundant or obsolete settings. Conform indentation n struts-default.xml.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516928 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 15:31:14 +00:00
Musachy Barroso 3e77b6934f WW-1607
* Copy head tag to Dojo plugin
* Remove calendar-related attributes and tests from head tag
* Fix tabbedpanel examples in showcase to use the head tag from the Dojo plugin

WW-1757 Rename tabbed panel tag to "tabbedpanel" (from "tabbedPanel")



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516804 13f79535-47bb-0310-9956-ffa450edef68
2007-03-10 22:56:58 +00:00
Musachy Barroso 39fec2b7ac WW-1607
* Modify the StrutsTagSkipInheritance annotation so it can be applied to methods
* Overwrite setTheme(String) on the ajax tags to annotate it @StrutsTagSkipInheritance



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516779 13f79535-47bb-0310-9956-ffa450edef68
2007-03-10 20:22:34 +00:00
René Gielen 8657e0009a WW-1768:
Applied Oleg Gorobets' patch to make Set tag support JSP body as String value to set. Added also some words of documentation of this new feature.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516198 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 22:32:52 +00:00
René Gielen 3509fa4ded WW-1750:
fixing <script> tags in templates using deprecated language attribute, therefore breaking W3C validation

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516186 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 21:32:50 +00:00
René Gielen 38c83140a0 WW-1756:
Applied Erik Berg's patch to avoid unchecked reference to name parameter in radio tag freemarker template

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516165 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 20:08:28 +00:00
René Gielen ce52e8b93f WW-1762:
Applied Erik Berg's patch to beautify anchor tag output

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516162 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 20:00:58 +00:00
René Gielen 6467ba408a WW-1748:
Applied Oleg Gorobets patch to support TextProvider to be configured with struts.properties

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515979 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 09:11:27 +00:00
René Gielen 68dffd275f WW-1747:
- improved format pattern for fraction digits

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515884 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 01:49:11 +00:00
René Gielen 58982d5624 Removed broken character encodings, as indicated by bamboo reports
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515880 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 01:32:35 +00:00
René Gielen b65a8a7b40 WW-1747:
- updated test to show number formatting issue pointed out by Mike Baroukh
- fixed issue by preventing freemarker from formatting numbers for this template

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515871 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 01:06:58 +00:00
Musachy Barroso 25328211dd Fix form tag failing tests (add type="text/javascript")
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515832 13f79535-47bb-0310-9956-ffa450edef68
2007-03-07 23:06:46 +00:00
James Mitchell 57f8125973 Fix simple documentation error.
WW-1794



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515063 13f79535-47bb-0310-9956-ffa450edef68
2007-03-06 10:47:05 +00:00
Musachy Barroso f111ea4bbb WW-1607 Separate dojo-related tags into their own plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@514082 13f79535-47bb-0310-9956-ffa450edef68
2007-03-03 05:33:30 +00:00
Musachy Barroso 150fec2256 WW-1777 DateTimePicker now supports expressions in the property "displayFormat"
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@512580 13f79535-47bb-0310-9956-ffa450edef68
2007-02-28 02:48:06 +00:00
Musachy Barroso f829f52b6b WW-1771 Update DateTimePicker tag documentation. Sytax from:
http://www.unicode.org/reports/tr35/tr35-4.html#Date_Format_Patterns

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@512131 13f79535-47bb-0310-9956-ffa450edef68
2007-02-27 04:14:32 +00:00