Re: Print out Bean value

2005-10-12 Thread Sunil_Sahu
Troy, You can use tag to display the value as text. Here is example 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" To Struts Users Mailing List cc

Re: Print out Bean value

2005-10-12 Thread Martin Gainty
Troy courtesy of JavaBoutique http://javaboutique.internet.com/tutorials/StrutsTags/bean_tags.html HTH, Martin - Original Message - From: "Troy Bull" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, October 12, 2005 10:55 AM Subject: Pri

Print out Bean value

2005-10-12 Thread Troy Bull
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 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