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 8862733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:47:59+00:00 2026-06-14T15:47:59+00:00

Grails 2.1 Fields plugin 1.3 I’m trying to figure out how to customize the

  • 0

Grails 2.1
Fields plugin 1.3

I’m trying to figure out how to customize the field rendering of Dates so that will include the constraints (attributes) defined in the domain class.

Based on the Fields plugin documentation and other information I have found, I should be able to do this through a default _input.gsp for Dates.
grails-app/views/_fields/date/_input.gsp

Currently the constraints are not being taken into account with the Fields plugin.
The following results in a date field with years beginning with 1912 through 2112:
birthDate( attributes: [“precision” : “day”, “years” : 2016..1970])

This one results in a date field for Year, Month and Day even though the precision has been set to month and again, I get years 1912-2112:
expireDate(attributes: [“precision” : “month”, “years” : 2007..2016])

How do I setup the _input.gsp to use the constraints for the datePicker?

  • 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-14T15:48:00+00:00Added an answer on June 14, 2026 at 3:48 pm

    I was able to figure out a solution, it may not be the best solution, but it is working for my app.

    Using grails-app/views/_fields/date/_input.gsp

    <%@ page defaultCodec="html" %>
    
    <g:if test="${constraints.nullable == true}">
        <g:datePicker name="${property}" value="${value}" precision="${constraints.attributes.precision}" years="${constraints.attributes.years}" default="none" noSelection="['': '']" />
    </g:if>
    <g:else>
    <g:datePicker name="${property}" value="${value}" precision="${constraints.attributes.precision}" years="${constraints.attributes.years}"/>
    </g:else>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Grails command object that contains an emailAddresses field, e.g. public class
Grails tends to write out the URL for everything that uses its tags as
I have an Abstract Domain Class in Grails wich has fields that all the
How to implement a table cell in Grails that will have a button and
I'm using the Grails Jasper report plugin in my application. Im trying to bind
I have a grails project where I need to select the fields that I
I am trying to use ACL plugin in my grails application. Based on the
I have some text area field in my grails application. I got the following
The Grails framework has a lot of constructs/features that allows for adhering to the
Is it possible, using spring security plugin 0.5.3 with Grails 1.2.1, to authenticate a

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.