Hi, I would like to set a textbox to readonly when a flag is set in my action. I have the following jsp call: <s:textfield name="name" label="Name" readonly="if(%{editingFlag==true}){return 'true'}"/>
but the textfield is not readonly, and the page source reflects it. BTW, editingFlag is set in the prepare() method of my action. Any idea on how to write the evaluation? Thanks, Session --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]