Tagged Questions
0
votes
1answer
24 views
how to open a page in a new window in jsf with webflow after using evaluate
in jsf with webflow, I need to use a link and when I click the link a new window should be appear but the url of the link is not static I have to reade it from the database and prepare it then use it ...
0
votes
0answers
79 views
Want to Retain the calling app's url in addressbar after redirecting
My project is in Java(Spring/JSF) and from our project we are calling .Net application.When we reached to .Net application, there we do some valid search and after that they just ...
0
votes
1answer
214 views
Spring WebFlow2 Javascript only working on first radio button
Spring WebFlow2 Javascript only working on first radio button
I am trying to use Spring JavaScript that comes with WebFlow2 to submitted my page with a transition value if the user clicks on one of ...
1
vote
1answer
123 views
Do I need hidden buttons for each transition in Spring WebFlow2 on my form
Do I need hidden buttons for each transition in Spring WebFlow2 on my form?
I am starting to not like Spring WebFlow2 if this is true. Someone is telling me I need a hidden button for each transition ...
0
votes
1answer
53 views
Javascript code to kick off Spring WebFlow2 transition
Does anyone know of any javascript code that I can put on a radio button that will kick off a Spring WebFlow2 Transition event?
I am looking to kick off a transition to load values into a dropdown if ...
0
votes
2answers
307 views
Javascript Form Validation with Spring WebFlow
I am trying to find a way to do some Javascript Form Validation with Spring WebFlow.
I have the following code in my JSP
<INPUT tabIndex="46" value="Submit" type="submit" name="_eventId_submit" ...
0
votes
1answer
511 views
How to handle form.submit() in JavaScript with Spring WebFlow
How to handle form.submit() in JavaScript with Spring WebFlow
I am know to web flow and the project I am working on it using javascript to check all the fields before submitting data to the server.
...
0
votes
1answer
340 views
Is it possible to transfer data between html pages driven by spring web flow?
I am aware of passing data between jsp in spring web flow.
Is it possible to transfer data between html pages driven by spring web flow. I don't want to use the HTML5 local storage capabilities.
...
0
votes
1answer
740 views
Spring AutoPopulatinglist issue
I am adding elements dynamically using java script(Adding textboxes when we click add).Each of this textbox would be an element of a bList in my domain class.
See Below
Code:
Class A
{
Approach1
...
2
votes
1answer
718 views
Accessing Spring WebFlow EL variables from Javascript
I try to find a way to access SWF special EL variables, such as a flowScope, and a custom variables, set in custom-flow.xml, from the Javascript. But I haven't find solution yet.
I am using Sping ...
1
vote
1answer
712 views
How to call server side action method just before submitting form to 3rd party url?
Ok, I'm using Spring Webflow and I currently have a flow that involves two jsp pages (views), the second of which submits a form to a 3rd party system (payments).
In my pay-flow.xml I have states ...
0
votes
6answers
7k views
Javascript form submission to activate Spring Web Flow transitions with JSF integration
I`m developing an application using Spring WebFlow 2, Facelets and JSF. One of my flows does have a page that must trigger a form submit at certain events. For each different action, a different view ...