"Derek Wayland" <[EMAIL PROTECTED]> writes: > I dont want an text input field, > i dont want a textarea field or any other HTML tag. i just want the text.
[...] > <bean:write property="event.firstName"/> > but i have to specify a name attribute and it does not work with the form > bean name. It should work. Check that the name you're using is the same as the name attribute of the action to which the form is mapped in struts-config.xml. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

