how is it possible to integrate other namespaces than the tapestry-ns (t:) in 
tapestry5?

we have this:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"; 
xmlns:fb="http://www.facebook.com/2008/fbml"; >

and in out page we want to include this:
<fb:login-button size="medium" background="white" length="long" 
onlogin='window.location="http://apps.facebook.com/asdf";;'></fb:login-button>

when we try to run that, we get an exception.

has anybody successfully integrated a facebook-connect button into a tapestry 
project?

thanks in advance
-- 
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to