Use bean:write The name of the bean is whatever you specified in Struts-config.
-- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel +1 716 737-3463 -- http://www.husted.com/struts/ storck wrote: > > 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!

