Re: setting an an html:text value with another html:text

2006-11-14 Thread Ed Griebel
This general approach would work, but if you can use JSTL, it could be written much cleaner as: ... You may be able to get away with not even having the statement and using just ${editable} On 11/14/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: On 11/14/06, Adam K <[EMAIL PROTECTED]> wrote:

Re: setting an an html:text value with another html:text

2006-11-14 Thread Adam K
That will work I suppose I was just hoping that there was a somewhat more elegant way of doing it, the fact that I'm not using JSTL should have hit me in the face that this wouldn't be elegant however. thanks for the thought. On 11/14/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: On 11/14/06,

Re: setting an an html:text value with another html:text

2006-11-14 Thread Puneet Lakhina
On 11/14/06, Adam K <[EMAIL PROTECTED]> wrote: 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

setting an an html:text value with another html:text

2006-11-14 Thread Adam K
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