Posts by user8078 • 159 points
9 posts
-
0
votes0
answers314
viewsQ: How to remotely load options in auto complete using Typeahead?
I was studying the typeahead.js with bootstrap 3, and I’m trying to make an auto-complete request to the server to bring the list options. This is the plugin I’m using: Github Bootstrap 3 Typeahead…
-
1
votes1
answer930
viewsQ: Event change is only triggered when changing tab or changing window
Good afternoon, everyone. I am trying to implement an autocomplete using typeahead.js. Assigns a change event to my input to make an ajax request that brings me the data that will be displayed in…
-
5
votes1
answer248
viewsQ: java.lang.Illegalstateexception when declaring aspect with Spring
I’m trying to state this aspect: @Aspect @Component public class UpperCaseAdvice { @Before("@target(annotations.Model)") public void toUpperCase(JoinPoint joinPoint){ //faz alguma coisa } } I am…
-
1
votes0
answers42
viewsQ: Servlet configured with annotations not loaded
I have the following class: public class SpringServlet extends AbstractAnnotationConfigDispatcherServletInitializer{ @Override protected Class<?>[] getRootConfigClasses() { return new…
-
1
votes1
answer24
viewsQ: Is it possible to use Tiles within Springmvc tags?
Hello, I am creating a generic form so that I can parameterize some attributes. I want to do the following : <sf:form cssClass="form" modelAttribute="<tiles:getAsString…
-
1
votes0
answers40
viewsQ: Doubt when overwriting attribute with Apache Tiles
I am studying a little about Tiles and I have a question. I have the following definition: <definition name="main" template="/views/templates/main.jsp"> <put-attribute name="titulo"…
-
1
votes1
answer248
viewsQ: Floodfill with primefaces. Catch coordinate of click on p:graphicImage
I want to make an image painting application using java. As it is for the web environment I chose primefaces as a framework for the vast documentation that exists about it. However I did not find…
-
2
votes4
answers6235
viewsQ: Inserting image with Jasperreport via parameters
I am learning a little about Jasper/ireport and am having some problems generating a report with an image. I followed some tutorials that I found on the Internet but I’m making a mistake that I’m…
-
3
votes1
answer2686
views