Commit Graph
23 Commits
Author SHA1 Message Date
Keith Donald ef80ddf816 Spring eval docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2969 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-12 20:43:40 +00:00
Keith Donald 649a402a27 Spring eval docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2968 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-12 20:42:35 +00:00
Keith Donald 7a3fe2081c spring:eval tag initial commit
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2956 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-11 22:53:49 +00:00
Juergen Hoeller 127553f9a7 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2945 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-10 21:29:13 +00:00
Keith Donald 26a1bed4fd renamed path element to mapping per code review
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2551 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-30 16:32:59 +00:00
Keith Donald d7906963a3 ability to have multiple path patterns per mapped interceptor definition
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2542 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-30 07:51:29 +00:00
Keith Donald 690e243482 added back mvc:interceptors element and added interceptor matching based on path pattern; needs review
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2541 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-30 02:55:02 +00:00
Keith Donald 2440277399 SPR-6413 and SPR-6414 first cut: needs review, particularly compatibility note in AbstractHandlerMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2510 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-26 08:27:42 +00:00
Keith Donald ef3cf61484 mvc namespace interceptors element--ignoring test case until issue with setting collection of bean definition property values is resolved
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2488 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-21 16:00:53 +00:00
Keith Donald d20ba0adec mvc:interceptors namespace element initial commit
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2487 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-21 15:17:26 +00:00
Thomas Risberg df583711f1 added entry for unversioned xsd reference
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2334 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 16:29:31 +00:00
Keith Donald 043b001a67 docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2332 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 15:51:43 +00:00
Christian Dupuis 02c23384d3 update icon for mvc namespace
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2330 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 15:42:53 +00:00
Keith Donald 260b4c445d not needed according to Christian
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2329 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 15:28:29 +00:00
Keith Donald 330bffd647 mvc namespace conversion-service and validator attributes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2328 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 15:26:08 +00:00
Keith Donald 7ce0d7841d results of code review of mvc namespace
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2316 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-10 19:15:32 +00:00
Keith Donald 612b83b036 spring mvc namespace initial commit; work in progress
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2271 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-05 21:49:21 +00:00
Jeremy Grelle 0622172ea0 SPR-5931 - Allow non-standard attributes in <form> tags
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1946 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 02:48:00 +00:00
Jeremy Grelle e1dd582823 SPR-6114 - Upgrade the Spring JSP tag libraries to JSP 2.0
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1923 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-17 22:39:35 +00:00
Scott Andrews 2d2924e8ce SPR-5605 spring:url tag should use htmlEscape instead of escapeXml for entity encoding
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@825 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-26 04:37:26 +00:00
Scott Andrews 9c867cfa3d javadoc polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@578 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-23 15:18:25 +00:00
Scott Andrews ba127b91f1 SPR-3389 Nicer handling of Java 5 enums by the Spring MVC form taglib.
The form:options and form:radiobuttons tags will now render a set of options automatically if the bind target is an Enum and items are not otherwise specified.  The values of the enum are converted into form inputs where by default the form value is the enum's name() and the form label is the enum's toString().

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@575 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-22 20:36:36 +00:00
Scott Andrews 6ab1b3476e SPR-5299 TLDs must be located under META-INF
Moving spring.tld and spring-form.tld under /src/main/resources/META-INF so they can be automatically discovered by the servlet container.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@292 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-17 15:10:26 +00:00