Troy,

You can use <bean:define> tag to display the value as text. 
Here is example
<bean:define id="txtSecret" name="formName" property="secret"/>
show it like this : <%=(String)txtSecret%>

Hope it helps.

Sunil



Troy Bull <[EMAIL PROTECTED]> 
10/12/2005 08:25 PM
Please respond to
"Struts Users Mailing List" <user@struts.apache.org>


To
Struts Users Mailing List <user@struts.apache.org>
cc

Subject
Print out Bean value






Hello

I have a form bean that is changed in an action.  I set one attribute 
"secret" then on the next jsp I want to  display this.  If I do 
<html:text property="secret"/> a text box appears with the correct value 
in it.  My problem is i dont want it in a text box I just want to 
display the text.  I am sure this should be easy, can anyone give me a 
pointer I have been googleing and came up short so far.

thanks
troy

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


Reply via email to