0
votes
0answers
28 views

Can Access CSS File By URL, But Not From HTML

I have a Spring App with ThymeLeaf and Dojo that is causing me a problem. The CSS files are showing up aborted in Firebug when I reference them from my HTML file. However, when I go directly to the ...
0
votes
2answers
39 views

disable submit button after one click with spring dojo

i hav a form by which i submit data and using below code for validation. the validation is working fine . what i need is after clicking on submit i want to disable the button ...
0
votes
1answer
27 views

How to remove Dojo Dijit from Spring MVC project

How to remove Dojo Dijit from javascript call How can I change the following code to use just a html select we dont want to use dijit or dojo.. Can someone please help us out <script ...
0
votes
0answers
32 views

onkeyup not working with spring dojo

i hav this code <form:input path="emailId" id="email" placeholder="Email ID(Username)" onkeyup="return checkusername();" autocomplete="off"/> before appying dojo to this above code ...
0
votes
0answers
74 views

How to validate select in spring dojo

I have a form with a dropdown with dojo decorations applied to it. When I submit the form without selecting anything in the dropdown I don't get any alert or required message that the form is being ...
0
votes
1answer
132 views

Spring Roo: dropdown by ajax or jquery

In a page there are 35 texts fields .I want to manage if Product Not Procured then only 9 fields shown on a page ,after filling the page When we change the status to Product Procured Not ...
0
votes
1answer
120 views

How to submit a form created with spring form tag using dojo

I've a form created with spring form tag. <form:form commandName="cmdName" action="save" id="formId"> I'm trying to submit this form after validation using Dojo. When I use: ...
0
votes
1answer
118 views

Dojo/Spring DateTextBox initialization fails with Date value, works with String?

I'm struggling with getting a Date value back and forth from a web form to the Spring controller. Everything was working fine with this value passed as a String, but since it was logically a "date" ...
1
vote
0answers
121 views

Spring.addElementDecoration for dijit.form.filteringselect fails in IE

I am using Spring Roo to create a page that makes ajax call and populates a section of the page with the search form from the Ajax call. This is all done by using standard Roo tags and Javascript ...
0
votes
0answers
87 views

Using Dojo Dijit Form Select with Spring but user can't click on first letter to select anymore

I am using Dojo Dijit Form Select with Spring but user can't click on first letter to select anymore. I would like to dropdown(select) to work like any other one.. If the user clicks on the first ...
0
votes
1answer
54 views

Persisting Form data while adding additional copies of a <div> to the form

I am working on SpringMVC Webapp. I have a view which consists of a dynamic form. The dynamic elements of the form are shown in the below: Now, the current scenario is: I pass the variable ...
2
votes
3answers
295 views

Dynamically adding duplicate (unique ID) form Div elements using javascript

I have a form having fields like: <div class="row"> <div class="field"> <input class="" type="text" name="college" id="college"/> </div> <div ...
1
vote
1answer
109 views

How to make a select box on a form using Spring

I am new to Java and the Springs framework. Here is my question as formulated by a n00b (sorry if I sound like a second grader). I am trying to get a select drop down to appear on my form with a list ...
1
vote
1answer
472 views

How do I make a Textarea field with Spring Webflow and Dojo(dijit)

I been trying to find out how to make a textarea field in my Spring Webflow project we are using Dojo (dijit) for the forms. can someone please help. below is my code! <td ...
0
votes
1answer
116 views

How do I change the regExp in a Spring WebFlow Project with Dojo you change field size

How do I change the regExp in a Spring WebFlow Project with Dojo you change field size. I am working on a Spring WebFlow project with Dojo and I would like to change the regExp in Dojo to check that ...
0
votes
1answer
199 views

How to make checkboxs required in a Spring WebFlow Project with Dojo

How to make checkboxs required in a Spring WebFlow Project with Dojo. I would like to know how to make the checkbox required on submit of the following page. I don't want the submit to work if the ...
0
votes
0answers
109 views

What is the best UI widget to use in Spring Web Flow Project, Dojo (dijit) etc? [closed]

