Questions tagged as 'jsp'

0
answers

JSP + netbeans + bower project

Good afternoon everyone! My question is the following ... I have a newly created JSP project in netbeans and I want to work with bower to manage the packages from my front end. Where should I create the bower_components folder? If it...
asked by 11.10.2016 / 19:48
1
answer

JavaMail does not send email [closed]

I was developing a page for sending email. It sent legal, but even not giving error in the page the same does not send more. I followed this tutorial tutorial here. It only works on the server, but on the local machine, it does not send any mo...
asked by 01.11.2016 / 16:43
1
answer

Update JSP Excerpt via Servlet

I have the following case: I have an index.jsp file, which has the structure below: <jsp:include page="templates/header.jspf"/> <div id="view"> <jsp:include page="home.jspf"/> </div> <jsp:include page="templates/f...
asked by 20.06.2016 / 19:05
0
answers

How to uncheck a checkbox when another one is selected?

<t:selectOneRadio layout="pageDirection" forceId="true" forceIdIndex="false" id="selectCodigoProcesso" rendered="#{!bkbCadastroPessoaJuridica.orgaoEntidade}" styleClass="e...
asked by 23.05.2016 / 20:27
0
answers

Save image to application folder (File upload) using EJB + Servlet JSP

Good people? I need an example of how to do file upload using technologies, EJB + Servlet + JSP ... I'm working on a project that I need to dynamically insert the images into my application. Hugs!     
asked by 24.05.2016 / 16:20
2
answers

Create Bootstrap template to be used on all JSP pages of your Java app, implementing only the "content / content"

Good morning, Personal, "I know it's more of a subject", but someone could help me with this question. I'm used to making templates with facelets, so I generate an xhtml file and write it down inside it, where it will be Header, Content an...
asked by 24.05.2016 / 15:51
0
answers

Crud with related tables in spring mvc

I'm developing a java application, using spring mvc . And in a CRUD functionality, I have an Incident signup screen. On this screen, I have the fields mapped according to the entity Incident.java. However in the registration screen I have m...
asked by 05.04.2016 / 17:10
1
answer

process 24x5 in jar how to convert to .war

I have created a jar to calculate forex signals, but I would like to host it on some server in the cloud. As I've been researching, it will be much easier to convert it to a war. Since my app is supposed to run 24x5, I'd need it to run around...
asked by 09.05.2016 / 03:59
0
answers

I'm having trouble persuing data in DB

I'm connected to the postgreSQL database, I put the postgresql-9.4-1201.jdbc4.jar driver. When I click on register it appears that this window is neither listing nor persisting. The problem is that no error message appears in the console. Has an...
asked by 15.02.2016 / 19:37
1
answer

What is this code possibly doing?

index.xhtml : ui:repeat value="#{produtoService.listaProdutos}" var="prod" Note: I know that the tags are missing. But what does this code doing ('' assuming the tags are closed properly)? "     
asked by 25.04.2016 / 04:22