Hi All,

I want to display an uneditable text value on the page showing the name of the person 
who entered the order.  The name is stored in a bean inside my ActionForm and I do 
know how to display it in a text box using <html:text> tag.  However, I would prefer 
to show it as strait html and not sure how to do it since there is no <html:label> tag.

I tried

<jsp:getProperty name="myForm" property="orderInfo.name" /> does not work and gives an 
error as "orderInfo.name" not a valid property.

Any other way I can print this?

TIA


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

Reply via email to