【发布时间】:2010-05-13 16:08:03
【问题描述】:
我在 .xhtml 页面上有一个简单的问题。这个表达式不起作用:-
<a href="Photos.jsf?albumId=#{item.albumId}&blogId=#{PhotoAlbumsCommonBean.blogId}">
photos
</a>
我收到此错误:-
Error Parsing /Common/PhotoAlbums.xhtml: Error Traced[line: 20] The reference to entity "blogId" must end with the ';' delimiter.
这会导致某种错误。
【问题讨论】:
-
我犯了同样的错误,但对我在 javascript 中的 '&&' 逻辑运算符感到困惑。