Tagged Questions
0
votes
1answer
22 views
Grails end of WebFlow redirecting with params to the gsp
The end of my webflow has a redirect:
finished {
redirect( controller: 'user', action: 'example1' params: [ author : "Franky" ])
}
The redirect does work and the URL does contain ...
1
vote
2answers
59 views
Spring webflow serialization trouble in production
I have a grails app doing some stuff in the right way with webflow. So everything goes right in development mode, i can finish the registration and objects are serialized normally. But then, in ...
0
votes
0answers
48 views
Webflow: it's possible to switch between flows?
I have two controllers and each one have a flow. In my menu I have a link to the flows. If I'm in flow #1 and click in the link of the flow #2, Grails will show me the view of the flow #1.
The only ...
0
votes
0answers
29 views
BadlyFormattedFlowExecutionKeyException in grails webflow
I'm getting grails "BadlyFormattedFlowExecutionKeyException" exception when I change the execution param value in address bar!! Does anyone know how to handle such Exceptions?
Cheers!
0
votes
1answer
117 views
Accessing flow state name from filter
I'm working on a large Grails 1.3.7 project and I want to access the flow state name from a filter for logging purposes. I've been googling a lot and the closest answer I could find was: Grails ...
0
votes
1answer
111 views
Grails WebFlow Error Handling
Is there any easy way how to handle errors in the Grails Spring WebFlow in general? I mean not to have a try-catch block in each block but to have a general handler for the whole flow.
We found one ...
0
votes
2answers
445 views
How to upload files in grails webflow?
I try to build a grails webflow containing a step which has a file upload field in it. Can't find a clear example. How can I do it?
The form looks like this:
<g:form method="POST" action="upload" ...
1
vote
1answer
128 views
Grails + Spring Web Flow - Unable to acquire conversation lock (LockTimeoutException)
we've faced a strange behavior in our Grails application which is using Web Flow 2.0.0 plugin (what is basically Spring Web Flow 2.0.8.RELEASE). We sometimes receive LockTimeoutException which is ...
0
votes
1answer
106 views
is it possible to access the view state from a webflow controller action?
i have a controller that is not on webflow but need to redirect it to a weblflow. The problem is the view I need to access is inside an action of a webflow.
here is my webflow
class ...
1
vote
0answers
160 views
How to test Grails webflow with input parameter?
I'm in the process of writing tests for webflows and I have a webflow (A) that calls another webflow (sub-webflow) (B) during its execution. If A calls B it always states a required parameter / input ...
1
vote
0answers
116 views
storing domain class in flow scope
In a Grails web flow I store a List of the following objects in flow scope.
class ParsedBrochure implements Serializable {
Brochure brochure
transient MessageSource messageSource
...
0
votes
1answer
286 views
unable to run a Grails integration test for webFlow 2.0.0
I am using Grails 2.0.3 and webFlow 2.0.0.
I have a WebFlow definition in my controller that is working fine but I want to still add integration tests to facilitate future maintenance.
I am ...
0
votes
2answers
195 views
Grails GORM web flow iterating through hasMany references
I'm still relatively new to Grails. I'm developing an online survey. I keep running into issues with webflow that I can't seem to find solutions for on the web. I have a class Survey that has many ...
1
vote
2answers
391 views
How to create link in grails webflow without execution state in url?
I want to display an image in my webflow wich comes from my domain object.
The domain object has an byte[] Array holding an image. The "image" method in my controller delivers the image to browser. ...
0
votes
2answers
236 views
Grails 2.0.4 webflow “type mismatch” exception
I'm still pretty new to Grails and I'm developing an online survey. I decided to use web flow and I have been running into many issues. I'm trying to pass the survey id from the gsp page to the flow ...
2
votes
1answer
112 views
force https in WebFlow
I have a grails application deployed on Tomcat7 and exposed by Apache2. The grails application respond on 8080 of the server the standard way but on Apache2 it is served to the user by https://
All ...
1
vote
0answers
202 views
Grails WebFlow and Command Objects: Only One Command Object allowed?
Grails 1..3.7
In regular controller actions I can do the following:
def someAction = { OneCommand oneCmd, TwoCommand twoCmd ->
}
However, in a webflow action I have the equivillent:
def ...
0
votes
1answer
328 views
Grails Webflow2.0.0 error
I am using Grails 2.0.0 and I tried to download webflow 2.0.0 but I am getting only webflow 2.0.0-RELEASE as a zip folder or as a jar file.Are both webflow 2.0.0 and webflow 2.0.0-RELEASE the same?
I ...
1
vote
1answer
148 views
Grails webflow dynamic step name
I started using Grails web flow in order to implement a wizard.
checkStep {
action {
User user = springSecurityService.currentUser
if ...
0
votes
1answer
221 views
Grails Webflow: Access flow scope outside of action or transition states
I want to call a subflow where the controller is not known. It is passed in parameters to beginFlow and I save that in flow scope. Inside goToForm I'd like to call use the controller that is saved in ...
0
votes
0answers
172 views
Grails: Accessing state in main flow after returning from subflow only partial works
Edit: Finally found the problem. In beginPage.gsp, I had this:
<g:form action="begin">... </g:form>
Removing the action attribute solved all the problems. Can't believe I didn't see it ...
0
votes
1answer
206 views
grails + singleton service for object saving to database for cloud application
Here I have one service Called 'DataSaveService' which I used for Saving Objects like..
class DataSaveService {
static transactional = true
def saveObject(object)
{
if(object != ...
2
votes
2answers
415 views
Redirection in Grails Web-flow
I have question regarding redirection in Grails web-flow.
I am in a view state which will allow users to enter the answers for a question. On 2 wrong attempts I should be able to re-direct the user to ...
0
votes
1answer
146 views
how to discard a nested object in Grails web flow
I am using Grails web flow. I have two domain classes ProducutItem and Product. Product Item has a field called product of type Product.
I use productItem.product to reference the product. Since I ...
0
votes
1answer
390 views
Grails: showing error message in web flow
I want to show my domains error message in .gsp but somehow I'm not able to..
In my Controller,
class SomethingController {
def index(){
redirect(action: "create")
}
def ...
0
votes
1answer
401 views
Grails Web Flow - flow scope and variables management
Quoting a book I am currently reading:
flow stores objects for the scope of the flow, removing them when the flow reaches an
end state
I would like to know if the objects are removed just ...
0
votes
1answer
153 views
How to render a specific view according a flow param in grails flow?
I need to change the gsp to render dynamically according certain params. the thing is: in the render action I get
org.codehaus.groovy.grails.commons.metaclass.PropertyExpression@680dc2a instead of the ...
0
votes
1answer
356 views
jquery\grails form submit not working in IE
I'm trying to use a submitToRemote button for webflow in my grails application. I'm using jquery to handle the ajax. I've created a custom taglib which alters the submitToRemote button to be within ...
0
votes
1answer
339 views
Loading fancybox iframe content using grails webflow trigger event
I'm using grail's webflow to manage a multi-stage registration process on my site. A link triggers an event for the start state, and the intention is to load the corresponding view in a fancybox ...
0
votes
1answer
326 views
How to handle the Back Button Grails Webflow
We have a Grails 1.3.7 Application and are using Webflow for a 2 step process. They can end the Process using a Link.
Often, after they are finished, they notice that there are still some changes to ...
1
vote
1answer
430 views
grails webflow error
i have this grails webflow
def currencyDescriptionFlow = {
start {
action {
flow.messageCommand = new MessageCommand()
flow.currencyId = params.id
...
0
votes
1answer
120 views
How To Persist The Sate of A Webflow
Say I have a webflow with N states. How can I persist a user's state to a database so that if he leaves the flow somewhere in the middle, he can start where he left off, next time he logs into the ...
1
vote
0answers
159 views
How To Create A Dynamic Webflow
Say I have a Category domain and a Question Domain and a Category hasMany questions.
I need to first present the user with a list of categories. They can select any number of categories. Say they ...
0
votes
1answer
303 views
Grails Webflow display image - flow scope
I have saved an image to a byte[] in a command object and wish to display it in the next stage of the createFlow webflow.
I am trying to steer clear of using the file system and / or database system ...
0
votes
3answers
203 views
dependency inject Grails Webflow
Is it possible to inject a Spring bean into a Grails webflow? I tried the following
class CheckoutController {
ShoppingService shoppingService
def checkoutFlow = {
start {
...
0
votes
1answer
385 views
Grails create link to webflow
Is it possible to use the Grails tag createLink to create a link to (the first state of) a Grails webflow?
Update
I'm asking how to create a link to the first state of a flow from outside the flow, ...
0
votes
1answer
279 views
Using Grails/Spring Web Flows in Rails
What's the best way to handle a conversation-based web flow in Rails? I'm wondering if there is anything similar to http://grails.org/doc/1.0.x/guide/single.html#6.5%20Web%20Flow
A web flow is a ...
1
vote
1answer
227 views
Grails 2.0.0M1 and WebFlow
Can anyone confirm that the webflow plugin is working in 2.0.0M1? I've installed the plugin but my "*Flow" actions don't seem to be treated differently then my other actions. I've additionally tried ...
1
vote
2answers
384 views
Grails Web Flow first state
A few questions about the first state of a Grails web flow:
Is it possible to have multiple start states?
Is it possible for the first state to be an action state?
Assuming the answer to (2) is no, ...
0
votes
1answer
196 views
Grails Property Expression instead of Domain Object in Web Flow?
We are currently trying to build some stuff with Grails Web Flows.
We are setting an object in the Flow (using flow.objectName = objectInstance), but when we try to access it in the next step of the ...
2
votes
1answer
1k views
How to test flash.message in a Grails webflow?
I'm using webflows in Grails and I'm currently writing tests for it. Now, inside I've got something that throws an error so I set a message to the flash scope before redirecting:
...
if ...
1
vote
0answers
235 views
Securing Web Flow in Grails using Spring Security
According to Spring Web Flow docs it is possible to secure flow states using SecurityFlowExecutionListener
How can I do it in Grails ?
I am trying to achieve demanding authentification in the middle ...
1
vote
1answer
1k views
Accessing request params from a Grails webflow
I'm playing around with Grails webflow and having surprising difficulty reading param values from the request. I have defined a simple flow as follows:
def testFlow = {
stepOne{
String ...
6
votes
3answers
337 views
Is there a tool to visualize a grails webflow?
As I am writing my first grails webflow I am asking myself if there is anyy tool or script what can visualize the flow?
Result can be a state diagram or some data to render in a graph tool like ...
0
votes
1answer
949 views
Grails Web Flow: Redirect to the webflow from another controller action?
Here's what I think I want to do:
class MyController {
def goToWizard = {
if (params.option1)
redirect actionName:'wizard1', params:params
if (params.option2)
...
0
votes
1answer
342 views
dojo 1.5 wizards?
I have been looking around for a wizard that can be implemented via dojo... I saw one in dojox but I'm having issues mostly because the sample I saw in the test wizard in the dojo archives used wizard ...
2
votes
1answer
347 views
Grails WebFlow State Name
Grails noob here...
How do I get the state name inside a Grails webflow state? I'm prototyping a mobile app using Grails WebFlow and jQueryMobile. Because it's a mobile app comprised primarily of ...
4
votes
1answer
197 views
Grails WebFlow DRY Branching Logic
Grails WebFlow noob here...
One state in my WebFlow receives two events that need to trigger the same action and then transition to separate states if that action is successful. My initial attempt ...
1
vote
2answers
477 views
Problem with webflow(s) in Grails
I've just come across a rather odd problem whilst testing my applications webflows.
I have two seperate webflows that are accessed once a user logs in depending on whether the user is male or ...
1
vote
1answer
365 views
Grails webflow: merging a new set of params with an existing flow variable
I'm trying to populate a domain class across several steps. I'm having trouble "merging" the new params into the existing flow variable. Below you will see how i'm currently doing it (ie individually ...
