M
Moiristo
Hi,
I have a bean that collects HTML data from an RPC server. The server
collects data from a database and converts it to a XML Document. A
transformer then converts it to HTML using a XSL sheet. The result is
being sent to the client.
The XML file may contain an image as a byte array. How would I go and
render this data? Is it possible to include a string containing JSF tags
in a JSF page (and that it will be rendered)? In that case, I could
write a custom tag that renders the data. I'm now using <hutputText>,
but it does (of course) not render JSF tags from the bean.
TIA,
Moiristo
I have a bean that collects HTML data from an RPC server. The server
collects data from a database and converts it to a XML Document. A
transformer then converts it to HTML using a XSL sheet. The result is
being sent to the client.
The XML file may contain an image as a byte array. How would I go and
render this data? Is it possible to include a string containing JSF tags
in a JSF page (and that it will be rendered)? In that case, I could
write a custom tag that renders the data. I'm now using <hutputText>,
but it does (of course) not render JSF tags from the bean.
TIA,
Moiristo