: Mercredi 12 Août 2015 23:03:41
Objet: camel exchange body with html, css and javascript
I am setting the exchange body with set of html lines. But when i execute the
program, it is showing only static html but not the javascript and css..
Here is my sample code
String htmlString= " Hello w
rset=ISO-8859-1");
exchange.getOut().setBody(htmlString);
I am not getting the page with css enabled. If i run the same html code in
browser directly, i am getting html page with css enabled..
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-exchange-body-with-htm