Re: onpropertychange

2005-01-11 Thread Kris Schneider
Not off the top of my head. But it shouldn't be too difficult to extend TextTag, add your property (getOnpropertychange/setOnpropertychange), override release(): public void release() { super.release(); onpropertychange = null; } and override something like prepareTextEvents(StringB

onpropertychange

2005-01-11 Thread David McReynolds
Has anyone seen an open source (free) custom tag that duplicates the html:text tag and adds support for the IE idiocy of onpropertychange (for their autocomplete)? -- --dlm www.myjavaserver.com/~dlm8751 - To unsubscribe, e-mail