Posts by jean cavalcante • 53 points
6 posts
-
1
votes1
answer667
viewsA: Error changing Primefaces theme
Includes the folder WEB-INF the theme manually. Then I went to Tools -> Library and click on Add JAR/Folder and selected the file. Deletes the . jar files from the truck {nome do…
-
2
votes1
answer667
viewsQ: Error changing Primefaces theme
Hello, I’m learning primefaces and I’m trying to change the theme of primefaces. For this I downloaded by Maven. The theme even appears in the dependencies. But the following message appears when I…
-
0
votes2
answers5882
viewsA: How can I place one element on the other side?
Replace android:id="@+atendente/txtProdutoNome for android:id="@+id/txtProdutoNome in all id’s
-
1
votes2
answers5882
viewsQ: How can I place one element on the other side?
I want to put the atendenteBalaoProdutoValor on the side of atendenteBalaoProdutoNome and atendenteBalaoProduto2 below the atendenteBalaoProdutoNome. For that, I tried this: attendant.xml <?xml…
-
0
votes1
answer47
viewsA: Runtimeexception (Android)
I had forgotten to change the type of the object in Atendente.java Stayed like this: RelariveLayout rltProduto = (RelativeLayout) findViewById(R.atendente.lnrProduto);…
-
1
votes1
answer47
viewsQ: Runtimeexception (Android)
I want to put the atendenteBalaoProdutoNome on the side of AtendenteBalaoProdutoValor, thus: to do this, I tried this: attendant.xml <?xml version="1.0" encoding="utf-8"?> <merge…