I\'m encountering a problem with interceptors in Play! Framework (1.2.3) with Scala module (0.9.1). I have a following code which should run whenSuccess method after invocation of \'index\' method, b
I want to access model items by index from JavaScript into a Play Framework template: <script type=\"text/javascript\" charset=\"utf-8\">
This question already has answers here: Closed 11 years ago. Possible Duplicate: Has reCaptcha been cracked / hacked / OCR'd / defeated / broken?
(Note: I\'m using the Play! framework, which uses Hibernate as the J开发者_如何学编程PA implementation.)
I’m newbie in Play! and I have one question about asynchronous programming in HTTP. I have a piece of code like this:
I have configured play internal web-server with SSL with following configuration: https.port=9443 certificate.key.file=conf/host.key
I\'m having some problems with getting multiple file upload to work. When I select x files, it goes through successfully, but the first file is being uploaded x times, and the others are not being upl
Is there any way to properly bind to a Set on a form? I\'m doing POJO binding and my controller takes in a User object
How can I set up my Play! app to use a commons-dbcp connection pool instead of the native one provided by C3P0?
I\'ve enabled production mode logging in Play! and I\'m using this configuration from here http://www.playframework.org/documentation/1.2.3/production