print ViewRoot as jsf file (showing the tags)

71 Views Asked by At

From ViewRoot how can I print or get the jsf markup? I mean, I have the original jsf file, then using a bean I change many properties. How can I print this new state of the jsf file? I believe is using ViewRoot but how? I know I can print the object tree as java objects but I`m looking to get back as jsf file with its tags.

0

There are 0 best solutions below