Posts by Romario Teles • 11 points
2 posts
-
1
votes2
answers1849
viewsA: How to understand shopping cart logic in a JSF project?
For this your problem, you can continue sending the id by param, but on the other page you will have to do the following. Add the tag as follows. <f:metadata> <f:viewParam name="noticia"…
-
-1
votes2
answers80
viewsA: <ion-spinner> only works once, how to correct it?
//We need to let the ion-infinite-scroll know that we’re done loading in the new items. //To do this, we need to broadcast the scroll.infiniteScrollComplete event.…