You have to inlude the correct taglib for the f prefix.
Here is an example for a JSF 2.2 Facelet page:
...
In case you're still on JSF 2.0/2.1, use java.sun.com domain instead of xmlns.jcp.org domain in XML namespace.
I recommend to read a JSF tutorial, you can find links in our JSF wiki page.