Hi all , I am attempting to do the following, and it obviously isn't
working, but I was hoping someone on the list would point me to something
that might work instead:
I have this text field and I want to be able to alternate the readonly
property from true and false. I tried to put in the below which is bolded
<html:text name="OrderForm" property="shipTo"
readonly="WANTTOTOGGLE" ></html:text>
<html:text name="OrderForm" property="shipTo"
readonly="<html:text name="OrderForm" property="readonly"></html:text>"
</html:text>
Any thoughts or ideas as to how I could do that in a nice manner would be
greatly appreciated.
What is going to happen is that the action is going to toggle the value
depending on a parameter comming in from the URL.
thanks in advance for any thoughts or ideas.