The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
319 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 ...
1
vote
1answer
20 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. ...
1
vote
1answer
52 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 ...
1
vote
1answer
165 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, ...
1
vote
1answer
92 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' ...
1
vote
1answer
98 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 ...
1
vote
1answer
342 views

RequiredFieldValidation not working properly for listbox

I have a listbox on my asp.net page for which I have used rquiredfieldvalidation. The problem is when the list box is filled on a particular dropdown selection ,no member is automatically selected in ...
1
vote
1answer
280 views

Trying to enable client side validation in Orchard

I am trying to get client side validation enabled in Orchard for the comments. I have followed the advice in this SO discussion. I have commented out: //ModelValidatorProviders.Providers.Clear(); ...
1
vote
1answer
1k views

richfaces 4 client side validation problem

I have a problem with richfaces client side validation. Here is my xhtml page sample ; <h:form id="deneForm"> <rich:panel> <h:panelGrid columns="2"> <h:inputText ...
1
vote
1answer
165 views

Client-Side Validation and Collections or Dynamic Forms

I'm using ASP.NET MVC 2.0. I need to implement a dynamic form in order to add "on the fly" new form table row. My ViewModel contains an ICollection according to each rows which will be added to the ...
1
vote
1answer
672 views

JavaScript REST authentication

Are there any solutions to implement REST authentications for clients using only JavaScript? JavaScript code is always readable by anyone. I read many posts about REST authentication here, but didn't ...
0
votes
1answer
65 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 ...
0
votes
1answer
51 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 ...
0
votes
1answer
210 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. ...
0
votes
1answer
47 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 ...
2
votes
0answers
177 views

Comparing new password and confirm new password using [Compare(“”,..)] doesnot work while using data annotations in MVC3, Razor

I have three PasswordFor, oldpassword, newpassword and confirmnewpassword inside @using (Ajax.BeginForm()){---}, and i need these values bounded with a model and need the values of newpassword and ...
1
vote
0answers
87 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 ...
1
vote
0answers
75 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
0answers
154 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, ...
1
vote
0answers
327 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 ...
1
vote
0answers
124 views

Client_Side_Validation - Display position of validation “Password doesn't match confirmation”

I've got the client_side_validations gem working really great on my forms. I'm using Devise for my users model and when I go to the new_user_registration form, display validation "doesn't match ...
1
vote
0answers
310 views

Client-side-validation with custom model?

I use the client-side-validation gem and its simple_form plugin for client-side validation. I have a custom model with ActiveModel::Validations included and use simple_form to fill it. <%= ...
1
vote
0answers
394 views

Client Side Validations on Nested Field Not Generate Valiadtion

I have application rails and use client_side_validations gem with Devise to validate devise registrations form //account.rb has_one :user validates :username, presence: true, uniqueness: true ...
1
vote
0answers
211 views

Dropdown ClientSide validation MVC3 not working

public class Encapsulated { [Required] public string CategoryId { get; set; } } public class Category { public string ID { get; set; } public string CategoryName { get; set; } } ...
1
vote
0answers
88 views

client_side_validations gem anche conditional validation

First of all I'm working on a rails 3.2 app and I'm using client_side_validation gem. Is there a way from js to enable/disable the validation of certain fields? I need a conditional validation ...
1
vote
0answers
158 views

How can I validates_uniqueness_of :attachment_file_name using client_side_validations/formtastic/paperclip?

I'm using paperclip for an attachment on an instance of my model. I would like to validate the uniqueness of that attachment file name when it is uploaded by the user into the system at the client. ...
1
vote
0answers
335 views

Rails Field Error Proc not working properly when using any tag other than label with client_side_validation gem

I have a Rails 3.0.10 project that is using the client_side_validations gem to validate form input on each field before form submission. I am using the field_error_proc block to override the ...
1
vote
0answers
663 views

Call custom client side validation function after WebForm_OnSubmit? .NET

