27 questions
0 votes
1 answer
135 views
Ajax Tiles: HTML source present, but some tiles not rendered
The Problem I am really stuck on this. Expert help would be very much appreciated. I am using webflow2/spring4?thymeleaf/tiles2. When I make an ajax request, only some tiles are rendered visible ...
0 votes
1 answer
163 views
ajax call to webflow using get request
I am able to use webflow with ajax using POST, but not with GET. I have a parent object at the top of my page. I have a list of potential children at the bottom of the page. The user selects the "...
0 votes
1 answer
802 views
Spring.remoting.submitForm and SWF's on-entry
I work on a project using Spring Webflow and Spring JS. I read that on-render is used in SWF to execute methods every time the page is displayed and on-entry only when it's displayed for the first ...
1 vote
2 answers
1k views
Dojo.query foreach accessing element value
I'm a newbie in Dojo framework, so I hope my question is not really dumb. I have a link in my web page : <a href="#" value="${index}" name="delete_name" id="delete_id${index}">Delete</a> ...
0 votes
1 answer
411 views
Multiple CheckBox Validation using spring JS?
I am creating dynamic Check Boxes in runtime. my requirement is have to validate atleast one checkbox checked or not. am doing this using springJS. But to validate i have to pass checkBox Id to spring ...
0 votes
1 answer
846 views
Spring Spring-JS vs JQuery form submit
I am working on a Spring Webflow project that was builded with Spring-JS but the firm is requesting me to change the following code to use JQuery. I am NOT a JavaScript/JQuery programmer so I do need ...
0 votes
1 answer
217 views
dijit.form.DateTextBox is not visible when the page is loaded
When my page is loaded I cannot see calendar: When I click on the birthday field of the form it appears, but it does not look as I expect: The code I use to display in jsp file: <label for="...
0 votes
1 answer
1k views
How to check before submitting page that checkboxs required in a Spring WebFlow Project with Dojo
How to make checkboxs required in a Spring WebFlow Project with Dojo (dijit). I would like to know how to make the checkbox required on submit of the following page. I don't want the submit to ...
0 votes
1 answer
632 views
Using Spring Webflow and Dijit it looks like I can only add one Decoration per element (field)?
Using Spring Webflow and Dijit it looks like I can only add one Decoration per element (field)? I am working on a Spring Webflow project and I was loading a list of schools once the user selects a ...
1 vote
1 answer
2k views
How do I make my dropdowns (form:select) required with Spring and Dojo?
How do I make my dropdowns (form:select) required with Spring and Dojo?. I am working on a Spring project with Dojo to make my pages look nice. I have the input fields working but now one of my ...
1 vote
1 answer
1k views
How to check field sizes and make radiobutton required with Spring, Spring-JS and DOJO (dijit)
I am working on my first project with Spring, Spring-JS and DoJo(dijit) and I have two questions bases on the following coding example. 1) How do I check with Dojo (dijit) that the phone number field ...
0 votes
1 answer
1k views
How to make radiobutton required with Spring, Spring-JS and DOJO (dijit)
How to make radiobutton required with Spring, Spring-JS and DOJO (dijit). I have the following input form and I am trying to find out how to make the radiobuttons required like the other fields. <...
0 votes
0 answers
115 views
How do I do field Validate and Check for Requested Fields with Sprinig WebFlow, Spring-JS, dojo, dijit
How do I do field Validate and Check for Requested Fields with Sprinig WebFlow, Spring-JS, dojo. I know I have to do something like the following: <script type="text/javascript"> ...
2 votes
0 answers
226 views
Spring JS partial request - session expired
I'm using Spring JS (Spring WebFlow) to do ajax requests. E.g.: <input type="submit" id="searchButton" name="_eventId_search" value="Find" onClick="wait(this.id)" /> <script type="text/...
0 votes
2 answers
782 views
Spring WebFlow2 JavaScript is not submitting page?
Spring WebFlow2 JavaScript is not submitting page? 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 the radio ...