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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:56:58+00:00 2026-06-17T05:56:58+00:00

How can I apply a Play 2 uniqueness validation only when an object is

  • 0

How can I apply a Play 2 uniqueness validation only when an object is being created? I can add a custom verifying clause, but it would fail when editing (as opposed to creating) an existing objet.

  • 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-17T05:56:59+00:00Added an answer on June 17, 2026 at 5:56 am

    If you are not performing the same validation checks on edition and creation maybe it means that you should not use the same Form object for both? Actually, there are only a few particular cases where it makes sense to use the same Form object for both creation and edition in real world programs.

    On the other hand, if you don’t want to duplicate some validation logic that is common to both creation and edition you can reuse a mapping fragment in your two Form objects:

    val commonMapping = "common" -> tuple(
        "foo" -> number,
        "bar" -> nonEmptyText
    )
    val creationForm = Form(tuple(
        commonMapping,
        "baz" -> date
    ) verifying (/* creation specific constraint */))
    val editionForm = Form(tuple(
        commonMapping,
        "bah" -> boolean
    ))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i need to apply a method - play() - to a flowplayer object, but
I would like to know if I can apply an animation to the charts
For play 1.x, we can use play evolutions:apply , How can I do it
New to Play, looks like one can apply numeric constraint to Ints and Longs,
How can I use Play!2.0 OpenID in Java? I found an example , but
I understand I can apply several options to the ServiceContract (like Name , Namespace
Is there a way I can apply '+ to '( 1 2 3)? edit:
here i need a batch file which can apply and create label or base
In a Zend view I can apply a partial template to an iterable element
Is there a way I can apply the login_required decorator to an entire app?

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.