problem using primefaces library

UI Components for JSF
Post Reply
ale4ko
Posts: 4
Joined: 21 Jul 2014, 10:08

21 Jul 2014, 10:15

i use primefaces 5.0
mojarra 2.1.6
apache tomcat 7


this is my xhtml:

Code: Select all

    <html xmlns="http://www.w3.org/1999/xhtml"  
        xmlns:h="http://java.sun.com/jsf/html"  
        xmlns:f="http://java.sun.com/jsf/core"  
        xmlns:p="http://primefaces.org/ui">  
      
        <h:head>   
      
        </h:head>  
          
          <h:form>
        <h:body>  
        	 
          bbb
           <p:inputText value="ddd"></p:inputText> 
           <h:inputText value="aaa"> </h:inputText>
           
           
        </h:body> 
        </h:form>   
    </html>  
i can see only the input text with value aaa.
i put the jar in the lib...
dont know what else to do

tandraschko
PrimeFaces Core Developer
Posts: 3979
Joined: 03 Dec 2010, 14:11
Location: Bavaria, DE
Contact:

21 Jul 2014, 11:09

forms need to be inside body.
Otherwise, no idea ;)
Thomas Andraschko

PrimeFaces | PrimeFaces Extensions

Apache Member | OpenWebBeans, DeltaSpike, MyFaces, BVal, TomEE

Sponsor me: https://github.com/sponsors/tandraschko
Blog: http://tandraschko.blogspot.de/
Twitter: https://twitter.com/TAndraschko

ale4ko
Posts: 4
Joined: 21 Jul 2014, 10:08

21 Jul 2014, 12:28

still does not work... :(

there is a warning

"NLS missing message: CANNOT_FIND_FACELET_TAGLIB in:
org.eclipse.jst.jsf.core.validation.internal.facelet.messages"

cant find a solution that works online.

User avatar
sudheer
PrimeFaces Core Developer
Posts: 4345
Joined: 16 Oct 2011, 19:19
Location: Singapore

21 Jul 2014, 12:36

ale4ko wrote:still does not work... :(

there is a warning

"NLS missing message: CANNOT_FIND_FACELET_TAGLIB in:
org.eclipse.jst.jsf.core.validation.internal.facelet.messages"

cant find a solution that works online.
That is an issue with your IDE.Please search for similar issues

http://stackoverflow.com/questions/1835 ... f-core-val
Author,Speaker
https://twitter.com/sudheerjonna
Github: https://github.com/sudheerj
Website http://sudheerjonna.com/

___________________
Sudheer Jonna

ale4ko
Posts: 4
Joined: 21 Jul 2014, 10:08

21 Jul 2014, 12:40

downloaded the jar again. it worked. thank you

User avatar
sudheer
PrimeFaces Core Developer
Posts: 4345
Joined: 16 Oct 2011, 19:19
Location: Singapore

21 Jul 2014, 12:43

ale4ko wrote:downloaded the jar again. it worked. thank you
Might be earlier jar is broken.
Author,Speaker
https://twitter.com/sudheerjonna
Github: https://github.com/sudheerj
Website http://sudheerjonna.com/

___________________
Sudheer Jonna

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 32 guests