sql report link with rs:Command paramaters not opening in JSF page
Posted
by H3wh0s33ks
on Stack Overflow
See other posts from Stack Overflow
or by H3wh0s33ks
Published on 2010-05-17T15:07:42Z
Indexed on
2010/05/17
15:10 UTC
Read the original article
Hit count: 201
I have a report that we need to link (which we've checked to be working) to in a JSF project, the link looks like the following:
http://www.example.com/report/summary&rs:Command=Render
However when we try to load the page that links to it we get the following error:
The reference to entity "rs:Command" must end with the ';'
How can I link to the report within my pages and prevent it from trying to parse the rs:Command?
© Stack Overflow or respective owner