Posts by Romulo Diniz • 44 points
4 posts
-
-1
votes1
answer33
viewsA: Problems with Youtube Api code - Class import
(very) old question, but for record purposes, it needs this import as well: <dependency> <groupId>com.google.oauth-client</groupId>…
-
0
votes1
answer317
viewsA: Eclipse does not update class changes
Take a look at your run Configurations: Run Menu -> Run Configurations -> Java Applocation -> suaclass Make sure the Main Class is set correctly
-
1
votes3
answers1169
viewsA: How to load the list of items from p:selectOneMenu when clicking to open the dropdown?
You can change the get from the list in the bean: public List<Bla> getListaBla() { updateBlaList(); return this.blaList; }
-
2
votes1
answer216
viewsA: Clear Target on JSF+JPA+Richfaces projects
If you’re using Maven, just run mvn clean