I have a problem. I would like to use the Action-class to access a EJB (wich I have already done and works). Than I would like to use a FormBean wich is filled by than Action-class. On a jsp I ONLY would like to write the content of the FormBean-properties out on my JSP not as a form where I can change the properties and write them back but where I only write out the properties as text. Is that possible? Do you have any suggestions how I could achieve that ?
Many thanks!

