The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

ASP.NET MVC - onbeforeunload and clientside validation in IE

In my JavaScript I have a handler for the window.onbeforeunload event which shows a progress indicator whenever a page is refreshed or submitted. In Google Chrome: If the page has any validation ...
0
votes
3answers
43 views

Unobtrusive Client side validation in MVC4 not working

I have layout page with all scripts as shown below. <!DOCTYPE html> <html lang="en"> <head> <title>My Site</title> <link href="~/favicon.ico" rel="shortcut ...
0
votes
0answers
22 views

Richfaces 4: Rendering issue for mixed client / ajax fall-back validation

I use mixed client-side validation (CSV) with JSR-303 bean validation constraints and ajax-fallback validation for an h:inputText tag. But if the CSV passes and the ajax fall-back validation fails ...
1
vote
0answers
38 views

Richfaces 4: How to set severity class of messages triggered with client side validation

I use client-side validation with JSR-303 (bean validation) constraints as in the Richfaces 4 showcase ...
0
votes
0answers
41 views

Contact Form - Client Side Validation not working (document.ready)

I have a simple contact form with Name, Email, Message. On submit, the form submits to a php page and the email is sent. The problem I am having is with the client side validation. For some reason ...
1
vote
1answer
23 views

Validating JQuery autocomplete using client_side_validations in ruby on rails

I jave job which belongs_to client. I want to validate presence of client_id in jobs/new form. I am using jQueryUI autocomplete for picking client and I use client_side_validations for validations. ...
2
votes
1answer
342 views

jQuery.Validation.Unobtrusive client side validation only works when scripts are on view page

I have an ASP.NET MVC 4 App that uses the jQuery.validation.js plugin and MVC's jQuery.validation.unobtrusive.js. I use data annotations on my view model to validate a textbox's input to be an ...
0
votes
0answers
54 views

Show client side error message in tooltip, rails

How can I change the error message display pattern from client side pattern to tooltip pattern? Here, client side error message comes from config/initializers/client-side-validation.rb ...
0
votes
1answer
71 views

No ajax working with simple form client side validations in rails

I'm experiencing an issue where validations do not happen live with the form, they only show up after the user hits submit. I'm using the simple_form gem with client_side_validations and ...
2
votes
1answer
161 views

Make client-side and server-side validation rules the same

I have an application who use ASP.NET MVC and KnockoutJS for the MVVM part. The server bind the data to the server by JSON. The client treat data and make a standard POST callback after that. I have ...
1
vote
0answers
92 views

Client side validation with tooltip, rails

In my rails app, I'm using client side validation to show error message. I want to show this message on tooltip using bootstrap.How can I change my code so that it show in tooltip .. Right now error ...
0
votes
0answers
18 views

can't convert Fixnum to String ruby client side validation

This is the code that's causing problems <%= f.select :dateopen, [['Sun', 0], ['Mon', 1], ['Tue', 2], ['Wed', 3], ['Thu', 4], ['Fri', 5], ['Sat', 6]] %> to <%= f.select :dateclose, ...
1
vote
1answer
65 views

Devise + client_side_validations using Rails 3.2.1

I posted a recent question asking for help on how to get the client_side_validations gem to work with Devise. I received a prompt response from the author of the gem, to try a different version of the ...
0
votes
0answers
78 views

Client-side validation on Page Index Changing for ASP.NET DetailsView

I have a DetailsView with NextPrevious mode enabled and client-side validators. The problem is that even when a validator fires and the page is not valid, the application still does a post back and ...
0
votes
0answers
49 views

How to show error on password confirmation in client side validations gem

I am looking forward for the solution to show validation error message of password confirmation field rather then the password field , if password and password confirmation doesn't match. I have ...
2
votes
1answer
123 views

Client_side_validations gem not working in rails 3.2.13

I've spent quite a while trying to get client_side_validations gem to work, but no text is showing up and no script tags are being injected after the forms. I have tried it with both the standard form ...
1
vote
1answer
111 views

ActionController::RoutingError (No route matches [GET] “/uniqueness”):

