sql server - sql report link with rs:Command paramaters not opening in JSF page -


I have a report that we need to link in the JSF project (which we have tested to work) link Looks like the following:

  http://www.example.com/report/summary&rs:Command=Render  

While we try To load the page on which we get the link, we get the following error:

The entity references the "RS: command" ';'

How can I link to reports within my pages and prevent them from trying to: Command?

In the same page, ... and so on; Amp; Try using rs: command = render , ... & amp; Rs: command = submission . Ampersand (x) is a special character in HTML, and should be encoded as if it will not affect the link running when you press the link.


Comments