I want to run a simple JS function after my .NET validator controls run their javascript. My onsubmit value is javascript:return WebForm_OnSubmit();, which seems to be generated automatically and I ...
1
vote
0answers
836 views

ASP.NET Validate all validators with different validation groups

I'm writing an ASP.NET page and trying to get validation working. My problem is that I've got a repeater that contains several custom grid controls, each of which has validators and a validation ...
0
votes
0answers
33 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 ...
0
votes
0answers
48 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
0answers
16 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, ...
0
votes
0answers
69 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
47 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 ...
0
votes
0answers
70 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, ...
0
votes
0answers
85 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
0answers
64 views

Access button id that called the event

In an ASP.NET application I'm overriding the javascript validation method ValidatorCommonOnSubmit and need to access the CausesValidation property of the button that called the event. Is this possible ...
0
votes
0answers
96 views

How to do validate confirmaion in multistep form if confirmation field on next step?

I use client_side_validations-formtastic and client_side_validations gems. In my model: validates_presence_of :full_name, :parent_name validates_confirmation_of :full_name, :parent_name, on: :create ...
0
votes
0answers
54 views

Client side validations avoiding to type certain characters?

I have a model with name and this field has a validates with format /^([a-zA-Z]|\s)*$/, i.e. only letters or whitespaces. I'm using client_side_validations to validate the data with javascript but it ...
0
votes
0answers
282 views

client side validation for devise not showing error message, rails

I'm using devise for sign up page and client side validations to show error message. So I follow blog https://github.com/bcardarella/client_side_validations and in my form I just add :validation => ...
0
votes
0answers
34 views

Rails globalize3 with client_side_validations gem and strip_attribues gem

Is it possible to utilize Globalize3 gem with 1. client_side_validations gem 2. strip_attribues gem Got a simple model with a single attribute class Category < ActiveRecord::Base ...
0
votes
0answers
154 views

Error for form_for validate true (client_side_validations)

Hye hi, I am beginner to ruby on rails and I am developing application in which I want to implement client side validation for signup form. For this I am using "client side validation " I added this ...
0
votes
0answers
251 views

how to fire a custom validator on client side based on a web service result?

How do I set the IsValid of a customvalidator on the client side based on the result of a web service? We are doing this on the client side to avoid page flickers, so we do not want any postbacks. I ...
0
votes
0answers
1k views

how to use struts client side validation for two different jsp pages

I am using struts 1.2 When I used validation for single jsp page it is working,but it is not working for another jsp. Please tell me if any other method to do client side validations for 2 different ...
0
votes
0answers
124 views

Disable successCssClass on non required fields on Yii Framework - CActiveForm

I'm using Yii Framework with CActiveForm form widget. With client side validation parameters, in addition I configured "successCssClass" "errorCssClass" to provide the right CSS style for the field ...
0
votes
0answers
268 views

Unable to perform jquery client side validation as having sj:submit button

I have the following code... Unable to perform jquery validation as having sj:submit button..please help me...Thanks in advance.. <script type="text/javascript" ...
0
votes
0answers
125 views

JSF road map to support client side validations in future

If my question is generic and not Strictly a technical question, please inform me. I will remove it. My question is does JSF have a road map to support pure client side validations in future(with no ...
0
votes
0answers
495 views

Setting up form_for using Devise with Client_Side_Validations

I'm using Devise 1.4.7 and trying to integrate client_side_validations 3.1.0 into my project. I have a extended the registration controller by writing a controller my_registrations_controller which ...
0
votes
0answers
344 views

Multi-step form problem in Rails 3.1

[edit #2] I think I have solved it– class Company < ActiveRecord::Base [...] def step_one? self.current_step == "step_one" # don't use lambda in methods # lambda { |c| ...
0
votes
0answers
270 views

FormID not populated in jquery client-side validation when using strongly-typed BeginForm?

I have been migrating a site from MVC1 to MVC2 for the last couple days. We chose to use the Jquery client-side validation. At one point my BeginForm statement looked like this ... <% using ...

1 2