0

在我的 netbeans 7.2 中。我正在使用 JSF Primefaces 3.5,我正在尝试在应用程序中添加 facebook 注册,但我收到一条错误消息,提示“实体名称必须紧跟实体引用中的 '&'”

<iframe src="https://www.facebook.com/plugins/registration?
                        client_id=113869198637480&
                        redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fecho%2F&
                        fields=name,birthday,gender,location,email"
                        scrolling="auto"
                        frameborder="no"
                        style="border:none"
                        allowTransparency="true"
                        width="100%"
                        height="330">

                </iframe>

我只是按照facebook的做法..请帮助...谢谢...这里是初学者...

4

1 回答 1

0

作为记录,你不能直接在xhtml中使用&,你需要像&这样的html实体。

于 2013-03-05T21:27:19.893 回答