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,7 +425,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | ||
425 | <filename>bookmark_list.xhtml</filename> com o conteúdo seguinte: | 425 | <filename>bookmark_list.xhtml</filename> com o conteúdo seguinte: |
426 | </para> | 426 | </para> |
427 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" | 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 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> | 429 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> |
430 | <ui:define name="body"> | 430 | <ui:define name="body"> |
431 | <h:form> | 431 | <h:form> |
@@ -470,7 +470,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | @@ -470,7 +470,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | ||
470 | <filename>menu.xhtml</filename> com o conteúdo seguinte: | 470 | <filename>menu.xhtml</filename> com o conteúdo seguinte: |
471 | </para> | 471 | </para> |
472 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" | 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 | xmlns:ui="http://java.sun.com/jsf/facelets"> | 474 | xmlns:ui="http://java.sun.com/jsf/facelets"> |
475 | <h:form> | 475 | <h:form> |
476 | <p:menubar> | 476 | <p:menubar> |
documentation/quickstart/pt-BR/melhoria.xml
@@ -130,7 +130,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | @@ -130,7 +130,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | ||
130 | <filename>bookmark_edit.xhtml</filename> com o conteúdo seguinte: | 130 | <filename>bookmark_edit.xhtml</filename> com o conteúdo seguinte: |
131 | </para> | 131 | </para> |
132 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" | 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 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> | 134 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> |
135 | <ui:define name="body"> | 135 | <ui:define name="body"> |
136 | <h:form prependId="false"> | 136 | <h:form prependId="false"> |
@@ -184,7 +184,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | @@ -184,7 +184,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | ||
184 | <filename>bookmark_list.xhtml</filename> com o conteúdo seguinte: | 184 | <filename>bookmark_list.xhtml</filename> com o conteúdo seguinte: |
185 | </para> | 185 | </para> |
186 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" | 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 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> | 188 | xmlns:ui="http://java.sun.com/jsf/facelets" template="/template/main.xhtml"> |
189 | <ui:define name="body"> | 189 | <ui:define name="body"> |
190 | <h:form> | 190 | <h:form> |
@@ -242,7 +242,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | @@ -242,7 +242,7 @@ public class BookmarkListMB extends AbstractListPageBean<Bookmark, Long> { | ||
242 | <filename>menu.xhtml</filename> conforme o conteúdo seguinte: | 242 | <filename>menu.xhtml</filename> conforme o conteúdo seguinte: |
243 | </para> | 243 | </para> |
244 | <programlisting role="XML"><![CDATA[<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" | 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 | xmlns:ui="http://java.sun.com/jsf/facelets"> | 246 | xmlns:ui="http://java.sun.com/jsf/facelets"> |
247 | <h:form> | 247 | <h:form> |
248 | <p:menubar> | 248 | <p:menubar> |