Questions tagged as 'play-framework'

1
answer

Save values temporarily in text fields (inputs)

I have a web application that I made a simple forms to store values of a patchpanel and I made a dynamic input that when saying how many ports that patch has, automatically generate new fields, eg I filled out that the patch has 5 ports , so bel...
asked by 13.07.2017 / 17:20
1
answer

Login with Play! framework

I'm trying to create a system login but I have the following problem: public Result salvaNovoUsuario() { Form<Usuario> formulario = formularios.form(Usuario.class).bindFromRequest(); if (validadorDeUsuario.temErros(formul...
asked by 27.06.2017 / 20:23
1
answer

Problem editing records information that has uniqueness verification

I'm developing a web application using the Play Framework. In the play itself has the @Unique annotation that guarantees me that the same data can not be saved in the bank. I added this note to the username and email fields of my form, it works...
asked by 18.07.2017 / 16:22
1
answer

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url

Hello, I'm trying to compile my project using sbt , but it causes an SSL error: ServeraccessError:sun.security.validator.ValidatorException:PKIXpathbuildingfailed:sun.security.provider.certpath.SunCertPathBuilderException:unabletofindval...
asked by 11.01.2018 / 18:44
1
answer

How to save image in the database?

I'm developing a web application using the play framework, in which I'm finishing the CRUD of a user, but this is missing only the part where the user saves his profile photos in the registry. As I have little experience with the web, I'm having...
asked by 27.12.2017 / 20:29
0
answers

I can not upload images to Chrome - Play! Framework

Hello, I'm using Play! Framework and I'm having a problem trying to upload images, especially in Google Chrome: [error] play - Exception caught in RequestBodyHandler java.nio.channels.ClosedChannelException: null at org.jboss.netty.channel....
asked by 28.06.2016 / 03:50
0
answers

Play Framework JPA postgres

Hello, I'm learning to work with Play! framework and I'm having difficulty integrating my application with the Postgres database, using hibernate. The application does not use the persistence, the bank is working because if I use a standard conn...
asked by 03.03.2016 / 20:03
2
answers

Play Framework execution error

Good evening, I'm studying the Play Framework and I'm hitting on the following error: ! @6naojhb5b - Internal server error, for (GET) [/] -> play.api.http.HttpErrorHandlerExceptions$$anon$1: Execution exception[[MatchErro r: java.lang.Asse...
asked by 01.09.2015 / 06:00
0
answers

Update in PlayFramework not working

I'm testing play-framework 2.4.3 and did the code below to update the template I get via json, but only the update is not working. I have the log of the enabled queries but only a select appears for this action. I'm using the H2 bank. What is mi...
asked by 01.10.2015 / 04:06
0
answers

Problem with javascript and html in intellij project

I created the index.js file which is composed of the javascript code below: $(document).ready(function() { $("#menu").accordion({collapsible: true, active: false}); }); and I put it together with jquery-2.1.1.min.js inside the...
asked by 22.11.2014 / 03:49