Commit 46048ebe675478b1e418666ebb34a8fdac361d02
1 parent
782855a7
Exists in
master
Alteração da URI do PrimeFaces nos códigos exemplo.
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
documentation/quickstart/pt-BR/criacao.xml
| ... | ... | @@ -425,7 +425,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { |
| 425 | 425 | <filename>bookmark_list.xhtml</filename> com o conteúdo seguinte: |
| 426 | 426 | </para> |
| 427 | 427 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" |
| 428 | - xmlns:p="http://primefaces.prime.com.tr/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 428 | + xmlns:p="http://primefaces.org/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 429 | 429 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> |
| 430 | 430 | <ui:define name="body"> |
| 431 | 431 | <h:form> |
| ... | ... | @@ -470,7 +470,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { |
| 470 | 470 | <filename>menu.xhtml</filename> com o conteúdo seguinte: |
| 471 | 471 | </para> |
| 472 | 472 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" |
| 473 | - xmlns:p="http://primefaces.prime.com.tr/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 473 | + xmlns:p="http://primefaces.org/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 474 | 474 | xmlns:ui="http://java.sun.com/jsf/facelets"> |
| 475 | 475 | <h:form> |
| 476 | 476 | <p:menubar> | ... | ... |
documentation/quickstart/pt-BR/melhoria.xml
| ... | ... | @@ -130,7 +130,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { |
| 130 | 130 | <filename>bookmark_edit.xhtml</filename> com o conteúdo seguinte: |
| 131 | 131 | </para> |
| 132 | 132 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" |
| 133 | - xmlns:p="http://primefaces.prime.com.tr/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 133 | + xmlns:p="http://primefaces.org/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 134 | 134 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> |
| 135 | 135 | <ui:define name="body"> |
| 136 | 136 | <h:form prependId="false"> |
| ... | ... | @@ -184,7 +184,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { |
| 184 | 184 | <filename>bookmark_list.xhtml</filename> com o conteúdo seguinte: |
| 185 | 185 | </para> |
| 186 | 186 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" |
| 187 | - xmlns:p="http://primefaces.prime.com.tr/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 187 | + xmlns:p="http://primefaces.org/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 188 | 188 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> |
| 189 | 189 | <ui:define name="body"> |
| 190 | 190 | <h:form> |
| ... | ... | @@ -242,7 +242,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { |
| 242 | 242 | <filename>menu.xhtml</filename> conforme o conteúdo seguinte: |
| 243 | 243 | </para> |
| 244 | 244 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" |
| 245 | - xmlns:p="http://primefaces.prime.com.tr/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 245 | + xmlns:p="http://primefaces.org/ui" xmlns:h="http://java.sun.com/jsf/html" | |
| 246 | 246 | xmlns:ui="http://java.sun.com/jsf/facelets"> |
| 247 | 247 | <h:form> |
| 248 | 248 | <p:menubar> | ... | ... |