Is there a way to display all inputs/textareas of a struts form as plain text for a printer-friendly version of a page?
This would be similar to how the readonly attribute of a form currently works in struts, by changing all fields to readonly. However, in this case, I am looking for something to change all fields to display just the values instead of the inputs and textareas. This way I can use the same jsp in combination with css to have a printer-friendly page by passing in a print parameter to the struts form. Thanks, Jeff