Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion No QueryString binder found for type Option[java.util.UUID]

Received: by 10.224.217.200 with SMTP id hn8mr3212696qab.4.1335858741561;
        Tue, 01 May 2012 00:52:21 -0700 (PDT)
X-BeenThere: play-framework@googlegroups.com
Received: by 10.229.205.91 with SMTP id fp27ls1763448qcb.2.gmail; Tue, 01 May
 2012 00:52:14 -0700 (PDT)
Received: by 10.224.201.7 with SMTP id ey7mr9224258qab.0.1335858734589;
        Tue, 01 May 2012 00:52:14 -0700 (PDT)
Received: by 10.224.201.7 with SMTP id ey7mr9224257qab.0.1335858734580;
        Tue, 01 May 2012 00:52:14 -0700 (PDT)
Return-Path: <j...@zenexity.com>
Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181])
        by gmr-mx.google.com with ESMTPS id c25si6742597qch.2.2012.05.01.00.52.14
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 01 May 2012 00:52:14 -0700 (PDT)
Received-SPF: pass (google.com: domain of j...@zenexity.com designates 209.85.216.181 as permitted sender) client-ip=209.85.216.181;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of j...@zenexity.com designates 209.85.216.181 as permitted sender) smtp.mail=...@zenexity.com
Received: by qcsk26 with SMTP id k26so2403905qcs.26
        for <play-framework@googlegroups.com>; Tue, 01 May 2012 00:52:14 -0700 (PDT)
        d=google.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:x-gm-message-state;
        bh=eie0OFeQIJxNfW/Y/0d83lw50iwp40tZr6Avjq3Bns4=;
        b=MAuO/Y0Z7jjjkzmQ5iiK1QZ29flZFOSKxqHpK55xlv67muRmgC8XWFyn94I6iCFvMO
         onqnCgmAFDZPyZVieB/n7CqvvT9Ul4sNRLmuCU/B1KV8NIMaA86nW+0DofkVWS7w7qUZ
         lLfSLsK7rJZrC0e425shZNPh5dGXIvPvbtdBjCIsYMWBb+byA6zPG+H9rVuh+4+Cfzk+
         +U/McquzA7AkZBnTc98kcHa1z9WTCd49xt/fgEv6/twAbJ/jgHMzwINX7ITA2AHX3PeQ
         SCekr93BIMtLSSjxPONg4reQ7W3oTdrNtm8w9ZWslTYuwxpp5gLnjNCeBs7hbUw+7YUg
         SjrQ==
MIME-Version: 1.0
Received: by 10.229.135.137 with SMTP id n9mr6351125qct.48.1335858734404; Tue,
 01 May 2012 00:52:14 -0700 (PDT)
Received: by 10.229.218.78 with HTTP; Tue, 1 May 2012 00:52:14 -0700 (PDT)
In-Reply-To: <80C0E23A-0A41-429D-B0AC-FEE92ED6F...@venarc.com>
References: <80C0E23A-0A41-429D-B0AC-FEE92ED6F...@venarc.com>
Date: Tue, 1 May 2012 09:52:14 +0200
Message-ID: <CAP1F=qdY3fakH0D1bEFA1GCJippX1csrbd8-2zBGMjsi0KN...@mail.gmail.com>
Subject: Re: [play-framework] No QueryString binder found for type Option[java.util.UUID]
From: Julien Richard-Foy <j...@zenexity.com>
To: play-framework@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
X-Gm-Message-State: ALoCoQkVwbyDkCHt3iZJHoJS84PL0poDHDWYJBaRl+9X4vIdPjjFCsDLpjEIEAOimrPXb8M79/PL

Hi,
It should work. How are you sure there is an implicit
QueryStringBindable[UUID] available in your scope?
Regards.