spring-webflow

    1熱度

    1回答

    我使用Spring Webflow的一個多頁的形式和我有這個類(一種形式的某一頁)一個驗證: public class NameForm { @Size(min = 1, max = 120) @Pattern(regexp = GlobalRegex.NAME_REGEX) private String firstName; @Size(min = 1,

    0熱度

    1回答

    所有 我經常看到的表情屬性由事務所報價流Defenition XML文件中包圍這樣的價值。 <evaluate expression="'proceed'" /> 您想告訴我表達式的含義嗎?

    1熱度

    1回答

    我正在使用Spring Webflow和Spring Security的應用程序。我對這兩方面都很陌生,處於學習階段。我的問題是關於如何解密特定的彈簧流。我有以下主flow.xml其內容是 - <flow xmlns ... > <subflow-state id="demoSubflowId" subflow="demo/subflow"> <transition to="searc

    1熱度

    2回答

    團隊,我們將Spring webflow從1.x升級到2.4。 在SWF 1.x中,我們只對整個會話使用了一個flowExecutionKey,並禁用了後退導航。 在SWF 2.4,我們希望有相同的行爲, 我們可以通過配置MAX-執行的快照禁用快照0如下圖所示, <webflow:flow-executor id="flowExecutor" flow-registry="flowRegistry

    0熱度

    1回答

    我呼籲ProcessOrder @Id @GeneratedValue private int id; private String productname; private int customerid; private String customerName; private String shippingAdress; private int productid;

    0熱度

    1回答

    所以我不完全確定如何正確地提出這個問題。我只會放下我所瞭解的情況,要求和想法來描繪畫面。 我有兩個servlet:一個是grails 2.1.1 servlet,另一個是Spring Webflow servlet。我一直負責將grails servlet的iframe插入到Spring Webflow servlet的頁面中。我當然提出的問題是會話數據之一。 servlet在同一臺服務器上部署到

    0熱度

    1回答

    請參考我之前問過的這個問題。 Calling a function from Spring Webflow to store in Database(MySQL) 我編輯的removeAllCartItemsCart方法本 public void removeAllCartItemsCart(Cart cart) { List<CartItem> cartItems = cart.ge

    0熱度

    1回答

    我試圖在Spring Web Flow中進行表單驗證。爲此,我使用一個驗證器類,它以該模型命名。就像它在文檔中所述。 驗證程序被實例化爲一個bean,但在驗證過程中從未被調用。在這個問題上的任何指針? 流配置 <?xml version="1.0" encoding="UTF-8"?> <flow xmlns="http://www.springframework.org/schema/webf

    0熱度

    1回答

    有不同的彈簧概況:發展,測試,... 的問題是,有沒有登記取決於激活的流路春天的形象? 例如我有流:aFlow.xml,bFlow.xml。 如果彈簧輪廓的發展被激活,我想是這樣 <webflow:flow-registry id="flowRegistry" flow-builder-services="flowBuilderServices"> <webflow:flow-locat

    1熱度

    1回答

    作爲關於Web Flow未找到我的驗證器類的最後一個question的後續操作,我遇到了有關驗證的另一個問題。 當我通過mvn spring-boot:run運行我的項目時,驗證工作沒有問題。但是,當我在Eclipse,STS或IntelliJ中運行它時,通過執行主類作爲Spring Boot應用程序,驗證不再有效。 我不知道在哪裏尋找關於這個問題的提示。對於初學者來說,這些是我的pom文件。我基