Posts by EA.Jsp.Android • 169 points
12 posts
-
0
votes0
answers51
viewsQ: Pagination query with LIKE function
good afternoon. I have an error in paging query when I pass a search parameter. Here’s the problem: When I’m on page 2 and I do a search for an item on page 20 of mine sql returns nothing. Follows…
-
1
votes0
answers58
viewsQ: How to inject a Factory when creating a unit test with Angularjs?
good afternoon! I am creating a unit test for my controller and the same is giving the following error: Typeerror: Cannot read Property 'saveUser' of Undefined At Scope.UserFormCtrl.$Scope.save I…
-
1
votes1
answer882
viewsQ: Direct printing in Java
While running, the error below is displayed when sending a string printer-friendly. sun.print.PrintJobFlavorException: invalid flavor at sun.print.Win32PrintJob.print(Unknown Source) Complete code…
-
1
votes0
answers89
viewsQ: Transform incoming Veederroot data
Good afternoon Person, I have looked in several places and still can not find the solution to my problem, I hope you can help me. I’m making a communication in Delhi with veederRoot through the…
-
2
votes1
answer585
viewsQ: Doubt when using Timertask
follows my example of class use TimerTask and my problem is this: I want to make sure that every day the 12 hours is done this routine automatically. Currently nothing is happening, is this missing…
-
5
votes1
answer2028
viewsQ: How to get value from one form to another?
I have Form 1 and it has a field that in the action onExit I search the code in the bank and if not find I present a message if you want to register a product. If you open Form 2, now I’m not able…
delphiasked EA.Jsp.Android 169 -
0
votes2
answers4152
viewsA: How to get selectOneMenu primefaces value?
solved the problem. The error was in converting and as incredible as it looks like a mojarra lib update, done it worked :D. Follow the new convert: @FacesConverter(forClass =…
-
1
votes1
answer66
viewsA: Error in Namedquery
I’ve already solved! As I was mapping in Java I was not thinking like objects, follows the query: @NamedQuery(name="ListagemPedidoMesa",query="select pe.produto from Pedido pe, Conta c where c.id =…
-
0
votes2
answers4152
viewsA: How to get selectOneMenu primefaces value?
opa, lacked my convert: @FacesConverter(value="converterProduto") public class ConverterProduto implements Converter { public Object getAsObject(FacesContext context, UIComponent component, String…
-
0
votes2
answers4152
viewsQ: How to get selectOneMenu primefaces value?
good evening. I’ve been having a little problem for 3 days, I’m not able to get the value of selectOneMenu related to the product, example: I have three product categories: Tapiocas, Snacks and…
-
1
votes1
answer66
viewsQ: Error in Namedquery
Good evening guys, I’m looking to create a namedquery with a bank appointment. Follows: @NamedQuery(name="ListagemProdutosMesa",query="select Produto p FROM Produto p, Pedido pe, Conta c,…
-
4
votes2
answers5149
viewsQ: Create a Alertdialog with an Edittext of type "number" - Android
Guys, I have a problem with my alert: In it I have an Edittext, only I can’t declare Edittext with type numbers(android:inputType="number"). Any idea? Follow the code of the Alert: public void…