Fold spring-js + spring-js-tiles3 into spring-webflow
Issue: SWF-1693
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
</para>
|
||||
<para>
|
||||
To access Web Flow jars from Maven Central, declare the following dependency in your pom (includes
|
||||
transitive dependencies "spring-binding" and "spring-js"):
|
||||
transitive dependencies "spring-binding"):
|
||||
</para>
|
||||
<programlisting language="xml"><![CDATA[
|
||||
<dependency>
|
||||
@@ -60,7 +60,8 @@
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
If using JavaServer Faces, declare the following dependency in your pom (includes transitive dependencies "spring-binding", "spring-webflow" and "spring-js"):
|
||||
If using JavaServer Faces, declare the following dependency in your pom
|
||||
(includes transitive dependencies "spring-binding", "spring-webflow"):
|
||||
</para>
|
||||
<programlisting language="xml"><![CDATA[
|
||||
<dependency>
|
||||
@@ -148,12 +149,6 @@
|
||||
<version>x.y.z.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>spring-js</artifactId>
|
||||
<version>x.y.z.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>spring-webflow</artifactId>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
(note that these extensions require the use of Tiles for templating):
|
||||
</para>
|
||||
<programlisting language="xml"><![CDATA[
|
||||
<bean id="tilesViewResolver" class="org.springframework.js.ajax.AjaxUrlBasedViewResolver">
|
||||
<bean id="tilesViewResolver" class="org.springframework.webflow.mvc.view.AjaxUrlBasedViewResolver">
|
||||
<property name="viewClass" value="org.springframework.webflow.mvc.view.FlowAjaxTilesView"/>
|
||||
</bean>]]>
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user