spring-webflow

How to include a pop-up dialog box in subflow

五迷三道 提交于 2019-11-26 11:37:03
问题 Is there a way to call a dialog box inside subflow state so that the background(current flow) becomes disabled? So that when the subflow ends (after closing the pop-up dialog box), it can then update the parent flow (current page). I am trying to achieve something like the picture below with subflow: Update: At the end I used the following code in webflow to dynamically generate dialog box on the go: <render fragments=\"dialogContent\"/> 回答1: I don't think webflow parent -> subflow

Grails unable to install plugin

 ̄綄美尐妖づ 提交于 2019-11-26 03:44:07
问题 I am trying to install webflow plugin version with my grails 1.3.9 version. I have tried the following thing., Using command grails intall-plugin webflow 1.3.8 Result was : org.grails#grails-webflow;1.3.8: not found Modifying buildConfig file and adding the line plugins { compile \":webflow:1.3.8\" When running app result was: UNRESOLVED DEPENDENCIES org.grails.plugins#webflow;1.3.8: not found I don\'t know what else to try. Please help. 回答1: The repository changed and it's causing problem