Commit Graph

30 Commits

Author SHA1 Message Date
Rossen Stoyanchev
b263c1c87a Remove OGNL expression support
Issue: SWF-1694
2017-01-06 16:47:41 -05:00
Rossen Stoyanchev
3a0857496e Remove remaining Portlet references
Issue: SWF-1692
2017-01-06 16:47:06 -05:00
Rossen Stoyanchev
5b0df65be4 Fold spring-js + spring-js-tiles3 into spring-webflow
Issue: SWF-1693
2017-01-06 16:46:46 -05:00
Rossen Stoyanchev
4d59b21e49 Remove Spring JavaScript library
Issue: SWF-1693
2017-01-06 16:46:30 -05:00
Rossen Stoyanchev
25905e97ed Roll forward to 2.4.4 2016-07-15 14:25:49 -04:00
Rossen Stoyanchev
189b31f0d2 Update docs to mention Hibernate 5 support 2016-07-12 12:21:04 -04:00
Rossen Stoyanchev
bbdc3765b5 Update doc on flow inheritance
Issue: SWF-1679
2016-07-07 17:05:04 -04:00
Rossen Stoyanchev
bcfae26e6f Update reference section on sub-flows
Issue: SWF-1648
2016-06-17 18:09:40 -04:00
Rossen Stoyanchev
21cd54eca4 Correct versions in doc files 2016-06-16 10:34:12 -04:00
Rossen Stoyanchev
02ac30d598 Minor javadoc update 2014-10-28 10:33:37 -04:00
Rossen Stoyanchev
bdd3b4afe4 Add sub-section on scopes to reference
Issue: SWF-1466
2014-05-21 17:08:34 -04:00
Rossen Stoyanchev
546ec7a78e Mention exception-handler element in documentation
Issue: SWF-1465
2014-05-21 16:48:01 -04:00
Rossen Stoyanchev
c09a77d815 Update readme and remove changelog 2014-04-02 10:43:49 -04:00
Rossen Stoyanchev
3aac995f21 Update Spring Faces chapter with Java config 2014-03-31 21:19:29 -04:00
Rossen Stoyanchev
e108904e37 Fix attribute for validation hint resolver
The flow-builder-services attribute for specifying a
ValidationHintResolver was originally added to use (incorrectly)
camelback notation, i.e. validationHintResolver. This change fgiixes
that to the XML convention i.e. validation-hint-resolver.

SWF-1629
2014-03-31 17:40:42 -04:00
Rossen Stoyanchev
cce1515a17 Support providing validator in faces builder serivces
Issue: SWF-1494
2014-03-31 17:28:31 -04:00
Rossen Stoyanchev
33bd09801b Deprecate Spring.js
Issue: SWF-1628
2014-03-31 15:57:30 -04:00
Rossen Stoyanchev
77198b5c5f Deprecate OGNL support
Issue: SWF-1627
2014-03-31 15:30:31 -04:00
Rossen Stoyanchev
893df095c6 Update reference with Java config examples 2014-03-31 15:03:11 -04:00
Rossen Stoyanchev
ecd213dc8f Update section on partial validation 2014-03-31 13:23:45 -04:00
Rossen Stoyanchev
5359ff7110 Replace repo.springsource.org with repo.spring.io 2014-02-19 16:04:43 -05:00
Phillip Webb
e23e427875 Add reference guide section on JSF file uploads
Issue: SWF-1482
2013-01-29 20:49:02 -08:00
Phillip Webb
70c618d410 Migrate reference guide to well-formed docbook XML
Convert all docbook XML files to well-formed docbook 5 syntax:
 - Include xsi:schemaLocation element for tools support
 - Convert all id elements to xml:id
 - Convert all ulink elements to link
 - Cleanup trailing whitespace and tabs
2013-01-29 19:32:15 -08:00
Phillip Webb
62e28981ce Upgrade to docbook-reference-plugin v0.2.4 2013-01-29 17:57:51 -08:00
Rossen Stoyanchev
ed75f76447 Fix typo
Issue: SPR-1585
2013-01-28 16:29:09 -05:00
Rossen Stoyanchev
508d6a7dfb Add support for partial JSR-303 bean validation
This change makes it possible to use validation hints in conjunction
with declarative, JSR-303 validation. Such hints may be defined in an
attribute of the view state where the view state id itself is also
interpeted as a hint. A custom ValidationHintResolver can be plugged
in if necessary.

Issue: SWF-1453
2012-11-29 17:24:31 -05:00
Phillip Webb
91e8a96c11 Add option to save Web Flow output to MVC flash scope
Output from a flow can now be saved to the flash scope of Spring MVC
when the 'saveOutputToFlashScopeOnRedirect' property of the
FlowHandlerAdapter is 'true'.

For backwards compatibility this is an opt-in feature that must be
configured by the user.

Issues: SWF-1561
2012-10-23 15:27:55 -04:00
Phillip Webb
d066f1f8ad Fixed link error in ref docs
Issues: SWF-1553
2012-07-17 16:40:27 -07:00
Phillip Webb
2ae69cbd7f Update ref docs for JSF and Portlet updates
Issues: SWF-1553
2012-07-12 17:25:04 -04:00
Rossen Stoyanchev
50a1cf1def Add reference docs tasks to Gradle build
- Move spring-webflow-reference to src/reference
- Upgrade to Docbook 5
- Apply docbook plugin
- Add tasks for generating distribution zip files
2012-05-25 16:54:15 -04:00