Commit Graph

42 Commits

Author SHA1 Message Date
Rossen Stoyanchev
d15aa3b63f Document success return values for transition actions
Issue: SWF-1727
2018-09-12 12:31:59 -04:00
Rossen Stoyanchev
12bb52e9ce Update paragraph on use of explicit model bindings
Issue: SWF-1723
2018-09-12 12:14:45 -04:00
Rossen Stoyanchev
29103b1eb0 Update docs on JSF version 2018-02-09 12:58:15 -05:00
Rossen Stoyanchev
959fbaddf9 Update reference
Issue: SWF-1702
2018-02-08 20:53:13 -05:00
Rossen Stoyanchev
0a618b0791 Streamline XML namespace support towards unversioned schemas
Issue: SWF-1701
2018-02-07 21:55:11 -05:00
Rossen Stoyanchev
7215a49e4a Revert "Remove Spring JavaScript library"
This reverts commit 4d59b21e49.

Issue: SWF-1693
2018-02-07 14:46:37 -05:00
Rossen Stoyanchev
ec300fc0dc Parameterize references to project version
SWF-1707
2017-07-31 14:07:20 +02:00
Rossen Stoyanchev
1f0f1f600b Reference and readme updates 2017-05-31 13:52:47 -04:00
Rossen Stoyanchev
e4baa30f7b Update documentation on action-state
Issue: SWF-1688
2017-05-25 14:21:49 -04:00
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
Rossen Stoyanchev
8729ffb5f3 Update changelog for 2.4 M1 release 2013-01-31 18:25:50 -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
Phillip Webb
706490c4dc Upgrade spring-faces to JSF 2 as a minimum requirement
* Rework all state handling, removed FlowSerializedView class and save
state as opaque object
* Use FacesWrapper classes instead of custom delegates
* Deprecate isAtLeastJSFXXX() methods and removed all internal use
* Remove all Jsf2XXX versions of classes
* Refactor all calls to deprecated JSF methods
* Removed older VariableResolver and PropertyResolver classes
* Deprecate Jsf2FlowResourceResolver and log warning if used
* Create new FlowELResolver to replace removed VariableResolvers and
PropertyResolvers
* Update faces-config.xml to use newer xsd
* Significantly rework FlowFacesContext to remove the message delegate
and generally improve the code
* Added "provided" dependency to MyFaces and fixed partial state saving
on MyFaces
* Fixed FlowResourceResolver to delegate to both MyFaces or Mojarra
depending on availability
* Add JsfUtils.findFactory method and rework existing code to replace
FactoryFinder calls and casts
* Refactor JsfViewFactory to improve code readability
* Rename FlowViewStateManager and FlowViewResponseStateManager to
FlowStateManager and FlowResponseStateManager
* Ensure ResponseContextHolder is reset after each test
* Update JSF portlet support to function with JSF 2.0

Issue: SWF-1536, SWF-1540, SWF-1550
2012-06-13 19:39:10 -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
Rossen Stoyanchev
4e81930b72 Add Gradle build
- Add gradle build script
- Remove spring-build/
- Remove build-spring-webflow/
- Remove ivy.xml, pom.xml, template.mf
- Remove eclipse  metadata
- Remove RichFacesAjaxHandler.java
- Create src/dist and add changelog.txt, readme.txt

Dependency changes:
- EBR dependency -> Maven-central dependencies
- el-api 1.0 -> 2.2.0
- ognl 2.6.9 -> 2.6.11
- org.jboss.el -> tomcat-jasper-el 7.0.27
2012-05-25 16:54:15 -04:00