Bei Verwendung des Tags <fb:login-button>
in JavaServer Faces kann es zur Fehlermeldung „The prefix „fb“ for element „fb:login-button“ is not bound.“ kommen. Das liegt dann daran, dass man den Facebook-Namespace nicht deklariert hat. Dies kann man mit folgendem Eintrag nachholen:
1 2 3 4 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" ... xmlns:fb="http://www.facebook.com/2008/fbml"> |
Sollte in der Anwendung dann der Text „Warning: This page calls for XML namespace http://www.facebook.com/2008/fbml declared with prefix fb but no taglibrary exists for that namespace.“ auftreten, so hilft ein Setzen in der web.xml
von javax.faces.PROJECT_STAGE
auf Production
(anstatt Development).
Beispiel: web.xml
1 2 3 4 5 6 7 | ... <!-- Debug Output for Development --> <context-param> <param-name>javax.faces.PROJECT_STAGE</param-name> <param-value>Production</param-value> </context-param> ... |
Thank you. You saved my life)
Hi,
bin ein Neuling in der JSF Welt…gibt es fertige Komponenten im Bereich Social Media wie z.b Twitter, Google+ oder auch facebook in JSF(Portlets) einzubinden…wenn ja wo? und wie heißen diese Komponenten???
lg
Armin
hello!!!
Hello this is tg i like to join the (Facebook) family Hi hi:)