Working on Spring Web Flow Project but having issue using Dojo (dijit) does anyone know anything better! I would like to hear comments from other programmers on whtat UI widgets have been used in ...
1
vote
2answers
373 views

Issue with Springs Web Flow. Form Submit Values are Right, AjaxEventDecoration is NOT

I am having a issue with Springs Web Flow. If the user clicks on the form submit button I will have the RIGHT values in my bean. Example the sex field will be MALE or FEMALE. But I then added a ...
0
votes
0answers
70 views

Working on Spring Project but having issue using Dojo (dijit) does anyone know anything better

Working on Spring Project but having issue using Dojo (dijit) does anyone know anything better! Does anyone know of any better widgets to use that works with Spring MVC I need my screens to look ...
0
votes
1answer
301 views

issue with Spring.AjaxEventDecoration and dijit.form.Select in Spring MVC

I am having a issue with using Spring.AjaxEventDecoration and dijit.form.Select, if the user picks the sex type from the select box somehow I am getting the elementID in the bean is Spring MVC? ...
0
votes
1answer
174 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 ...
0
votes
1answer
230 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 ...
0
votes
0answers
140 views

Error using Spring and dojo. If you clicks submit without required fields now messages

I am working on a Spring Project and trying to use dojo and Spring-JS to checked for required fields. Below is my code. If the user clicks submit without the required fields I dont get any type of ...
0
votes
2answers
121 views

How to make my input fields glow with dijit and dojo in a Springs Web Flow Project

I am working on a Spring Web Flow Project and I would like to use Dojo dijit css to make my input form and fields nice. I would like to make my fields glow. The have the following on top of my JSP: ...
0
votes
1answer
169 views

Separating Spring and Dojo single page app codebases

I'm working on a web application with a Spring Roo REST API backend and a Dojo single-page client app. Spring Roo provides a handy admin interface (with Web MVC) out of the box, so I'd like to keep ...
0
votes
0answers
102 views

dojo dialog decorated via spring

i am not able to attain the full feature of Dojo dialog using Spring decoration. The code is as below <div id="test"> </div> <script type="text/javascript"> ...
0
votes
0answers
178 views

Session gets expired before time out

I'm using spring 3.0.7, spring security 3.1 with dojo 1.6. I handled ajax request authentication with the following code by overriding onAuthenticationSuccess(HttpServletRequest request, ...
0
votes
0answers
128 views

How to submit multiple forms one by one in spring mvc within a single session.

I have a lot of questions; I have to take input for every question one by one with in a single session. After Submission, user may change answer later. I have created form for single question answer ...
0
votes
1answer
425 views

Issue integrating dojo and Spring JS

I am getting JS error and dojo not getting reflected while developing spring MVC application along with dojo i am getting the mentioned issue. The configuration steps that i followed are below. In ...
2
votes
1answer
315 views

i18n server-side vs. client-side

Seeking some advice on two approaches to internationalization & localization. I have a web app using Spring MVC and Dojo, and I would like to support multiple languages. So, I could: Use ...
0
votes
1answer
462 views

Dojo Uploader using ajax plugin - spring security issue

I'm using Dojo uploader. It works just fine when it comes to HTML5 plugin. But if I force to use Flash plugin it fails with the next message: "Server failed to respond" On server side Spring ...
0
votes
0answers
287 views

dojo.byId(“something”).value get script error on IE compatible view

The same code works for FF and chrome, but IE is unique the line of code is here: dojo.byId("form_assigned_orders").value = orderIds; simple at it is, just pass an array value to a component. but ...
0
votes
2answers
260 views

spring3mvcportlet populate JSON dojo select

I am new to Spring mvc3 portlet and dojo. I am trying to populate select dropdown with JSON data when jsp is loaded. I want to use dojo and give ajax call to controller and return JSON when jsp is ...
0
votes
2answers
342 views

EnhancedGrid in a TabContainer not working

I've been beating my head against the wall on this one for a while. I've done a ton of google searches and I think that I've set it up correctly, but it doesn't work. I have an enhancedGrid on top ...
0
votes
0answers
1k views

DOJO CRUD Spring MVC

