[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

dustismo do-not-reply at jboss.com
Fri Feb 8 18:19:10 EST 2008


Have you tried?:


  | String html = Renderer.instance().render(viewId);
  | 

I use it with great success, with one caveat -- it will not render custom tags that are not packaged. (see: http://jira.jboss.org/jira/browse/JBSEAM-1440). I don't think that is the taglib problem you are seeing.  

Good luck, I'd be really interested if you come up with an improved solution. 

-Dustin

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128020#4128020

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128020



More information about the jboss-user mailing list