jsf - does not display the result (Java) -



jsf - does not display the result (Java) -

hello trying figure out jsf (primefaces) , little goes viz. compiled war archive in maven seek run through glassfish, server starts in origin writing "artifact qwe-1.0-snapshot.war: server not connected. deploy not available." in late writes "artifact qwe-1.0-snapshot.war: artifact beingness deployed, please wait... artifact deployed successfully." seems normal, opened page in browser empty although in index.xhtm , pom.xml , web.xml link pastebin , should button styles connected in primefaces tell me if i'm doing wrong? here's screenshot of result in browser. link1

<p:button outcome="productdetail" value="bookmark" icon="ui-icon-star"> targets productdetail page. if not have productdetail.xhtml page @ currect path, index.xhtml page cannot resolve navigationcase outcome. thus, create page productdetail.xhtml , set same directory of index.xhtml.

in addition, should utilize jsf standard tags(h:head, h:body).

jsf primefaces glassfish java-ee-web-profile

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -