Troy
<jsp:UseBean id="IdOfUseBean" scope="Request" ..>
<jsp:getProperty property="IdOfUseBean" property="PropertyName" ..>
<bean:write name="IdOfUseBean" property="PropertyName" scope="request">
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" <user@struts.apache.org>
Sent: Wednesday, October 12, 2005 10:55 AM
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]



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

Reply via email to