I am getting an error on uniqueness , I am using client side validation gem ActionController::RoutingError (No route matches [GET] "/uniqueness"): Here are the versions which i am using ...
0
votes
1answer
54 views

Can't change spring webflow state if jsf client side validation fails

I have a simple form for creating a record - it has some fields which are required and two buttons, one for submit and one for cancel. The problem is that cancel button is not working (it actually ...
-1
votes
5answers
348 views

Why do we need both client side and server side validation? [closed]

The argument for using both client side validation (JavaScript) and server side validation using a validator is this: If the client browser does not support JavaScript, then the user cannot use client ...
2
votes
1answer
50 views

rails client_side_validations and select tag

The gem client_side_validations doesn`t validate select tag with no item selected. Maybe need to pass some params in model or .erb file?
0
votes
1answer
57 views

Bundler could not find compatible versions for gem “simple_form”

I'm having hard time trying to install the gem 'client_side_validations-simple_form'. My Gemfile looks like gem 'rails', '3.2.12' gem 'turbolinks', '1.0.0' gem 'simple_form', '2.1.0' gem ...
0
votes
1answer
251 views

Prevent future date and today date using custom validator

I'm developing a project using Entity framework in .NET 4. There is a page for sign up which has a field of date of birth. I want to validate it so that date of birth cant be in future or today. ...
1
vote
1answer
179 views

MVC3 Client side Validation is not working

I have a page in my application in which I have applied MVC Client side validation using validate.min.js and validate.unobtrusive.min.js but its not working. Validation is working fine on server side, ...
0
votes
1answer
91 views

ruby on rails client side validation custom style

i am using the client_side_validation gem for my rails project, and i am attempting to restyle the error messages to fit in with the standard foundation 4 styling. i have the error styling being ...
2
votes
2answers
418 views

Performing client-side validation in MVC4 View against ViewModel

I would like to know what is the best approach to handle client-side, javascript or jQuery driven validation of MVC4 fields against attributes placed on a ViewModel's fields. First, let's pick the ...
-1
votes
1answer
401 views

Client side date validation using JavaScript

I have a form in which there are 2 jQuery datepickers, one for start date and a second one for end date. I want to add date range validation on them so client cannot select today's date and also ...
0
votes
1answer
52 views

rails 3 validations uniqueness on attributes of an association

i have a model called Fund and a model called Company .. where fund belongs_to a company. i have this validation in my Fund table: validates :name, presence: true, uniqueness: true This works both ...
1
vote
0answers
87 views

fluent validation with when on client side

In a ASP.NET MVC4 application we are using FluentValidation for validating our models. In certain cases we only want to validate a property when another property has a value. We use the When keyword ...
1
vote
1answer
100 views

How to cascade a client-side validation on embeddedForm on Symfony 2.1

I have 2 forms built with buildForm. Here is Score buildForm: public function buildForm(FormBuilderInterface $builder, array $options){ $builder->add('mesPoints','integer',array('required' ...
0
votes
0answers
74 views

Rails Client-Side-Validation gem Ajax Base

I have a twitter-bootstrap modal dialog that displays a form (rendered with simple-form) and has validation applied on it using the client-side-validation gem. It works great when the user blurs. But, ...
1
vote
0answers
161 views

Force client side validation of a certain attribute conditionally

I am using this client side validation library: https://github.com/bcardarella/client_side_validations together with simple form to render forms in rails 3.2.12. I have a model with two attributes, ...
0
votes
1answer
42 views

MVC 4 and bundles

On my local machine, this script tag works great. It includes several scripts @section Scripts { @Scripts.Render("~/bundles/jqueryval") } all from this line in my bundles.config file. ...
0
votes
1answer
84 views

rails client_side_validations only on hit save

I don't want the clien-side-validations validate on blur the inputs, just when I hit save. Is this possible? How can I do this? I have just some simple validations (empty, basically)... and I'm ...
0
votes
1answer
134 views

Rails client_side_validations inside a bootstrap modal

I'm trying to add the gem client_side_validations to my application. It works pretty fine if I go to something like controller/new, but, inside a bootstrap modal, it simply does nothing. I inspected ...
1
vote
1answer
104 views

Client side validations undefined method `validates_email'

I copied the code from client_side_validations page. And i had error undefined method validates_email for #<Class:0x007ff3382428a8> When i put includes ::Validations in my model this error ...
2
votes
1answer
333 views

validating a form in an MVC4 project before it has be submitted

Would like to get validation working on a form so that it works both before and after submit button has clicked. Currently the forms has server side validation working correctly this uses a ...
0
votes
1answer
107 views

Client-side-validation colorbox form

I am using gem 'rails', '3.2.8' I build a contact form following this tutorial: http://matharvard.ca/posts/2011/aug/22/contact-form-in-rails-3/ it works when I go to /contact now I have added gem ...
2
votes
2answers
254 views

rails v3 with select2 gem ignoring client_side_validation error message

I'm using rails 3.0.9, client_side_validation gem and just tried to use select2 gem by using thier js and css file manually Downloaded the files from https://github.com/ivaynberg/select2/tags A ...
0
votes
2answers
267 views

Client Side Validation for Hidden Input in ASP.NET MVC

I'm still a bit novice to the ASP.NET MVC architecture. I have an Edit page for data, which includes a hidden input. After testing my page, the 'Save' button wasn't doing anything and after some ...
0
votes
0answers
88 views

Client Side Validations and Devise

I've been trying to make Devise and Client Side Validations work together, both of the gems are fresh installs and both are at the newest version possible. I was firstly wondering, how I can find out ...
0
votes
1answer
38 views

client_side_validation gem - boolean as check boxes

I'm using the client_side_validation gem to do js validations in my app. I'm using the simple_form version. I've got a boolean attributes in my permission model which are validated class ...
0
votes
1answer
95 views

What is the simple way to do conditional validation on client-side?

I googled for the answer and I found many questions and blog post in the topics. Many seems very complicated way and some are incomplete. I have a Customer object with 2 property of type Address. 1 ...
1
vote
0answers
337 views

Rails 3.1 + Nested Form + Client Side Validations + Twitter Bootstrap (v. 1)

Having set up Client Side Validations (3.2.1) and Nested Form (0.3.1) according to the docs and wikis, everything is working great, except for one thing: existing nested fields are being incorrectly ...
0
votes
1answer
178 views

How to check if file path is valid in HTML File Input control?

I have this html code: <html> <head> <title>File Upload Example</title> </head> <body> <form action="uploadsuccess.jsp" enctype="multipart/form-data" ...
0
votes
1answer
322 views

Override client_side_validations behavior to validate hidden fields

I am using the client_side_validations gem with Rails 3.1.0. I have been trying to use it to validate a hidden field that is set through a javascript widget. From what I have read on the gem's github ...
0
votes
1answer
187 views

Rails Validate Date in Future (client_side_validation giving me trouble)

I have the following code to validate that my date is in the future: validate :date_must_be_in_future def date_must_be_in_future if date_in_question < Date.today ...
0
votes
1answer
211 views

Client_side_validations gem with formtastic in jquery modal view not working

I'm trying to get the client_side_validations gem to validate my form in a jquery modal view, but the validations aren't occurring (at least insofar as the errors aren't appearing inline). I'm using ...
0
votes
2answers
140 views

GWT - Simple Javascript for client side validation

I'm new to GWT. Can we write direct JavaScript codes for client side validations? (Afaik, we write Java codes, then it will convert to the JavaScript at runtime. What I want to know is, can we write ...
0
votes
1answer
325 views

Rails client side validation does not work on simple form association

I have a model User class User < ActiveRecord::Base validates :goal, :presence => true, :on => :update belongs_to :goal, :class_name => Goal, :foreign_key => "goal_id" ... end ...
0
votes
1answer
168 views

Rails Client side validation not passing true even after selecting jquery datepicker

In my application I have implemented jquery datepicker as well as rails client side validations. But even after I select the dates, I get the error as "can't be blank" and the form doesn't gets ...

1 2 3 4 5 6