Hi,
I am using Spring (Webflow etc.) and JSF. So I expected if i use sorting by JSF, that the List in my view is also sorted. But this is not the case. So question: To avoid writing an own Sorting...
Type: Posts; User: StinaN; Keyword(s):
Hi,
I am using Spring (Webflow etc.) and JSF. So I expected if i use sorting by JSF, that the List in my view is also sorted. But this is not the case. So question: To avoid writing an own Sorting...
Hi,
the genaral way to run a JUnit Test for Spring Webflow looks like this
public class MainFlowExecutionTests extends AbstractXmlFlowExecutionTests {
protected FlowDefinitionResource...