Posts by Marcos Paulo • 59 points
6 posts
-
0
votes2
answers171
viewsA: Install Avalon Primefaces Theme - Netbeans
Just putting Lib on the project I couldn’t. For those who have been through at least problem, follows solution: I requested the file 'Avalon.War' that did not come in the purchase. After that, I…
-
1
votes1
answer1801
viewsA: execute shell file in Ubuntu by crontab
First, you should be given permission to run the script (you may already have). chmod +x /home/user/selamat.sh Put in crontab: */1 * * * * /home/user/selamat.sh If you want to edit the current…
-
1
votes2
answers1187
viewsA: How to configure crontab to run URL, Linux Ubuntu command
Just one note, you should run the Url with no output or progress, channeling to / dev / null like this: Example running every 5 minutes. */5 * * * * curl -s http://meusite/rota > /dev/null */5 *…
-
2
votes2
answers490
viewsA: Why is it not recommended to use Defaulttablemodel?
Actually, the use of Defaulttable is more complicated. And maintenance ends up being more time consuming too. When I was looking at it, I used this example and it helped me understand it very well.…
-
0
votes1
answer699
viewsQ: Update JSF only works in the whole form (Primefaces)
good night. I’m racking my brain with a problem that seemed simple I have a form with some fields, when selecting a combobox I want to hide and display some fields. I am using p:ajax to perform the…
-
-1
votes2
answers171
viewsQ: Install Avalon Primefaces Theme - Netbeans
I bought a theme from the first Aces (Avalon). But I have no idea how to implement it in Netbeans. Came the.jar file (Avalon-Theme-1.0.5.jar) and test pages, WEB-INF, Resources (css,fonts,images,js)…