Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8242797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:17:23+00:00 2026-06-07T21:17:23+00:00

With the new validator object – is it possible to replace the validation error

  • 0

With the new validator object – is it possible to replace the validation error inside the validation rule triggered? to not only return the static error message but maybe some dynamically genereted one?

public function validateLength($data) {
    ...
    $length = mb_strlen($data['name']);
    $this->validator()->getField('name')->setRule('validateLength', array('message' => $length . 'chars')); 
    ...
}

does not work, of course (too late I guess)

I want to actually return the lenght of the string (you used 111 chars from 100 allowed) for example – but for this I would need to be able to replace the message from inside the (custom) validation method

$this->validate['name']['validateLength']['message'] = $length . 'chars';

also never worked so far. it would always return the previous (static) error message from the $validate array

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T21:17:26+00:00Added an answer on June 7, 2026 at 9:17 pm
    public function customValidator($data) {
        ....
        if ($validates) {
            return true;
        } else { 
            return 'my new error message';
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to XML validation using .xsd files. Maybe I'm not even asking the
Is it possible to use the new client side validation features of asp.net MVC
I am new to QTP and I have a problem with error validation message.
I'm using castle validation and I'd like to know why my validator is not
I have a Spring validator that contains the following code. errors.rejectValue(myFieldName, errors.required, new Object[]
I am validating an in-memory DOM object using the javax.xml.validation.Validator class against an XSD
Is it possible to write your own validator in grails that will return a
I need to invoke a mapreduce job from java application. I use ToolRunner.run(new Validation(),
(I am new to Schema validation) Regarding the following method, System.Xml.Schema.Extensions.Validate( ByVal source As
I am new to rails validation. I have two fields: field :feed_entitlements, :type =>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.