Hi,

I dont want an text input field,
i dont want a textarea field or any other HTML tag. i just want the text.

So currently i can do the following: (which i dont want from the form bean)

<html:hidden property="event.firstName"/>
<html:hidden property="event.lastName"/>

which gives me a nicely rendered

<input type=hidden value=Derek Wayland/>

what i want to be able to get however is just the text, not embedded in an
HTML tag, for example just

Derek Wayland

this is surely quite simple to do, please can someone let me know how to do
it?
i have tried

<bean:write property="event.firstName"/>
but i have to specify a name attribute and it does not work with the form
bean name.

thanks
...derek



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to