Re: camel exchange body with html, css and javascript

2015-08-13 Thread Greg Autric
: 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

camel exchange body with html, css and javascript

2015-08-12 Thread Akram
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