Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a dynamic form that I would like to show in a MS Word format when I press a button that calls a method in a JSF managed bean, but just using the UIViewRoot that contains all children of my form. Is it possible or am I wasting my time?

share|improve this question
What's the functional requirement? Providing a MS Word document containing all submitted form data as a file download? And thus your concrete question is "How to create a MS Word document using Java?"? – BalusC Feb 18 '11 at 2:41
Yes, thats it, but the form is dynamic(the final user adds elements to construct the form), otherwise I will do it with JasperReport. – Mel Feb 18 '11 at 16:54
I'm sorry,I forgot thanks BalusC for your time – Mel Feb 18 '11 at 16:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.