Is there any reference available for DOJO UI with Spring MVC for CRUD operations DOJO form submit yields ResponseMethod.POST not supported when using RequestMapping annotation on Spring Controller? ...
4
votes
1answer
1k views

Making Dojo Grid sort with Spring and JSON

So I've got a webapp that uses Dojo and Spring. I've got some grids in the app that are loaded using Json dojo stores. Things seem alright, but I'm now trying to implement sorting. According to this ...
0
votes
1answer
457 views

Spring Roo enhanced Grid pagination

I'm trying to add Pagination to enhanced Grid, I'm adding the following dojo.require("dojox.grid.EnhancedGrid"); dojo.require("dojox.grid.enhanced.plugins.IndirectSelection"); ...
0
votes
2answers
618 views

Need assistance getting a Spring form to work

I'm in the middle of writing a Spring webapp and things were going well. I'm trying to write a form that allows an admin to change some basic user details. However, on submission of the form I keep ...
0
votes
1answer
2k views

Spring ElementDecoration and AjaxEventDecoration incompatible with Dijit?

I am using Spring 3.0.5, Webflow 2.3.0 and Spring JS for decorating. One of my forms has the following code: <form:select path="selection"> <form:option value="" label="Please ...
1
vote
1answer
738 views

How can I use custom javascript in Spring Roo generated pages?

I have been working on a spring roo project and I've hit a wall in terms of being able to customize the web page. The main thing I want to do is be able to dynamically hide certain fields as the ...
4
votes
2answers
2k views

How to do a not mandatory Drop Down Box in Spring Roo/Dojo?

In Spring Roo (1.1.5) I have an Entity "Book" that CAN have a reference to Entity "Publisher". class Book { @ManyToOne(optional=true) Publisher publisher } Now I have the Roo generated ...
0
votes
2answers
2k views

Implementing DoJo enhanced Grid with Json

I have been trying to implement DoJo Enhanced Grid with Json and I have not been successful thus far. This is what I have done so far; <?xml version="1.0" encoding="UTF-8" standalone="no"?> ...
0
votes
1answer
417 views

Dojo Tooltip Spring and variable

I have a dojo tooltip in a jspx (roo project) page. dojo.addOnLoad(function() { // create a new Tooltip and connect it to bar1 and bar4 tooltip1=new dijit.Tooltip({ ...
6
votes
2answers
6k views

Resolving spring:messages in javascript for i18n internationalization

I'm attempting to internationalize some of our code. I have a page in JSPX which is using the <spring:message> tag to resolve strings from a message.properties file. This works fine for the HTML ...
2
votes
3answers
7k views

DOJO with spring framework

I am new to Spring as well as Dojo. I need to use Dojo with one of my mvc project in Spring 3.0 I came accross below link which talks about using spring-js with Dojo.spring-js part of spring ...
3
votes
1answer
392 views

Is there a solution for generating a JSON SMD for a Spring 3 REST Controller?

A colleague and I are setting up an architecture for rapid development of rich client-side apps using REST and JSON. Our server is using Spring 3's MVC and REST features to expose REST services as ...
0
votes
1answer
937 views

How to pass Java Date object to dojo DateTextBox through Spring MVC and back to Java?

I wonder how can I pass a Java Date object from beans --> hibernate --> Spring MVC --> dojo and back to that Date object that would be stored in the database using hibernate. I have tried, in beans ...
0
votes
1answer
522 views

Dojo caching issue in Spring

I am having an issue where dojo seems to be caching html and then not properly redisplaying it. If I call this function once it works fine, and it works on all subsequent calls if the parameters are ...
0
votes
2answers
1k views

Upgrading dojo in Spring-js from 1.3 to 1.4

We have a project where we're using Spring-js. With it comes Spring-dojo and the full dojo package. But in the current version of Spring-js (2.0.9), it's using dojo 1.3. Is there a way to upgrade ...
1
vote
2answers
3k views

Using dijit.filteringselect in a Spring MVC environment

I am trying to code two filteringselects which should both change according to data entered into any of the forms. So data entered into fs1 should trigger changes in fs2. Data entered into fs2 should ...

1 2