Bear Bibeault wrote:If you want to use an iframe, the HTML will need to be in another document.
Is there other way that I can display the html using spring injection?
eg. when displaying image, we use
likewise, in iframe,
I want to display html content with: <iframe src="/product/description/productId"></iframe>
I have tested this, it is unsuccessful. Spring doesn't know how to "wire" iframe with spring injection...
Thanks
Sam