Tagged Questions
0
votes
0answers
61 views
Masonry and Spring Web Flow - problems
I'm using masonry.js with Spring Flow. When I call flow (from subflow) with .xhtml where I putted Masonry there is no masonry effect on the screen (boxes appear but Masonry not):/ It works very well ...
2
votes
2answers
318 views
jQuery event.preventDefault() does not work on h:commandLink
I want to show a jQuery dialog as conformation-popup, when the user clicks on a cancel link. ("Do you really want to cancel?")
jQuery(#{rich:element('cancel')}).click(function(event) {
var dialog ...
1
vote
1answer
379 views
Ajax call to WebFlow with tiles
I am following your example "Ajax call to WebFlow" but i am not get it to working.
Could you please share your example.My problem is that i want to make an ajax call from a page and get some part of ...
0
votes
2answers
1k views
Ajax call to WebFlow
I am trying to make an Ajax call to my webflow and want to refresh only content part of my page for every view state.
("#myForm").submit(function() {
$.ajax({
type: "POST",
data: ...
0
votes
2answers
289 views
Spring Web Flow do nothing
I´m using Spring Web Flow but when I click submit button, it does not do anything; no errors, no exception, just redirect to the same page. Here is my code:
ConsultarControlOrdenAcunacionFlow.xml:
...
1
vote
0answers
94 views
Jquery delete spring bound row: still on request?
I'm using spring-web-flow + spring mvc.
Within my spring web flow when a validation error occurs I go back to the page on which it occurred as is the default in spring web flow.
The issue I'm having ...
0
votes
1answer
351 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
2answers
346 views
Stopping an ajax request without knowing which
Alright so i have a problem, i'm using the autocomplete component of primefaces. Now what this does is you add a few characters and it will search the names accordingly. Now the trouble i am having is ...
0
votes
2answers
1k views
Spring Webflow and JQuery
I am now working in a Spring project using the Spring webflow.
The JavaScript library I would like to use JQuery.
How to integrate JQuery project in Spring and Spring webflow?
Thanks in advance
