Posts by Joao Pedro Milhome • 11 points
3 posts
-
0
votes2
answers794
viewsA: Change page title with angular2
https://angular.io/api/platform-browser/Title import {RouteConfig} from 'angular2/router'; import {Title} from 'angular2/platform/browser'; @RouteConfig([ {path: '/home', component: HomeCmp, name:…
-
1
votes2
answers478
viewsA: Update in datatable after you have updated data
Try to reload the page when you update onchange="window.location.Reload();" : <h:selectOneMenu id="lotacoes" ... onchange="window.location.reload();"> <f:selectItems ... /> <f:ajax…
-
0
votes2
answers3800
viewsA: Long or Date in JSON
Some databases have the type datetime With TimeZone, And with this it does the management of Timezone, if you save in milliseconds it will not be possible for example to know the time zone and not…