Why does this expression not work? JSF

Posted by Nitesh Panchal on Stack Overflow See other posts from Stack Overflow or by Nitesh Panchal
Published on 2010-05-13T16:08:03Z Indexed on 2010/05/13 16:14 UTC
Read the original article Hit count: 272

Filed under:
|
|

Hello, I have a simple problem on .xhtml page. This expression is not working :-

<a href="Photos.jsf?albumId=#{item.albumId}&blogId=#{PhotoAlbumsCommonBean.blogId}">
 photos
</a>

I get this error :-

Error Parsing /Common/PhotoAlbums.xhtml: Error Traced[line: 20] The reference to entity "blogId" must end with the ';' delimiter.

& is causing some kind of error. Thanks in advance :)

© Stack Overflow or respective owner

Related posts about jsf

Related posts about facelets