added line breaks for sample code that otherwise runs off the end of the page

This commit is contained in:
Scott Andrews
2008-04-12 00:13:26 +00:00
parent 56c0683c3e
commit 6d144bb0f8
8 changed files with 52 additions and 26 deletions

View File

@@ -214,7 +214,8 @@ java org.springframework.webflow.engine.model.builder.xml.WebFlowUpgrader flowTo
...
</webflow:flow-registry>
<webflow:flow-builder-services id="flowBuilderServices" view-factory-creator="mvcViewFactoryCreator"/>
<webflow:flow-builder-services id="flowBuilderServices"
view-factory-creator="mvcViewFactoryCreator"/>
<bean id="mvcViewFactoryCreator" class="org.springframework.webflow.mvc.MvcViewFactoryCreator">
<property name="viewResolvers" ref="tilesViewResolver"/>